Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-19z4c’ is offline Agent centos-7-19z4c 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-19z4c" 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-19z4c" - 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-19z4c" - 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-19z4c in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-10T21:35:18.941Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-10-10T21:35:19.858Z] No credentials specified [2020-10-10T21:35:19.860Z] Cloning the remote Git repository [2020-10-10T21:35:19.869Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-10T21:35:19.902Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 # timeout=10 [2020-10-10T21:35:19.920Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-10T21:35:19.920Z] > git --version # timeout=10 [2020-10-10T21:35:19.922Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T21:35:20.954Z] Checking out Revision c02d90ad0da9094a24d724b2bfe91eb6152c975b (refs/remotes/origin/master) [2020-10-10T21:35:20.859Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-10-10T21:35:20.863Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T21:35:20.871Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-10-10T21:35:20.877Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-10T21:35:20.877Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-10T21:35:20.941Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-10-10T21:35:20.946Z] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 [2020-10-10T21:35:20.956Z] > git config core.sparsecheckout # timeout=10 [2020-10-10T21:35:20.959Z] > git checkout -f c02d90ad0da9094a24d724b2bfe91eb6152c975b # timeout=10 [2020-10-10T21:35:24.521Z] Commit message: "Bug 522137: Update plugin name & vendor information" [2020-10-10T21:35:24.522Z] > git rev-list --no-walk da98e81c900213c4dc8ae5d0a05e11c75abc5c9c # timeout=10 [2020-10-10T21:35:24.540Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-10-10T21:35:24.539Z] > git rev-parse --verify HEAD # timeout=10 [2020-10-10T21:35:24.541Z] Resetting working tree [2020-10-10T21:35:24.542Z] > git reset --hard # timeout=10 [2020-10-10T21:35:24.598Z] > git clean -fdx # timeout=10 [2020-10-10T21:35:25.084Z] + 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-10-10T21:35:25.085Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-10T21:35:25.085Z] Dload Upload Total Spent Left Speed [2020-10-10T21:35:25.085Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88597 100 88597 0 0 468k 0 --:--:-- --:--:-- --:--:-- 470k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-10-10T21:35:25.122Z] [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-10-10T21:35:25.123Z] [withMaven] Available options: [2020-10-10T21:35:25.123Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-10-10T21:35:25.128Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-10-10T21:35:25.644Z] + mvn clean install -Pmodule-docs [2020-10-10T21:35:25.644Z] ----- withMaven Wrapper script ----- [2020-10-10T21:35:25.901Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:35:26.464Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-10-10T21:35:26.464Z] Maven home: /opt/tools/apache-maven/latest [2020-10-10T21:35:26.464Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-10-10T21:35:26.464Z] Default locale: en_US, platform encoding: UTF-8 [2020-10-10T21:35:26.464Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-10-10T21:35:27.398Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/maven-spy-20201010-213526-9655374480584250212960.log.tmp ... [2020-10-10T21:35:27.398Z] [INFO] Scanning for projects... [2020-10-10T21:35:35.499Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.591Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.852Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:35:43.853Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.239Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.239Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:37:05.240Z] [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-10-10T21:37:05.240Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ [2020-10-10T21:37:05.240Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-09 [2020-10-10T21:37:05.240Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-10-10T21:37:05.240Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ [2020-10-10T21:37:05.240Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-10-10T21:37:05.240Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-10T21:37:05.240Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-10T21:37:05.240Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository [2020-10-10T21:37:05.240Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-10T21:37:05.240Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-10-10T21:37:05.240Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-10-10T21:37:05.240Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-10-10T21:37:05.240Z] [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-10-10T21:37:08.516Z] [INFO] Fetching 202009161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-09/ [2020-10-10T21:37:08.516Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.67MB) [2020-10-10T21:37:08.516Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.67MB) [2020-10-10T21:37:11.787Z] [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.28MB) [2020-10-10T21:37:11.787Z] [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.28MB) [2020-10-10T21:37:11.787Z] [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (328.72kB) [2020-10-10T21:37:11.787Z] [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (328.72kB) [2020-10-10T21:37:12.043Z] [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.58kB) [2020-10-10T21:37:12.043Z] [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.58kB) [2020-10-10T21:37:12.299Z] [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13kB) [2020-10-10T21:37:12.300Z] [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13kB) [2020-10-10T21:37:12.300Z] [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (102.39kB) [2020-10-10T21:37:12.300Z] [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (102.39kB) [2020-10-10T21:37:12.556Z] [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (63.23kB) [2020-10-10T21:37:12.556Z] [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (63.23kB) [2020-10-10T21:37:12.556Z] [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.47kB) [2020-10-10T21:37:12.556Z] [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.47kB) [2020-10-10T21:37:12.812Z] [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (255.73kB) [2020-10-10T21:37:12.812Z] [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (255.73kB) [2020-10-10T21:37:13.069Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [2020-10-10T21:37:13.069Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [2020-10-10T21:37:13.069Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (15.35kB) [2020-10-10T21:37:13.069Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (15.35kB) [2020-10-10T21:37:13.069Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [2020-10-10T21:37:13.069Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [2020-10-10T21:37:13.326Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.7kB) [2020-10-10T21:37:13.326Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.7kB) [2020-10-10T21:37:13.326Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.71kB) [2020-10-10T21:37:13.326Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.71kB) [2020-10-10T21:37:13.582Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (155.55kB) [2020-10-10T21:37:13.582Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (155.55kB) [2020-10-10T21:37:13.839Z] [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (468.73kB) [2020-10-10T21:37:13.839Z] [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (468.73kB) [2020-10-10T21:37:14.096Z] [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.97kB) [2020-10-10T21:37:14.096Z] [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.97kB) [2020-10-10T21:37:14.096Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.65kB) [2020-10-10T21:37:14.353Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.65kB) [2020-10-10T21:37:14.353Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.01kB) [2020-10-10T21:37:14.353Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.01kB) [2020-10-10T21:37:14.353Z] [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (57.14kB) [2020-10-10T21:37:14.608Z] [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (57.14kB) [2020-10-10T21:37:14.608Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.25kB) [2020-10-10T21:37:14.608Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.25kB) [2020-10-10T21:37:14.608Z] [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.59kB) [2020-10-10T21:37:14.608Z] [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.59kB) [2020-10-10T21:37:14.864Z] [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.12kB) [2020-10-10T21:37:14.864Z] [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.12kB) [2020-10-10T21:37:14.864Z] [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.85kB) [2020-10-10T21:37:15.120Z] [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.85kB) [2020-10-10T21:37:15.120Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.74kB) [2020-10-10T21:37:15.377Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.74kB) [2020-10-10T21:37:15.377Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.71kB) [2020-10-10T21:37:15.377Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.71kB) [2020-10-10T21:37:15.633Z] [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.67kB) [2020-10-10T21:37:15.633Z] [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.67kB) [2020-10-10T21:37:15.633Z] [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.42kB) [2020-10-10T21:37:15.889Z] [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.42kB) [2020-10-10T21:37:15.889Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.79kB) [2020-10-10T21:37:15.889Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.79kB) [2020-10-10T21:37:15.889Z] [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.11kB) [2020-10-10T21:37:16.146Z] [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.11kB) [2020-10-10T21:37:16.146Z] [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (875.68kB) [2020-10-10T21:37:16.146Z] [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (875.68kB) [2020-10-10T21:37:16.146Z] [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (42.08kB) [2020-10-10T21:37:16.146Z] [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (42.08kB) [2020-10-10T21:37:16.402Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.03kB) [2020-10-10T21:37:16.402Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.03kB) [2020-10-10T21:37:16.402Z] [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (125.98kB) [2020-10-10T21:37:16.403Z] [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (125.98kB) [2020-10-10T21:37:16.660Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.76kB) [2020-10-10T21:37:16.660Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.76kB) [2020-10-10T21:37:16.660Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (25.88kB) [2020-10-10T21:37:16.916Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (25.88kB) [2020-10-10T21:37:16.916Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-10-10T21:37:16.916Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-10-10T21:37:16.916Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (22.66kB) [2020-10-10T21:37:16.916Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (22.66kB) [2020-10-10T21:37:17.172Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.95kB) [2020-10-10T21:37:17.172Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.95kB) [2020-10-10T21:37:17.172Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.68kB) [2020-10-10T21:37:17.172Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.68kB) [2020-10-10T21:37:17.428Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.72kB) [2020-10-10T21:37:17.428Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.72kB) [2020-10-10T21:37:17.428Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.43kB) [2020-10-10T21:37:17.428Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.43kB) [2020-10-10T21:37:17.428Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.73kB) [2020-10-10T21:37:17.684Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.73kB) [2020-10-10T21:37:17.684Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.16kB) [2020-10-10T21:37:17.684Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.16kB) [2020-10-10T21:37:17.940Z] [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (484.32kB) [2020-10-10T21:37:17.940Z] [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (484.32kB) [2020-10-10T21:37:18.196Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.02kB) [2020-10-10T21:37:18.196Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.02kB) [2020-10-10T21:37:18.196Z] [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.03kB) [2020-10-10T21:37:18.453Z] [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.03kB) [2020-10-10T21:37:18.453Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.16kB) [2020-10-10T21:37:18.453Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.16kB) [2020-10-10T21:37:18.453Z] [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (363.19kB) [2020-10-10T21:37:18.453Z] [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (363.19kB) [2020-10-10T21:37:19.014Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (66.19kB) [2020-10-10T21:37:19.014Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (66.19kB) [2020-10-10T21:37:19.014Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.59kB) [2020-10-10T21:37:19.014Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.59kB) [2020-10-10T21:37:19.014Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.47kB) [2020-10-10T21:37:19.014Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.47kB) [2020-10-10T21:37:19.270Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.76kB) [2020-10-10T21:37:19.270Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.76kB) [2020-10-10T21:37:19.270Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.59kB) [2020-10-10T21:37:19.270Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.59kB) [2020-10-10T21:37:19.526Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.94kB) [2020-10-10T21:37:19.526Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.94kB) [2020-10-10T21:37:19.526Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (110.31kB) [2020-10-10T21:37:19.526Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (110.31kB) [2020-10-10T21:37:19.783Z] [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.65kB) [2020-10-10T21:37:19.783Z] [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.65kB) [2020-10-10T21:37:19.783Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.45kB) [2020-10-10T21:37:19.783Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.45kB) [2020-10-10T21:37:20.040Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.58kB) [2020-10-10T21:37:20.040Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.58kB) [2020-10-10T21:37:20.040Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.81kB) [2020-10-10T21:37:20.040Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.81kB) [2020-10-10T21:37:20.296Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.06kB) [2020-10-10T21:37:20.296Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.06kB) [2020-10-10T21:37:20.296Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.82kB) [2020-10-10T21:37:20.296Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.82kB) [2020-10-10T21:37:20.552Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (94.53kB) [2020-10-10T21:37:20.552Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (94.53kB) [2020-10-10T21:37:20.552Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.83kB) [2020-10-10T21:37:20.552Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.83kB) [2020-10-10T21:37:20.808Z] [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.7kB) [2020-10-10T21:37:20.808Z] [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.7kB) [2020-10-10T21:37:20.808Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.07kB) [2020-10-10T21:37:20.808Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.07kB) [2020-10-10T21:37:21.064Z] [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.97kB) [2020-10-10T21:37:21.064Z] [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.97kB) [2020-10-10T21:37:21.064Z] [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (339.77kB) [2020-10-10T21:37:21.064Z] [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (339.77kB) [2020-10-10T21:37:21.320Z] [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (954.52kB) [2020-10-10T21:37:21.320Z] [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (954.52kB) [2020-10-10T21:37:21.881Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.35kB) [2020-10-10T21:37:21.881Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.35kB) [2020-10-10T21:37:21.881Z] [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.05kB) [2020-10-10T21:37:21.881Z] [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.05kB) [2020-10-10T21:37:22.136Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.12kB) [2020-10-10T21:37:22.136Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.12kB) [2020-10-10T21:37:22.136Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.22kB) [2020-10-10T21:37:22.136Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.22kB) [2020-10-10T21:37:22.136Z] [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (114.54kB) [2020-10-10T21:37:22.136Z] [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (114.54kB) [2020-10-10T21:37:22.391Z] [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.97kB) [2020-10-10T21:37:22.391Z] [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.97kB) [2020-10-10T21:37:22.646Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.04kB) [2020-10-10T21:37:22.646Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.04kB) [2020-10-10T21:37:22.646Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (74.47kB) [2020-10-10T21:37:22.646Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (74.47kB) [2020-10-10T21:37:22.902Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.88kB) [2020-10-10T21:37:22.902Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.88kB) [2020-10-10T21:37:22.902Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.94kB) [2020-10-10T21:37:22.902Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.94kB) [2020-10-10T21:37:23.158Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.51kB) [2020-10-10T21:37:23.158Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.51kB) [2020-10-10T21:37:23.158Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.42kB) [2020-10-10T21:37:23.158Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.42kB) [2020-10-10T21:37:23.413Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.56kB) [2020-10-10T21:37:23.413Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.56kB) [2020-10-10T21:37:23.413Z] [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (120.7kB) [2020-10-10T21:37:23.414Z] [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (120.7kB) [2020-10-10T21:37:23.670Z] [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.64kB) [2020-10-10T21:37:23.670Z] [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.64kB) [2020-10-10T21:37:23.670Z] [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (316.68kB) [2020-10-10T21:37:23.670Z] [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (316.68kB) [2020-10-10T21:37:23.925Z] [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (100.11kB) [2020-10-10T21:37:23.925Z] [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (100.11kB) [2020-10-10T21:37:24.184Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (958.24kB) [2020-10-10T21:37:24.184Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (958.24kB) [2020-10-10T21:37:24.754Z] [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (966.73kB) [2020-10-10T21:37:24.754Z] [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (966.73kB) [2020-10-10T21:37:25.317Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (131kB) [2020-10-10T21:37:25.317Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (131kB) [2020-10-10T21:37:25.574Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.71kB) [2020-10-10T21:37:25.574Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.71kB) [2020-10-10T21:37:25.574Z] [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-10-10T21:37:25.830Z] [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-10-10T21:37:25.830Z] [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-10-10T21:37:25.830Z] [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-10-10T21:37:25.830Z] [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-10-10T21:37:25.830Z] [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-10-10T21:37:26.085Z] [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.85kB) [2020-10-10T21:37:26.085Z] [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.85kB) [2020-10-10T21:37:26.340Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.15kB) [2020-10-10T21:37:26.340Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.15kB) [2020-10-10T21:37:26.341Z] [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1,013.97kB) [2020-10-10T21:37:26.341Z] [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1,013.97kB) [2020-10-10T21:37:26.902Z] [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (83.97kB) [2020-10-10T21:37:26.902Z] [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (83.97kB) [2020-10-10T21:37:27.158Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (238.57kB) [2020-10-10T21:37:27.158Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (238.57kB) [2020-10-10T21:37:27.413Z] [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (199.96kB) [2020-10-10T21:37:27.413Z] [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (199.96kB) [2020-10-10T21:37:27.413Z] [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.47kB) [2020-10-10T21:37:27.413Z] [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.47kB) [2020-10-10T21:37:27.668Z] [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-10-10T21:37:27.668Z] [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-10-10T21:37:27.668Z] [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-10-10T21:37:27.668Z] [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (306.32kB) [2020-10-10T21:37:27.668Z] [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (306.32kB) [2020-10-10T21:37:27.924Z] [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.2kB) [2020-10-10T21:37:27.924Z] [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.2kB) [2020-10-10T21:37:28.180Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200828-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.87MB) [2020-10-10T21:37:28.180Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200828-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.87MB) [2020-10-10T21:37:30.069Z] Oct 10, 2020 9:37:30 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:30.069Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:37:30.069Z] Oct 10, 2020 9:37:30 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:30.069Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:37:30.069Z] [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200828-0941.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (6.83MB) [2020-10-10T21:37:30.069Z] [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200828-0941.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (6.83MB) [2020-10-10T21:37:30.630Z] [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.93kB) [2020-10-10T21:37:30.630Z] [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.93kB) [2020-10-10T21:37:30.630Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (495.15kB) [2020-10-10T21:37:30.885Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (495.15kB) [2020-10-10T21:37:31.140Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.59kB) [2020-10-10T21:37:31.140Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.59kB) [2020-10-10T21:37:31.396Z] [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200824-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (281.56kB) [2020-10-10T21:37:31.396Z] [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200824-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (281.56kB) [2020-10-10T21:37:31.396Z] [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200828-0821.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (900.12kB) [2020-10-10T21:37:31.396Z] [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200828-0821.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (900.12kB) [2020-10-10T21:37:31.651Z] [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (214.9kB) [2020-10-10T21:37:31.651Z] [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (214.9kB) [2020-10-10T21:37:31.906Z] [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (491.39kB) [2020-10-10T21:37:31.906Z] [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (491.39kB) [2020-10-10T21:37:32.162Z] [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.96kB) [2020-10-10T21:37:32.162Z] [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.96kB) [2020-10-10T21:37:32.418Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (176.92kB) [2020-10-10T21:37:32.418Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (176.92kB) [2020-10-10T21:37:32.673Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (70.56kB) [2020-10-10T21:37:32.673Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (70.56kB) [2020-10-10T21:37:32.673Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (40.74kB) [2020-10-10T21:37:32.673Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (40.74kB) [2020-10-10T21:37:32.929Z] [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-10-10T21:37:32.929Z] [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-10-10T21:37:32.929Z] [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-10-10T21:37:32.929Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (79.97kB) [2020-10-10T21:37:32.929Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (79.97kB) [2020-10-10T21:37:33.184Z] [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-10-10T21:37:33.184Z] [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-10-10T21:37:33.184Z] [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-10-10T21:37:33.184Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (743.15kB) [2020-10-10T21:37:33.184Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (743.15kB) [2020-10-10T21:37:33.745Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.14MB) [2020-10-10T21:37:33.745Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.14MB) [2020-10-10T21:37:34.671Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-10-10T21:37:34.671Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-10-10T21:37:34.926Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-10-10T21:37:34.926Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-10-10T21:37:35.488Z] [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (71.46kB) [2020-10-10T21:37:35.488Z] [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (71.46kB) [2020-10-10T21:37:35.743Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-10-10T21:37:35.743Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-10-10T21:37:35.999Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (485.91kB) [2020-10-10T21:37:35.999Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (485.91kB) [2020-10-10T21:37:36.560Z] Oct 10, 2020 9:37:36 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:36.560Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:37:36.560Z] Oct 10, 2020 9:37:36 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:36.560Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:37:36.560Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202008161908.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.31MB) [2020-10-10T21:37:36.560Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202008161908.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.31MB) [2020-10-10T21:37:37.923Z] Oct 10, 2020 9:37:37 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:37.923Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:37:37.923Z] Oct 10, 2020 9:37:37 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:37.924Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:37:37.924Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.14kB) [2020-10-10T21:37:37.924Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.14kB) [2020-10-10T21:37:38.179Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.2MB) [2020-10-10T21:37:38.179Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.2MB) [2020-10-10T21:37:38.740Z] [INFO] Fetching org.eclipse.pde.core_3.14.0.v20200817-1143.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.29MB) [2020-10-10T21:37:38.740Z] [INFO] Fetching org.eclipse.pde.core_3.14.0.v20200817-1143.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.29MB) [2020-10-10T21:37:38.995Z] [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-10-10T21:37:38.995Z] [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-10-10T21:37:39.252Z] [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-10-10T21:37:39.252Z] [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-10-10T21:37:39.507Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-10-10T21:37:39.507Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-10-10T21:37:40.068Z] Oct 10, 2020 9:37:39 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:40.068Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:37:40.068Z] Oct 10, 2020 9:37:39 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:40.068Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:37:40.068Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (96.61kB) [2020-10-10T21:37:40.068Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (96.61kB) [2020-10-10T21:37:40.068Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (108.27kB) [2020-10-10T21:37:40.068Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (108.27kB) [2020-10-10T21:37:40.324Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (59.55kB) [2020-10-10T21:37:40.324Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (59.55kB) [2020-10-10T21:37:40.324Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.47kB) [2020-10-10T21:37:40.324Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.47kB) [2020-10-10T21:37:40.580Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.56kB) [2020-10-10T21:37:40.581Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.56kB) [2020-10-10T21:37:40.581Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.11kB) [2020-10-10T21:37:40.581Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.11kB) [2020-10-10T21:37:40.836Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (38.9kB) [2020-10-10T21:37:40.836Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (38.9kB) [2020-10-10T21:37:40.836Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (47.99kB) [2020-10-10T21:37:40.836Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (47.99kB) [2020-10-10T21:37:41.092Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (116.64kB) [2020-10-10T21:37:41.092Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (116.64kB) [2020-10-10T21:37:41.092Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (81.19kB) [2020-10-10T21:37:41.092Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (81.19kB) [2020-10-10T21:37:41.349Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.18kB) [2020-10-10T21:37:41.349Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.18kB) [2020-10-10T21:37:41.349Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.85kB) [2020-10-10T21:37:41.349Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.85kB) [2020-10-10T21:37:41.604Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.86kB) [2020-10-10T21:37:41.605Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.86kB) [2020-10-10T21:37:41.605Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.28kB) [2020-10-10T21:37:41.605Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.28kB) [2020-10-10T21:37:41.860Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.81kB) [2020-10-10T21:37:41.860Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.81kB) [2020-10-10T21:37:41.860Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.64kB) [2020-10-10T21:37:41.860Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.64kB) [2020-10-10T21:37:42.116Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (121.9kB) [2020-10-10T21:37:42.116Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (121.9kB) [2020-10-10T21:37:42.116Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.62kB) [2020-10-10T21:37:42.116Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.62kB) [2020-10-10T21:37:42.372Z] [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (478.57kB) [2020-10-10T21:37:42.372Z] [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (478.57kB) [2020-10-10T21:37:42.372Z] [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.27kB) [2020-10-10T21:37:42.372Z] [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.27kB) [2020-10-10T21:37:42.627Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.08kB) [2020-10-10T21:37:42.627Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.08kB) [2020-10-10T21:37:42.627Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.2kB) [2020-10-10T21:37:42.627Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.2kB) [2020-10-10T21:37:42.883Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (119.13kB) [2020-10-10T21:37:42.883Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (119.13kB) [2020-10-10T21:37:42.883Z] [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (134.56kB) [2020-10-10T21:37:42.883Z] [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (134.56kB) [2020-10-10T21:37:43.138Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (52.37kB) [2020-10-10T21:37:43.138Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (52.37kB) [2020-10-10T21:37:43.399Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.38kB) [2020-10-10T21:37:43.399Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.38kB) [2020-10-10T21:37:43.399Z] [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-10-10T21:37:43.655Z] [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-10-10T21:37:43.655Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:43.910Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.166Z] [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-10-10T21:37:44.421Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.422Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.677Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:44.932Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.188Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.447Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.703Z] [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-10-10T21:37:45.959Z] [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-10-10T21:37:45.959Z] [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-10-10T21:37:45.959Z] [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-10-10T21:37:45.959Z] [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-10-10T21:37:45.959Z] [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-10-10T21:37:45.959Z] [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-10-10T21:37:46.214Z] [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-10-10T21:37:46.215Z] [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-10-10T21:37:46.215Z] [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-10-10T21:37:46.215Z] [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-10-10T21:37:46.215Z] [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-10-10T21:37:46.215Z] [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-10-10T21:37:46.215Z] [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-10-10T21:37:46.470Z] [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-10-10T21:37:46.470Z] [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-10-10T21:37:46.725Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [2020-10-10T21:37:46.725Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [2020-10-10T21:37:46.981Z] [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-10-10T21:37:46.981Z] [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-10-10T21:37:46.981Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.18kB) [2020-10-10T21:37:46.981Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.18kB) [2020-10-10T21:37:47.237Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.1kB) [2020-10-10T21:37:47.238Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.1kB) [2020-10-10T21:37:47.238Z] [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-10-10T21:37:47.238Z] [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-10-10T21:37:47.493Z] [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-10-10T21:37:47.493Z] [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-10-10T21:37:47.493Z] [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-10-10T21:37:47.493Z] [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-10-10T21:37:47.749Z] [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-10-10T21:37:47.749Z] [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-10-10T21:37:47.749Z] [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-10-10T21:37:47.749Z] [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.78kB) [2020-10-10T21:37:47.749Z] [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.78kB) [2020-10-10T21:37:47.749Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.97kB) [2020-10-10T21:37:47.749Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.97kB) [2020-10-10T21:37:48.004Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.56kB) [2020-10-10T21:37:48.004Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.56kB) [2020-10-10T21:37:48.004Z] [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-10-10T21:37:48.259Z] [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-10-10T21:37:48.260Z] [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-10-10T21:37:48.260Z] [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-10-10T21:37:48.260Z] [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-10-10T21:37:48.260Z] [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-10-10T21:37:48.260Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.515Z] [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-10-10T21:37:48.770Z] [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-10-10T21:37:48.770Z] [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-10-10T21:37:48.770Z] [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-10-10T21:37:48.771Z] [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-10-10T21:37:48.771Z] [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-10-10T21:37:48.771Z] [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-10-10T21:37:48.771Z] [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-10-10T21:37:49.026Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2020-10-10T21:37:49.026Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2020-10-10T21:37:49.026Z] Oct 10, 2020 9:37:48 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:49.026Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:37:49.026Z] Oct 10, 2020 9:37:48 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:37:49.026Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:37:49.026Z] [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.57kB) [2020-10-10T21:37:49.026Z] [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.57kB) [2020-10-10T21:37:49.281Z] [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.99kB) [2020-10-10T21:37:49.281Z] [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.99kB) [2020-10-10T21:37:49.281Z] [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.79kB) [2020-10-10T21:37:49.281Z] [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.79kB) [2020-10-10T21:37:49.537Z] [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.23kB) [2020-10-10T21:37:49.537Z] [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.23kB) [2020-10-10T21:37:49.537Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2020-10-10T21:37:49.537Z] [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-10-10T21:37:49.537Z] [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-10-10T21:37:49.792Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [2020-10-10T21:37:49.792Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [2020-10-10T21:37:49.792Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [2020-10-10T21:37:49.792Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [2020-10-10T21:37:49.792Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.73kB) [2020-10-10T21:37:50.047Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.73kB) [2020-10-10T21:37:50.047Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [2020-10-10T21:37:50.047Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [2020-10-10T21:37:50.303Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (696.23kB) [2020-10-10T21:37:50.303Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (696.23kB) [2020-10-10T21:37:50.558Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (962.55kB) [2020-10-10T21:37:50.558Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (962.55kB) [2020-10-10T21:37:51.484Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.42MB) [2020-10-10T21:37:51.484Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.42MB) [2020-10-10T21:37:52.045Z] [INFO] Fetching org.eclipse.help.ui_4.2.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (203.21kB) [2020-10-10T21:37:52.045Z] [INFO] Fetching org.eclipse.help.ui_4.2.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (203.21kB) [2020-10-10T21:37:52.301Z] [INFO] Fetching org.eclipse.help.webapp_3.10.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (272.69kB) [2020-10-10T21:37:52.301Z] [INFO] Fetching org.eclipse.help.webapp_3.10.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (272.69kB) [2020-10-10T21:37:52.556Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.59kB) [2020-10-10T21:37:52.556Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.59kB) [2020-10-10T21:37:52.811Z] [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (97.87kB) [2020-10-10T21:37:52.811Z] [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (97.87kB) [2020-10-10T21:37:52.811Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (76.44kB) [2020-10-10T21:37:52.811Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (76.44kB) [2020-10-10T21:37:53.066Z] [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [2020-10-10T21:37:53.066Z] [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [2020-10-10T21:37:53.066Z] [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [2020-10-10T21:37:53.066Z] [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [2020-10-10T21:37:53.066Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [2020-10-10T21:37:53.322Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [2020-10-10T21:37:53.322Z] [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [2020-10-10T21:37:53.322Z] [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [2020-10-10T21:37:53.322Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.17kB) [2020-10-10T21:37:53.322Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.17kB) [2020-10-10T21:37:53.577Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.65kB) [2020-10-10T21:37:53.577Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.65kB) [2020-10-10T21:37:53.577Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.69kB) [2020-10-10T21:37:53.578Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.69kB) [2020-10-10T21:37:53.833Z] [INFO] Fetching org.eclipse.help.base_4.3.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (164.05kB) [2020-10-10T21:37:53.833Z] [INFO] Fetching org.eclipse.help.base_4.3.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (164.05kB) [2020-10-10T21:37:53.833Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-10-10T21:37:53.833Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-10-10T21:37:54.100Z] [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [2020-10-10T21:37:54.100Z] [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [2020-10-10T21:37:54.100Z] [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-10-10T21:37:54.355Z] [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-10-10T21:37:54.356Z] [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-10-10T21:37:54.356Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:37:54.356Z] [INFO] Reactor Build Order: [2020-10-10T21:37:54.356Z] [INFO] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.releng [pom] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.ui.scripts.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-10-10T21:37:54.356Z] [INFO] EASE (Incubation) [pom] [2020-10-10T21:37:54.356Z] [INFO] [2020-10-10T21:37:54.356Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-10-10T21:37:54.356Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-10-10T21:37:54.356Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-10T21:37:54.356Z] [INFO] [2020-10-10T21:37:54.356Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-10-10T21:37:54.611Z] [INFO] [2020-10-10T21:37:54.611Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-10-10T21:37:54.611Z] [INFO] [2020-10-10T21:37:54.611Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-10-10T21:37:54.611Z] [INFO] [2020-10-10T21:37:54.611Z] [INFO] [2020-10-10T21:37:54.611Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-10-10T21:37:58.800Z] [INFO] [2020-10-10T21:37:58.800Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-10-10T21:37:58.800Z] [INFO] [2020-10-10T21:37:58.800Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-10-10T21:37:58.800Z] [INFO] [2020-10-10T21:37:58.800Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-10-10T21:37:58.800Z] [INFO] [2020-10-10T21:37:58.801Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-10-10T21:37:58.801Z] [INFO] [2020-10-10T21:37:58.801Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-10-10T21:37:59.056Z] [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-10-10T21:37:59.056Z] [INFO] [2020-10-10T21:37:59.056Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-10-10T21:37:59.056Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-10-10T21:37:59.056Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:37:59.056Z] [INFO] [2020-10-10T21:37:59.056Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-10-10T21:37:59.056Z] [INFO] [2020-10-10T21:37:59.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.299Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.299Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.299Z] [INFO] [2020-10-10T21:38:04.299Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-10-10T21:38:04.300Z] [INFO] [2020-10-10T21:38:04.300Z] [INFO] [2020-10-10T21:38:04.300Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.300Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:04.300Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:04.861Z] [INFO] [2020-10-10T21:38:04.861Z] Loading source files for package org.eclipse.ease.classloader... [2020-10-10T21:38:04.861Z] Constructing Javadoc information... [2020-10-10T21:38:04.861Z] 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-10-10T21:38:04.861Z] No plugin definition found, skipping [2020-10-10T21:38:04.861Z] No plugin definition found, skipping [2020-10-10T21:38:04.861Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:04.861Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:04.861Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:04.861Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:04.861Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:04.861Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:04.861Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:04.861Z] [INFO] [2020-10-10T21:38:04.861Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:04.861Z] [INFO] [2020-10-10T21:38:04.861Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:05.423Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:05.423Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/main/resources [2020-10-10T21:38:05.423Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/help [2020-10-10T21:38:05.423Z] [INFO] [2020-10-10T21:38:05.423Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:05.984Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/classes [2020-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:06.910Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/test/resources [2020-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [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-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [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-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:06.910Z] [INFO] [2020-10-10T21:38:06.910Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [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-10-10T21:38:07.166Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-10-10T21:38:07.167Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-10-10T21:38:07.167Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] [2020-10-10T21:38:07.167Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-10-10T21:38:07.422Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:07.422Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:08.837Z] [INFO] [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.adapters... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.applications... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.debugging... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.modules... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.security... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.service... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.sign... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.tools... [2020-10-10T21:38:08.837Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-10-10T21:38:08.837Z] Constructing Javadoc information... [2020-10-10T21:38:08.837Z] 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-10-10T21:38:08.837Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:08.837Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:08.837Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:08.837Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:08.837Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:08.837Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:08.837Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:08.837Z] [INFO] [2020-10-10T21:38:08.838Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-10-10T21:38:08.838Z] [INFO] [2020-10-10T21:38:08.838Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-10-10T21:38:08.838Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:08.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/main/resources [2020-10-10T21:38:08.838Z] [INFO] Copying 3 resources to help [2020-10-10T21:38:08.838Z] [INFO] [2020-10-10T21:38:08.838Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease --- [2020-10-10T21:38:08.838Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/classes [2020-10-10T21:38:09.772Z] [INFO] [2020-10-10T21:38:09.772Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-10-10T21:38:09.772Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:09.772Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/test/resources [2020-10-10T21:38:09.772Z] [INFO] [2020-10-10T21:38:09.772Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-10-10T21:38:10.100Z] [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-10-10T21:38:10.100Z] [INFO] [2020-10-10T21:38:10.107Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-10-10T21:38:10.107Z] [INFO] [2020-10-10T21:38:10.107Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-10-10T21:38:10.107Z] [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-10-10T21:38:10.107Z] [INFO] [2020-10-10T21:38:10.107Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-10-10T21:38:10.107Z] [INFO] [2020-10-10T21:38:10.107Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [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-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-10-10T21:38:10.108Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-10-10T21:38:10.108Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] [2020-10-10T21:38:10.108Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-10-10T21:38:10.364Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:10.364Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:12.261Z] [INFO] [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.console... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-10-10T21:38:12.261Z] Loading source files for package org.eclipse.ease.ui.view... [2020-10-10T21:38:12.261Z] Constructing Javadoc information... [2020-10-10T21:38:12.261Z] 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-10-10T21:38:12.261Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:12.261Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:12.261Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:12.261Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:12.261Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:12.261Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:12.261Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:12.261Z] [INFO] [2020-10-10T21:38:12.261Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-10-10T21:38:12.261Z] [INFO] [2020-10-10T21:38:12.261Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-10-10T21:38:12.261Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:12.261Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/main/resources [2020-10-10T21:38:12.261Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/help [2020-10-10T21:38:12.261Z] [INFO] [2020-10-10T21:38:12.261Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-10-10T21:38:12.261Z] [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/classes [2020-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:13.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/test/resources [2020-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [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-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [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-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [INFO] [2020-10-10T21:38:13.299Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.299Z] [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-10-10T21:38:13.299Z] [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-10-10T21:38:13.299Z] [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-10-10T21:38:13.299Z] [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-10-10T21:38:13.300Z] [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-10-10T21:38:13.300Z] [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-10-10T21:38:13.300Z] [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-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-10-10T21:38:13.300Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-10-10T21:38:13.300Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] [2020-10-10T21:38:13.300Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:13.557Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:13.813Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:15.201Z] [INFO] [2020-10-10T21:38:15.201Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-10-10T21:38:15.201Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-10-10T21:38:15.201Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-10-10T21:38:15.201Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-10-10T21:38:15.201Z] Constructing Javadoc information... [2020-10-10T21:38:15.201Z] 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-10-10T21:38:15.201Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:15.201Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:15.201Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:15.202Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:15.202Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:15.202Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:15.202Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:15.202Z] [INFO] [2020-10-10T21:38:15.202Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.202Z] [INFO] [2020-10-10T21:38:15.202Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.202Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:15.202Z] [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-10-10T21:38:15.202Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/help [2020-10-10T21:38:15.202Z] [INFO] [2020-10-10T21:38:15.202Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.202Z] [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-10-10T21:38:15.202Z] [INFO] [2020-10-10T21:38:15.202Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:15.458Z] [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-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [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-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [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-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.458Z] [INFO] [2020-10-10T21:38:15.458Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.459Z] [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-10-10T21:38:15.714Z] [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-10-10T21:38:15.714Z] [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-10-10T21:38:15.714Z] [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-10-10T21:38:15.714Z] [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-10-10T21:38:15.714Z] [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-10-10T21:38:15.714Z] [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-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-10-10T21:38:15.714Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-10-10T21:38:15.714Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] [2020-10-10T21:38:15.714Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:15.714Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:15.970Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:17.338Z] [INFO] [2020-10-10T21:38:17.338Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-10-10T21:38:17.339Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-10-10T21:38:17.339Z] Constructing Javadoc information... [2020-10-10T21:38:17.339Z] 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-10-10T21:38:17.339Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:17.339Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:17.339Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:17.339Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:17.339Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:17.339Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:17.339Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:17.339Z] [INFO] [2020-10-10T21:38:17.339Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:17.339Z] [INFO] [2020-10-10T21:38:17.339Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:17.339Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:17.339Z] [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-10-10T21:38:17.339Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/help [2020-10-10T21:38:17.339Z] [INFO] [2020-10-10T21:38:17.339Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:17.339Z] [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/classes [2020-10-10T21:38:17.906Z] [INFO] [2020-10-10T21:38:17.906Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:17.906Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:17.906Z] [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-10-10T21:38:17.906Z] [INFO] [2020-10-10T21:38:17.906Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:17.906Z] [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-10-10T21:38:17.906Z] [INFO] [2020-10-10T21:38:17.906Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:17.906Z] [INFO] [2020-10-10T21:38:17.906Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [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-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-10-10T21:38:18.204Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-10-10T21:38:18.204Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.204Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.204Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-10-10T21:38:18.204Z] [INFO] [2020-10-10T21:38:18.205Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.205Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:18.205Z] [INFO] [2020-10-10T21:38:18.205Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.205Z] [INFO] [2020-10-10T21:38:18.205Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.205Z] [INFO] [2020-10-10T21:38:18.205Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-10-10T21:38:18.205Z] [INFO] [2020-10-10T21:38:18.205Z] [INFO] [2020-10-10T21:38:18.205Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:18.460Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:18.460Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:19.836Z] [INFO] [2020-10-10T21:38:19.836Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-10-10T21:38:19.836Z] Constructing Javadoc information... [2020-10-10T21:38:19.836Z] 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-10-10T21:38:19.836Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:19.836Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:19.836Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:19.836Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:19.836Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:19.836Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:19.836Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:19.836Z] [INFO] [2020-10-10T21:38:19.836Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/help [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [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-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-10-10T21:38:19.837Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-10-10T21:38:19.837Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.837Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.837Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:19.837Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.838Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] [2020-10-10T21:38:19.838Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:20.098Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:20.098Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:21.026Z] [INFO] [2020-10-10T21:38:21.026Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-10-10T21:38:21.026Z] Constructing Javadoc information... [2020-10-10T21:38:21.026Z] 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-10-10T21:38:21.026Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:21.026Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:21.026Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:21.026Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:21.026Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:21.026Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:21.026Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:21.026Z] [INFO] [2020-10-10T21:38:21.026Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.026Z] [INFO] [2020-10-10T21:38:21.026Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.026Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:21.026Z] [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-10-10T21:38:21.026Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-10-10T21:38:21.026Z] [INFO] [2020-10-10T21:38:21.026Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.026Z] [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-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:21.300Z] [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-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [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-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [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-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.300Z] [INFO] [2020-10-10T21:38:21.300Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [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-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-10-10T21:38:21.301Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-10-10T21:38:21.301Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] [2020-10-10T21:38:21.301Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:21.557Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:21.557Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:22.937Z] [INFO] [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python... [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-10-10T21:38:22.938Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-10-10T21:38:22.938Z] Constructing Javadoc information... [2020-10-10T21:38:22.938Z] 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-10-10T21:38:22.938Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:22.938Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:22.938Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:22.938Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:22.938Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:22.938Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:22.938Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/help [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [INFO] [2020-10-10T21:38:22.938Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [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-10-10T21:38:22.938Z] [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-10-10T21:38:22.939Z] [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-10-10T21:38:22.939Z] [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-10-10T21:38:22.939Z] [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-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-10-10T21:38:22.939Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-10-10T21:38:22.939Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] [2020-10-10T21:38:22.939Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:23.195Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:23.195Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:24.121Z] [INFO] [2020-10-10T21:38:24.121Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-10-10T21:38:24.121Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-10-10T21:38:24.121Z] Constructing Javadoc information... [2020-10-10T21:38:24.121Z] 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-10-10T21:38:24.121Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:24.121Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:24.121Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:24.121Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:24.121Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:24.121Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:24.121Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:24.121Z] [INFO] [2020-10-10T21:38:24.121Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.121Z] [INFO] [2020-10-10T21:38:24.122Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.122Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:24.122Z] [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-10-10T21:38:24.122Z] [INFO] Copying 2 resources to help [2020-10-10T21:38:24.122Z] [INFO] [2020-10-10T21:38:24.122Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.122Z] [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-10-10T21:38:24.399Z] [INFO] [2020-10-10T21:38:24.399Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.399Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:24.399Z] [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-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [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-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-10-10T21:38:24.400Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-10-10T21:38:24.400Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] [2020-10-10T21:38:24.400Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:24.656Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:24.656Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:25.582Z] [INFO] [2020-10-10T21:38:25.582Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-10-10T21:38:25.582Z] Constructing Javadoc information... [2020-10-10T21:38:25.582Z] 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-10-10T21:38:25.582Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:25.582Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:25.582Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:25.582Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:25.582Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:25.582Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:25.582Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:25.582Z] [INFO] [2020-10-10T21:38:25.582Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.582Z] [INFO] [2020-10-10T21:38:25.582Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.582Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:25.582Z] [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-10-10T21:38:25.582Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/help [2020-10-10T21:38:25.582Z] [INFO] [2020-10-10T21:38:25.582Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.582Z] [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-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [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-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-10-10T21:38:25.838Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-10-10T21:38:25.838Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.838Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:25.838Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.839Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] [2020-10-10T21:38:25.839Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:26.401Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:26.657Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-10-10T21:38:27.600Z] Constructing Javadoc information... [2020-10-10T21:38:27.600Z] 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-10-10T21:38:27.600Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:27.600Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:27.600Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:27.600Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:27.600Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:27.600Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:27.600Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.600Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:27.600Z] [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-10-10T21:38:27.600Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2020-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.600Z] [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-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.600Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:27.600Z] [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-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.600Z] [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-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.600Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.600Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [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-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-10-10T21:38:27.601Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-10-10T21:38:27.601Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] [2020-10-10T21:38:27.601Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:27.857Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:29.222Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:30.606Z] [INFO] [2020-10-10T21:38:30.606Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-10-10T21:38:30.606Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-10-10T21:38:30.607Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-10-10T21:38:30.607Z] Constructing Javadoc information... [2020-10-10T21:38:30.607Z] 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-10-10T21:38:30.607Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:30.607Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:30.607Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:30.607Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:30.607Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:30.607Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:30.607Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:30.607Z] [INFO] [2020-10-10T21:38:30.607Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.607Z] [INFO] [2020-10-10T21:38:30.607Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.607Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:30.607Z] [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-10-10T21:38:30.607Z] [INFO] Copying 2 resources to help [2020-10-10T21:38:30.607Z] [INFO] [2020-10-10T21:38:30.607Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.607Z] [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-10-10T21:38:30.899Z] [INFO] [2020-10-10T21:38:30.899Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.899Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:30.899Z] [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-10-10T21:38:30.899Z] [INFO] [2020-10-10T21:38:30.899Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.899Z] [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-10-10T21:38:30.899Z] [INFO] [2020-10-10T21:38:30.899Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.899Z] [INFO] [2020-10-10T21:38:30.899Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.899Z] [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-10-10T21:38:30.899Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [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-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-10-10T21:38:30.900Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-10-10T21:38:30.900Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] [2020-10-10T21:38:30.900Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:31.156Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:31.156Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:32.536Z] [INFO] [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-10-10T21:38:32.536Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-10-10T21:38:32.536Z] Constructing Javadoc information... [2020-10-10T21:38:32.536Z] 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-10-10T21:38:32.537Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:32.537Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:32.537Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:32.537Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:32.537Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:32.537Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:32.537Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:32.537Z] [INFO] [2020-10-10T21:38:32.537Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.537Z] [INFO] [2020-10-10T21:38:32.537Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.537Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:32.537Z] [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-10-10T21:38:32.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/help [2020-10-10T21:38:32.537Z] [INFO] [2020-10-10T21:38:32.537Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.537Z] [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-10-10T21:38:32.799Z] [INFO] [2020-10-10T21:38:32.799Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.799Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:32.800Z] [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-10-10T21:38:32.800Z] [INFO] [2020-10-10T21:38:32.800Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.800Z] [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-10-10T21:38:32.800Z] [INFO] [2020-10-10T21:38:32.800Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.800Z] [INFO] [2020-10-10T21:38:32.800Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:32.800Z] [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-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [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-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-10-10T21:38:33.056Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-10-10T21:38:33.056Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] [2020-10-10T21:38:33.056Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:33.312Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:33.312Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:34.301Z] [INFO] [2020-10-10T21:38:34.301Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-10-10T21:38:34.301Z] Constructing Javadoc information... [2020-10-10T21:38:34.301Z] 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-10-10T21:38:34.301Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:34.301Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:34.301Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:34.301Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:34.301Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:34.301Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:34.301Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:34.301Z] [INFO] [2020-10-10T21:38:34.301Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.301Z] [INFO] [2020-10-10T21:38:34.301Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.301Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:34.301Z] [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-10-10T21:38:34.301Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/help [2020-10-10T21:38:34.301Z] [INFO] [2020-10-10T21:38:34.301Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.301Z] [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-10-10T21:38:34.301Z] [INFO] [2020-10-10T21:38:34.301Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.301Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:34.301Z] [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-10-10T21:38:34.301Z] [INFO] [2020-10-10T21:38:34.301Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [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-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-10-10T21:38:34.302Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-10-10T21:38:34.302Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] [2020-10-10T21:38:34.302Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:34.560Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:34.560Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:35.486Z] [INFO] [2020-10-10T21:38:35.486Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-10-10T21:38:35.486Z] Constructing Javadoc information... [2020-10-10T21:38:35.486Z] 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-10-10T21:38:35.486Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:35.486Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:35.486Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:35.486Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:35.486Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:35.486Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:35.486Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:35.486Z] [INFO] [2020-10-10T21:38:35.486Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.486Z] [INFO] [2020-10-10T21:38:35.487Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.487Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:35.487Z] [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-10-10T21:38:35.487Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/help [2020-10-10T21:38:35.487Z] [INFO] [2020-10-10T21:38:35.487Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.487Z] [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-10-10T21:38:35.742Z] [INFO] [2020-10-10T21:38:35.742Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.742Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:35.742Z] [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-10-10T21:38:35.742Z] [INFO] [2020-10-10T21:38:35.742Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.742Z] [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-10-10T21:38:35.742Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [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-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-10-10T21:38:35.743Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-10-10T21:38:35.743Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.743Z] [INFO] [2020-10-10T21:38:35.744Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:35.999Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:35.999Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:36.925Z] [INFO] [2020-10-10T21:38:36.926Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-10-10T21:38:36.926Z] Constructing Javadoc information... [2020-10-10T21:38:36.926Z] 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-10-10T21:38:36.926Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:36.926Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:36.926Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:36.926Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:36.926Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:36.926Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:36.926Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:36.926Z] [INFO] [2020-10-10T21:38:36.926Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:36.926Z] [INFO] [2020-10-10T21:38:36.926Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:36.926Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:36.926Z] [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-10-10T21:38:36.926Z] [INFO] Copying 2 resources to help [2020-10-10T21:38:36.926Z] [INFO] [2020-10-10T21:38:36.926Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:36.926Z] [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-10-10T21:38:37.181Z] [INFO] [2020-10-10T21:38:37.181Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.181Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:37.181Z] [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-10-10T21:38:37.181Z] [INFO] [2020-10-10T21:38:37.181Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.181Z] [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-10-10T21:38:37.181Z] [INFO] [2020-10-10T21:38:37.181Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.181Z] [INFO] [2020-10-10T21:38:37.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.181Z] [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-10-10T21:38:37.181Z] [INFO] [2020-10-10T21:38:37.181Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [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-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-10-10T21:38:37.182Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-10-10T21:38:37.182Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] [2020-10-10T21:38:37.182Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:37.438Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:37.438Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:38.835Z] [INFO] [2020-10-10T21:38:38.835Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-10-10T21:38:38.835Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-10-10T21:38:38.835Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-10-10T21:38:38.835Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-10-10T21:38:38.835Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-10-10T21:38:38.835Z] Constructing Javadoc information... [2020-10-10T21:38:38.835Z] 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-10-10T21:38:38.836Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:38.836Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:38.836Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:38.836Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:38.836Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:38.836Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:38.836Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [INFO] Copying 2 resources to help [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [INFO] [2020-10-10T21:38:38.836Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [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-10-10T21:38:38.836Z] [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-10-10T21:38:39.092Z] [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-10-10T21:38:39.092Z] [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-10-10T21:38:39.092Z] [INFO] [2020-10-10T21:38:39.092Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-10T21:38:39.092Z] [INFO] [2020-10-10T21:38:39.092Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-10-10T21:38:39.092Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-10-10T21:38:39.092Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:39.092Z] [INFO] [2020-10-10T21:38:39.092Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.092Z] [INFO] [2020-10-10T21:38:39.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.092Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:39.092Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.093Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] [2020-10-10T21:38:39.093Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:39.093Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:39.348Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:40.277Z] [INFO] [2020-10-10T21:38:40.277Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-10-10T21:38:40.277Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-10-10T21:38:40.277Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-10-10T21:38:40.277Z] Constructing Javadoc information... [2020-10-10T21:38:40.277Z] 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-10-10T21:38:40.277Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:40.277Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:40.277Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:40.277Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:40.277Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:40.277Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:40.277Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:40.277Z] [INFO] [2020-10-10T21:38:40.277Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.277Z] [INFO] [2020-10-10T21:38:40.277Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.277Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:40.277Z] [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-10-10T21:38:40.277Z] [INFO] Copying 2 resources to help [2020-10-10T21:38:40.277Z] [INFO] [2020-10-10T21:38:40.277Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.277Z] [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-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:40.532Z] [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-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [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-10-10T21:38:40.532Z] [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-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [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-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [INFO] [2020-10-10T21:38:40.532Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.532Z] [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-10-10T21:38:40.533Z] [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-10-10T21:38:40.533Z] [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-10-10T21:38:40.533Z] [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-10-10T21:38:40.533Z] [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-10-10T21:38:40.533Z] [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-10-10T21:38:40.533Z] [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-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-10-10T21:38:40.533Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-10-10T21:38:40.533Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] [2020-10-10T21:38:40.533Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:40.789Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:40.789Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-10-10T21:38:42.153Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-10-10T21:38:42.153Z] Constructing Javadoc information... [2020-10-10T21:38:42.153Z] 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-10-10T21:38:42.153Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:42.153Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:42.153Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:42.153Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:42.153Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:42.153Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:42.153Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.153Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:42.153Z] [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-10-10T21:38:42.153Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/help [2020-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.153Z] [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-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.153Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:42.153Z] [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-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.153Z] [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-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.153Z] [INFO] [2020-10-10T21:38:42.153Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [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-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-10-10T21:38:42.154Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-10-10T21:38:42.154Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] [2020-10-10T21:38:42.154Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:42.410Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:42.410Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-10-10T21:38:43.400Z] Constructing Javadoc information... [2020-10-10T21:38:43.400Z] 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-10-10T21:38:43.400Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:43.400Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:43.400Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:43.400Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:43.400Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:43.400Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:43.400Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:43.400Z] [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-10-10T21:38:43.400Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/help [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [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-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:43.400Z] [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-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [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-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [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-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.400Z] [INFO] [2020-10-10T21:38:43.400Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [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-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-10-10T21:38:43.401Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-10-10T21:38:43.401Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] [2020-10-10T21:38:43.401Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:43.657Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:43.913Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-10-10T21:38:44.901Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-10-10T21:38:44.901Z] Constructing Javadoc information... [2020-10-10T21:38:44.901Z] 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-10-10T21:38:44.901Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:44.901Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:44.901Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:44.901Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:44.901Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:44.901Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:44.901Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:44.901Z] [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-10-10T21:38:44.901Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2020-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [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-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:44.901Z] [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-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [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-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [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-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.901Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.901Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [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-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-10-10T21:38:44.902Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-10-10T21:38:44.902Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] The project's OSGi version is 0.8.0.I202010102135 [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] The project's OSGi version is 0.8.0.I202010102135 [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:44.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/main/resources [2020-10-10T21:38:44.902Z] [INFO] Copying 41 resources to help [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.902Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.902Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:44.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/test/resources [2020-10-10T21:38:44.902Z] [INFO] [2020-10-10T21:38:44.903Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-10-10T21:38:44.903Z] [INFO] [2020-10-10T21:38:44.903Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [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-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-10-10T21:38:45.197Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-10-10T21:38:45.197Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.197Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.197Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [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-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-10-10T21:38:45.198Z] [INFO] [2020-10-10T21:38:45.198Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-10-10T21:38:45.198Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-10-10T21:38:45.198Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] The project's OSGi version is 0.8.0.I202010102135 [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] The project's OSGi version is 0.8.0.I202010102135 [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.454Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.454Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [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-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.455Z] [INFO] [2020-10-10T21:38:45.455Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.710Z] [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-10-10T21:38:45.710Z] [INFO] [2020-10-10T21:38:45.710Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.710Z] [INFO] [2020-10-10T21:38:45.710Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.710Z] [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-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-10-10T21:38:45.711Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-10-10T21:38:45.711Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [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-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [INFO] [2020-10-10T21:38:45.711Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:45.711Z] [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-10-10T21:38:45.712Z] [INFO] [2020-10-10T21:38:45.712Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [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-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-10-10T21:38:46.000Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-10-10T21:38:46.000Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.000Z] [INFO] [2020-10-10T21:38:46.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [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-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-10-10T21:38:46.001Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-10-10T21:38:46.001Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.001Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.001Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.001Z] [INFO] [2020-10-10T21:38:46.001Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [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-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [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-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [INFO] [2020-10-10T21:38:46.002Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.002Z] [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-10-10T21:38:46.002Z] [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-10-10T21:38:46.002Z] [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-10-10T21:38:46.002Z] [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-10-10T21:38:46.258Z] [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-10-10T21:38:46.258Z] [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-10-10T21:38:46.258Z] [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-10-10T21:38:46.258Z] [INFO] [2020-10-10T21:38:46.258Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-10-10T21:38:46.258Z] [INFO] [2020-10-10T21:38:46.258Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-10-10T21:38:46.258Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-10-10T21:38:46.258Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [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-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [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-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [INFO] [2020-10-10T21:38:46.259Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.259Z] [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-10-10T21:38:46.259Z] [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-10-10T21:38:46.259Z] [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-10-10T21:38:46.259Z] [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-10-10T21:38:46.260Z] [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-10-10T21:38:46.260Z] [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-10-10T21:38:46.260Z] [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-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-10-10T21:38:46.260Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-10-10T21:38:46.260Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [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-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [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-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [INFO] [2020-10-10T21:38:46.260Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.260Z] [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-10-10T21:38:46.260Z] [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-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-10-10T21:38:46.261Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-10-10T21:38:46.261Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [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-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.261Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.261Z] [INFO] [2020-10-10T21:38:46.262Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [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-10-10T21:38:46.262Z] [INFO] [2020-10-10T21:38:46.262Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-10T21:38:46.262Z] [INFO] [2020-10-10T21:38:46.262Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-10-10T21:38:46.262Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-10-10T21:38:46.262Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.597Z] [INFO] [2020-10-10T21:38:46.597Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.597Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-10-10T21:38:46.597Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.598Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [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-10-10T21:38:46.598Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-10-10T21:38:46.599Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-10-10T21:38:46.599Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [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-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [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-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [INFO] [2020-10-10T21:38:46.599Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.599Z] [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-10-10T21:38:46.599Z] [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-10-10T21:38:46.599Z] [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-10-10T21:38:46.600Z] [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-10-10T21:38:46.600Z] [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-10-10T21:38:46.600Z] [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-10-10T21:38:46.600Z] [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-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-10-10T21:38:46.600Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-10-10T21:38:46.600Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [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-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.600Z] [INFO] [2020-10-10T21:38:46.600Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [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-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-10-10T21:38:46.856Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-10-10T21:38:46.856Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.856Z] [INFO] [2020-10-10T21:38:46.856Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.857Z] [INFO] [2020-10-10T21:38:46.857Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-10-10T21:38:46.857Z] [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-10-10T21:38:46.857Z] [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-10-10T21:38:46.857Z] [INFO] [2020-10-10T21:38:46.857Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-10-10T21:38:46.857Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-10-10T21:38:46.857Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-10-10T21:38:46.857Z] [INFO] [2020-10-10T21:38:46.857Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:46.857Z] [INFO] [2020-10-10T21:38:46.857Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.112Z] [INFO] The project's OSGi version is 0.8.0.I202010102135 [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.112Z] [INFO] The project's OSGi version is 0.8.0.I202010102135 [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] [2020-10-10T21:38:47.112Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:47.368Z] [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-10-10T21:38:47.368Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/help [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-10-10T21:38:47.368Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-10-10T21:38:47.368Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [2020-10-10T21:38:47.368Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:47.368Z] [INFO] [2020-10-10T21:38:47.368Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:49.259Z] [INFO] [2020-10-10T21:38:49.260Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:49.260Z] [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-10-10T21:38:49.517Z] [INFO] [2020-10-10T21:38:49.517Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:49.517Z] [INFO] [2020-10-10T21:38:49.517Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:49.517Z] [INFO] [2020-10-10T21:38:49.517Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:50.102Z] [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-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:50.102Z] [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-10-10T21:38:50.102Z] [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-10-10T21:38:50.102Z] [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-10-10T21:38:50.102Z] [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-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-10-10T21:38:50.102Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-10-10T21:38:50.102Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.102Z] [INFO] [2020-10-10T21:38:50.103Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:50.103Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:50.360Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:51.286Z] [INFO] [2020-10-10T21:38:51.286Z] Loading source files for package org.eclipse.ease.testhelper... [2020-10-10T21:38:51.286Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-10-10T21:38:51.286Z] Constructing Javadoc information... [2020-10-10T21:38:51.286Z] 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-10-10T21:38:51.286Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:51.286Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:51.286Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:51.286Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:51.286Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:51.286Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:51.286Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:51.286Z] [INFO] [2020-10-10T21:38:51.286Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.286Z] [INFO] [2020-10-10T21:38:51.286Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.286Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:51.286Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/main/resources [2020-10-10T21:38:51.286Z] [INFO] Copying 3 resources to help [2020-10-10T21:38:51.286Z] [INFO] [2020-10-10T21:38:51.286Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.287Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/classes [2020-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:51.542Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/test/resources [2020-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [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-10-10T21:38:51.542Z] [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-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [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-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [INFO] [2020-10-10T21:38:51.542Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.542Z] [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-10-10T21:38:51.542Z] [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-10-10T21:38:51.542Z] [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-10-10T21:38:51.543Z] [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-10-10T21:38:51.543Z] [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-10-10T21:38:51.543Z] [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-10-10T21:38:51.543Z] [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-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-10-10T21:38:51.543Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-10-10T21:38:51.543Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] [2020-10-10T21:38:51.543Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-10-10T21:38:51.799Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:38:51.799Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:38:53.200Z] [INFO] [2020-10-10T21:38:53.200Z] Loading source files for package org.eclipse.ease... [2020-10-10T21:38:53.201Z] Loading source files for package org.eclipse.ease.adapters... [2020-10-10T21:38:53.201Z] Loading source files for package org.eclipse.ease.sign... [2020-10-10T21:38:53.201Z] Loading source files for package org.eclipse.ease.tools... [2020-10-10T21:38:53.201Z] Constructing Javadoc information... [2020-10-10T21:38:53.201Z] 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-10-10T21:38:53.201Z] No plugin definition found, skipping [2020-10-10T21:38:53.201Z] No plugin definition found, skipping [2020-10-10T21:38:53.201Z] [WARNING] Javadoc Warnings [2020-10-10T21:38:53.201Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:53.201Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:38:53.201Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:38:53.201Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:38:53.201Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:38:53.201Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:53.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-10-10T21:38:53.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/help [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/classes [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:38:53.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [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-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [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-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [INFO] [2020-10-10T21:38:53.201Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-10-10T21:38:53.201Z] [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-10-10T21:38:53.201Z] [INFO] Command line: [2020-10-10T21:38:53.201Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:38:53.201Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:38:55.162Z] Running org.eclipse.ease.tools.StringToolsTest [2020-10-10T21:38:55.162Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.ease.tools.StringToolsTest [2020-10-10T21:38:55.162Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.002 s [2020-10-10T21:38:55.162Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.162Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.162Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.162Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.162Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.162Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.162Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.162Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-10-10T21:38:55.725Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-10-10T21:38:55.725Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.288 s [2020-10-10T21:38:55.725Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-10-10T21:38:55.725Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-10-10T21:38:55.725Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-10T21:38:55.725Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.725Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.099 s [2020-10-10T21:38:55.725Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-10-10T21:38:55.725Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-10-10T21:38:55.725Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-10T21:38:55.725Z] Running org.eclipse.ease.ScriptTest [2020-10-10T21:38:55.726Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ease.ScriptTest [2020-10-10T21:38:55.726Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.005 s [2020-10-10T21:38:55.726Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-10-10T21:38:55.726Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-10T21:38:55.726Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:38:55.726Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-10-10T21:39:00.968Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-10T21:39:01.530Z] java.lang.RuntimeException: ERROR [2020-10-10T21:39:01.530Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-10-10T21:39:01.530Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:39:01.530Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:39:01.531Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:39:01.531Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.023 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-10-10T21:39:01.531Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-10T21:39:01.531Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.205 s [2020-10-10T21:39:01.531Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:01.531Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:39:01.531Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:01.531Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:39:01.531Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.602 s [2020-10-10T21:39:01.531Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:39:01.531Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-10-10T21:39:01.531Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.003 s [2020-10-10T21:39:01.531Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-10T21:39:01.531Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-10T21:39:01.531Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-10T21:39:01.531Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-10-10T21:39:01.531Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:39:01.531Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-10-10T21:39:01.531Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:39:01.531Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:39:01.531Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:39:01.531Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:39:01.531Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:39:01.787Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-10-10T21:39:01.787Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.059 s [2020-10-10T21:39:01.787Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-10-10T21:39:01.787Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-10-10T21:39:01.787Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.004 s [2020-10-10T21:39:01.787Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-10-10T21:39:01.787Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-10-10T21:39:01.787Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-10-10T21:39:01.787Z] Running org.eclipse.ease.ScriptResultTest [2020-10-10T21:39:01.787Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-10-10T21:39:01.787Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-10-10T21:39:01.787Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-10-10T21:39:01.787Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-10-10T21:39:01.787Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:39:01.787Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-10T21:39:08.325Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-10T21:39:08.325Z] java.lang.RuntimeException: ERROR [2020-10-10T21:39:08.325Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-10-10T21:39:08.325Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:39:08.325Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:39:08.325Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:39:08.325Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.659 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-10T21:39:08.325Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.04 s [2020-10-10T21:39:08.325Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:08.325Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:39:08.325Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.101 s [2020-10-10T21:39:08.325Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:08.325Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:08.325Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:08.325Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:39:08.325Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:39:08.325Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.302 s [2020-10-10T21:39:08.325Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:39:08.325Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-10-10T21:39:08.325Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-10T21:39:08.325Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:39:08.325Z] [2020-10-10T21:39:08.325Z] Results: [2020-10-10T21:39:08.325Z] [2020-10-10T21:39:08.325Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:08.325Z] [2020-10-10T21:39:08.909Z] [INFO] All tests passed! [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [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-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-10-10T21:39:08.909Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-10-10T21:39:08.909Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] [2020-10-10T21:39:08.909Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:09.165Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:09.165Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:10.091Z] [INFO] [2020-10-10T21:39:10.091Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-10-10T21:39:10.091Z] Constructing Javadoc information... [2020-10-10T21:39:10.091Z] 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-10-10T21:39:10.091Z] No plugin definition found, skipping [2020-10-10T21:39:10.091Z] No plugin definition found, skipping [2020-10-10T21:39:10.091Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:10.091Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:10.091Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:10.091Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:10.091Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:10.091Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:10.091Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:10.091Z] [INFO] [2020-10-10T21:39:10.091Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.091Z] [INFO] [2020-10-10T21:39:10.091Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.091Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:10.091Z] [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-10-10T21:39:10.091Z] [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-10-10T21:39:10.092Z] [INFO] [2020-10-10T21:39:10.092Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.092Z] [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-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:10.347Z] [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-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [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-10-10T21:39:10.347Z] [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-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [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-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [INFO] [2020-10-10T21:39:10.347Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:10.347Z] [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-10-10T21:39:10.347Z] [INFO] Command line: [2020-10-10T21:39:10.347Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:10.347Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:12.261Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-10T21:39:12.517Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:39:12.772Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:39:12.772Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:39:12.772Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:39:12.772Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:39:12.772Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:39:12.772Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:39:12.772Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:39:13.051Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:39:13.051Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:39:13.051Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-10T21:39:13.051Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.54 s [2020-10-10T21:39:13.051Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.062 s [2020-10-10T21:39:13.051Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.122 s [2020-10-10T21:39:13.051Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.038 s [2020-10-10T21:39:13.051Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.095 s [2020-10-10T21:39:13.051Z] [2020-10-10T21:39:13.051Z] Results: [2020-10-10T21:39:13.051Z] [2020-10-10T21:39:13.051Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:13.051Z] [2020-10-10T21:39:13.612Z] [INFO] All tests passed! [2020-10-10T21:39:13.612Z] [INFO] [2020-10-10T21:39:13.612Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:13.612Z] [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-10-10T21:39:13.613Z] [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-10-10T21:39:13.613Z] [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-10-10T21:39:13.613Z] [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-10-10T21:39:13.613Z] [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-10-10T21:39:13.613Z] [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-10-10T21:39:13.613Z] [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-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-10-10T21:39:13.613Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-10-10T21:39:13.613Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] [2020-10-10T21:39:13.613Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:13.868Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:13.868Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:14.800Z] [INFO] [2020-10-10T21:39:14.800Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-10-10T21:39:14.800Z] Constructing Javadoc information... [2020-10-10T21:39:14.800Z] 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-10-10T21:39:14.800Z] No plugin definition found, skipping [2020-10-10T21:39:14.800Z] No plugin definition found, skipping [2020-10-10T21:39:14.800Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:14.800Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:14.800Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:14.800Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:14.800Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:14.800Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:14.800Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:14.800Z] [INFO] [2020-10-10T21:39:14.800Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:14.800Z] [INFO] [2020-10-10T21:39:14.800Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:14.800Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:14.800Z] [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-10-10T21:39:14.800Z] [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-10-10T21:39:14.800Z] [INFO] [2020-10-10T21:39:14.800Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:14.800Z] [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-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:15.056Z] [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-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [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-10-10T21:39:15.056Z] [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-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [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-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.056Z] [INFO] [2020-10-10T21:39:15.056Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:15.313Z] [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-10-10T21:39:15.313Z] [INFO] Command line: [2020-10-10T21:39:15.313Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:15.313Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:17.257Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-10T21:39:17.257Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-10T21:39:17.257Z] [2020-10-10T21:39:17.257Z] Java Stacktrace: [2020-10-10T21:39:17.257Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-10T21:39:17.258Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-10-10T21:39:17.258Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-10-10T21:39:17.258Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-10T21:39:17.258Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-10T21:39:17.258Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-10T21:39:17.258Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-10T21:39:17.258Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-10T21:39:17.258Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-10T21:39:17.258Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:39:17.258Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:39:17.258Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-10T21:39:17.258Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-10T21:39:17.258Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-10T21:39:17.258Z] [2020-10-10T21:39:17.258Z] Java Stacktrace: [2020-10-10T21:39:17.258Z] java.lang.Exception [2020-10-10T21:39:17.258Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-10T21:39:17.258Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-10T21:39:17.258Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-10T21:39:17.258Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-10T21:39:17.258Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:39:17.258Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:39:17.258Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:39:17.258Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-10T21:39:17.258Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-10T21:39:17.258Z] 'asdf [2020-10-10T21:39:17.258Z] ^ [2020-10-10T21:39:17.258Z] at :1 [2020-10-10T21:39:17.258Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-10T21:39:17.258Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.162 s [2020-10-10T21:39:17.258Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.03 s [2020-10-10T21:39:17.258Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.043 s [2020-10-10T21:39:17.258Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-10T21:39:17.258Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.02 s [2020-10-10T21:39:17.258Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.062 s [2020-10-10T21:39:17.258Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-10T21:39:17.258Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-10T21:39:17.258Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-10T21:39:17.258Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.05 s [2020-10-10T21:39:17.258Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-10-10T21:39:17.258Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-10-10T21:39:17.258Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-10T21:39:17.515Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:39:17.515Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:39:17.515Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:39:17.515Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:39:17.515Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:39:17.515Z] Start of script [2020-10-10T21:39:17.515Z] include file start [2020-10-10T21:39:17.515Z] Include file processed [2020-10-10T21:39:17.515Z] line after include file [2020-10-10T21:39:17.515Z] Result of testMethod = 5 [2020-10-10T21:39:17.515Z] End of script [2020-10-10T21:39:17.770Z] Start of script [2020-10-10T21:39:17.770Z] include file start [2020-10-10T21:39:17.770Z] Include file processed [2020-10-10T21:39:17.770Z] line after include file [2020-10-10T21:39:17.770Z] Result of testMethod = 5 [2020-10-10T21:39:17.770Z] End of script [2020-10-10T21:39:18.026Z] Start of script [2020-10-10T21:39:18.026Z] include file start [2020-10-10T21:39:18.026Z] Include file processed [2020-10-10T21:39:18.026Z] line after include file [2020-10-10T21:39:18.026Z] Result of testMethod = 5 [2020-10-10T21:39:18.281Z] Start of script [2020-10-10T21:39:18.282Z] include file start [2020-10-10T21:39:18.282Z] Include file processed [2020-10-10T21:39:18.282Z] line after include file [2020-10-10T21:39:18.537Z] Result of testMethod = 5 [2020-10-10T21:39:18.537Z] End of script [2020-10-10T21:39:18.793Z] Start of script [2020-10-10T21:39:18.793Z] include file start [2020-10-10T21:39:18.793Z] Include file processed [2020-10-10T21:39:18.793Z] line after include file [2020-10-10T21:39:18.793Z] Result of testMethod = 5 [2020-10-10T21:39:18.793Z] End of script [2020-10-10T21:39:18.793Z] Start of script [2020-10-10T21:39:18.793Z] include file start [2020-10-10T21:39:18.793Z] Include file processed [2020-10-10T21:39:18.793Z] line after include file [2020-10-10T21:39:19.049Z] Result of testMethod = 5 [2020-10-10T21:39:19.049Z] End of script [2020-10-10T21:39:19.049Z] Start of script [2020-10-10T21:39:19.049Z] include file start [2020-10-10T21:39:19.049Z] Include file processed [2020-10-10T21:39:19.049Z] line after include file [2020-10-10T21:39:19.049Z] Result of testMethod = 5 [2020-10-10T21:39:19.610Z] Start of script [2020-10-10T21:39:19.610Z] include file start [2020-10-10T21:39:19.610Z] Include file processed [2020-10-10T21:39:19.610Z] line after include file [2020-10-10T21:39:19.610Z] Result of testMethod = 5 [2020-10-10T21:39:19.610Z] End of script [2020-10-10T21:39:19.865Z] Start of script [2020-10-10T21:39:19.865Z] include file start [2020-10-10T21:39:19.865Z] Include file processed [2020-10-10T21:39:19.865Z] line after include file [2020-10-10T21:39:19.865Z] Result of testMethod = 5 [2020-10-10T21:39:19.865Z] End of script [2020-10-10T21:39:19.865Z] Start of script [2020-10-10T21:39:19.865Z] include file start [2020-10-10T21:39:19.865Z] Include file processed [2020-10-10T21:39:19.865Z] line after include file [2020-10-10T21:39:20.427Z] Start of script [2020-10-10T21:39:20.427Z] include file start [2020-10-10T21:39:20.427Z] Include file processed [2020-10-10T21:39:20.427Z] line after include file [2020-10-10T21:39:20.427Z] Result of testMethod = 5 [2020-10-10T21:39:20.427Z] End of script [2020-10-10T21:39:20.682Z] Start of script [2020-10-10T21:39:20.682Z] include file start [2020-10-10T21:39:20.682Z] Include file processed [2020-10-10T21:39:20.682Z] line after include file [2020-10-10T21:39:20.682Z] Result of testMethod = 5 [2020-10-10T21:39:20.682Z] End of script [2020-10-10T21:39:21.243Z] Start of script [2020-10-10T21:39:21.243Z] include file start [2020-10-10T21:39:21.243Z] Include file processed [2020-10-10T21:39:21.243Z] line after include file [2020-10-10T21:39:21.243Z] Result of testMethod = 5 [2020-10-10T21:39:21.243Z] End of script [2020-10-10T21:39:21.243Z] Start of script [2020-10-10T21:39:21.243Z] include file start [2020-10-10T21:39:21.243Z] Include file processed [2020-10-10T21:39:21.243Z] line after include file [2020-10-10T21:39:21.498Z] Result of testMethod = 5 [2020-10-10T21:39:21.498Z] End of script [2020-10-10T21:39:21.498Z] Start of script [2020-10-10T21:39:21.498Z] include file start [2020-10-10T21:39:21.498Z] Include file processed [2020-10-10T21:39:21.498Z] line after include file [2020-10-10T21:39:21.498Z] Result of testMethod = 5 [2020-10-10T21:39:22.059Z] Start of script [2020-10-10T21:39:22.059Z] include file start [2020-10-10T21:39:22.059Z] Include file processed [2020-10-10T21:39:22.059Z] line after include file [2020-10-10T21:39:22.059Z] Result of testMethod = 5 [2020-10-10T21:39:22.059Z] End of script [2020-10-10T21:39:22.315Z] Start of script [2020-10-10T21:39:22.315Z] include file start [2020-10-10T21:39:22.315Z] Include file processed [2020-10-10T21:39:22.315Z] line after include file [2020-10-10T21:39:22.315Z] Result of testMethod = 5 [2020-10-10T21:39:22.570Z] End of script [2020-10-10T21:39:22.570Z] Start of script [2020-10-10T21:39:22.570Z] include file start [2020-10-10T21:39:22.570Z] Include file processed [2020-10-10T21:39:22.570Z] line after include file [2020-10-10T21:39:22.825Z] Result of testMethod = 5 [2020-10-10T21:39:22.825Z] End of script [2020-10-10T21:39:23.081Z] Start of script [2020-10-10T21:39:23.081Z] include file start [2020-10-10T21:39:23.081Z] Include file processed [2020-10-10T21:39:23.081Z] line after include file [2020-10-10T21:39:23.336Z] Result of testMethod = 5 [2020-10-10T21:39:23.336Z] End of script [2020-10-10T21:39:23.336Z] Start of script [2020-10-10T21:39:23.336Z] include file start [2020-10-10T21:39:23.336Z] Include file processed [2020-10-10T21:39:23.336Z] line after include file [2020-10-10T21:39:23.336Z] Result of testMethod = 5 [2020-10-10T21:39:23.897Z] Start of script [2020-10-10T21:39:23.897Z] include file start [2020-10-10T21:39:23.897Z] Include file processed [2020-10-10T21:39:23.897Z] line after include file [2020-10-10T21:39:23.897Z] Result of testMethod = 5 [2020-10-10T21:39:23.897Z] End of script [2020-10-10T21:39:23.897Z] Start of script [2020-10-10T21:39:23.897Z] include file start [2020-10-10T21:39:23.897Z] Include file processed [2020-10-10T21:39:23.897Z] line after include file [2020-10-10T21:39:24.153Z] Result of testMethod = 5 [2020-10-10T21:39:24.153Z] End of script [2020-10-10T21:39:24.153Z] Start of script [2020-10-10T21:39:24.408Z] include file start [2020-10-10T21:39:24.408Z] Include file processed [2020-10-10T21:39:24.408Z] line after include file [2020-10-10T21:39:24.408Z] Result of testMethod = 5 [2020-10-10T21:39:24.408Z] End of script [2020-10-10T21:39:24.408Z] Start of script [2020-10-10T21:39:24.408Z] include file start [2020-10-10T21:39:24.408Z] Include file processed [2020-10-10T21:39:24.664Z] line after include file [2020-10-10T21:39:24.664Z] Result of testMethod = 5 [2020-10-10T21:39:24.664Z] End of script [2020-10-10T21:39:24.664Z] Start of script [2020-10-10T21:39:24.664Z] include file start [2020-10-10T21:39:24.664Z] Include file processed [2020-10-10T21:39:24.664Z] line after include file [2020-10-10T21:39:24.920Z] Start of script [2020-10-10T21:39:25.186Z] include file start [2020-10-10T21:39:25.186Z] Include file processed [2020-10-10T21:39:25.186Z] line after include file [2020-10-10T21:39:25.186Z] Result of testMethod = 5 [2020-10-10T21:39:25.186Z] End of script [2020-10-10T21:39:25.186Z] Start of script [2020-10-10T21:39:25.186Z] include file start [2020-10-10T21:39:25.186Z] Include file processed [2020-10-10T21:39:25.186Z] line after include file [2020-10-10T21:39:25.186Z] Result of testMethod = 5 [2020-10-10T21:39:25.749Z] Start of script [2020-10-10T21:39:25.749Z] include file start [2020-10-10T21:39:25.749Z] Include file processed [2020-10-10T21:39:25.749Z] line after include file [2020-10-10T21:39:25.749Z] Result of testMethod = 5 [2020-10-10T21:39:25.749Z] End of script [2020-10-10T21:39:25.749Z] Start of script [2020-10-10T21:39:25.749Z] include file start [2020-10-10T21:39:25.749Z] Include file processed [2020-10-10T21:39:25.749Z] line after include file [2020-10-10T21:39:26.004Z] Result of testMethod = 5 [2020-10-10T21:39:26.004Z] End of script [2020-10-10T21:39:26.004Z] Start of script [2020-10-10T21:39:26.004Z] include file start [2020-10-10T21:39:26.004Z] Include file processed [2020-10-10T21:39:26.004Z] line after include file [2020-10-10T21:39:26.260Z] Result of testMethod = 5 [2020-10-10T21:39:26.261Z] End of script [2020-10-10T21:39:26.516Z] Start of script [2020-10-10T21:39:26.516Z] include file start [2020-10-10T21:39:26.517Z] Include file processed [2020-10-10T21:39:26.517Z] line after include file [2020-10-10T21:39:26.517Z] Result of testMethod = 5 [2020-10-10T21:39:26.517Z] End of script [2020-10-10T21:39:26.517Z] Start of script [2020-10-10T21:39:26.517Z] include file start [2020-10-10T21:39:26.517Z] Include file processed [2020-10-10T21:39:26.517Z] line after include file [2020-10-10T21:39:26.517Z] Result of testMethod = 5 [2020-10-10T21:39:27.078Z] Start of script [2020-10-10T21:39:27.078Z] include file start [2020-10-10T21:39:27.078Z] Include file processed [2020-10-10T21:39:27.078Z] line after include file [2020-10-10T21:39:27.078Z] Result of testMethod = 5 [2020-10-10T21:39:27.078Z] End of script [2020-10-10T21:39:27.078Z] Start of script [2020-10-10T21:39:27.078Z] include file start [2020-10-10T21:39:27.078Z] Include file processed [2020-10-10T21:39:27.078Z] line after include file [2020-10-10T21:39:27.078Z] Result of testMethod = 5 [2020-10-10T21:39:27.640Z] Start of script [2020-10-10T21:39:27.640Z] include file start [2020-10-10T21:39:27.640Z] Include file processed [2020-10-10T21:39:27.640Z] line after include file [2020-10-10T21:39:27.640Z] Result of testMethod = 5 [2020-10-10T21:39:27.640Z] End of script [2020-10-10T21:39:27.896Z] Start of script [2020-10-10T21:39:27.896Z] include file start [2020-10-10T21:39:27.896Z] Include file processed [2020-10-10T21:39:27.896Z] line after include file [2020-10-10T21:39:28.152Z] Result of testMethod = 5 [2020-10-10T21:39:28.152Z] End of script [2020-10-10T21:39:28.152Z] Start of script [2020-10-10T21:39:28.152Z] include file start [2020-10-10T21:39:28.152Z] Include file processed [2020-10-10T21:39:28.152Z] line after include file [2020-10-10T21:39:28.152Z] Result of testMethod = 5 [2020-10-10T21:39:28.152Z] End of script [2020-10-10T21:39:28.408Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.986 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-10T21:39:28.408Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-10-10T21:39:28.408Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.21 s [2020-10-10T21:39:28.408Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.31 s [2020-10-10T21:39:28.408Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-10T21:39:28.408Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-10-10T21:39:28.408Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.408Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-10T21:39:28.409Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:28.409Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:28.409Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.407 s [2020-10-10T21:39:28.409Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.409Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.409Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.409Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:28.409Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.213 s [2020-10-10T21:39:28.409Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.409Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:28.409Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:28.409Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.409Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-10-10T21:39:28.409Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:28.409Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:28.409Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:28.409Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-10T21:39:28.409Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:28.409Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-10T21:39:28.409Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:28.409Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-10T21:39:28.409Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:28.409Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-10T21:39:28.409Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:28.409Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:28.409Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:28.409Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-10T21:39:28.409Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-10T21:39:28.409Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.047 s [2020-10-10T21:39:28.409Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.014 s [2020-10-10T21:39:28.409Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.016 s [2020-10-10T21:39:28.409Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.02 s [2020-10-10T21:39:28.409Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.02 s [2020-10-10T21:39:28.409Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-10T21:39:28.409Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-10T21:39:28.409Z] at [2020-10-10T21:39:28.409Z] [2020-10-10T21:39:28.409Z] Java Stacktrace: [2020-10-10T21:39:28.409Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-10T21:39:28.409Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-10-10T21:39:28.409Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-10-10T21:39:28.409Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-10T21:39:28.409Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-10T21:39:28.410Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-10T21:39:28.410Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-10T21:39:28.410Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-10T21:39:28.410Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-10T21:39:28.410Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-10-10T21:39:28.410Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-10T21:39:28.410Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:39:28.410Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:39:28.410Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:39:28.410Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:39:28.410Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:39:28.666Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-10T21:39:28.666Z] at [2020-10-10T21:39:28.666Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-10T21:39:28.666Z] at [2020-10-10T21:39:28.666Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-10T21:39:28.666Z] at [2020-10-10T21:39:28.666Z] [2020-10-10T21:39:28.666Z] Java Stacktrace: [2020-10-10T21:39:28.666Z] java.lang.Exception [2020-10-10T21:39:28.666Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-10T21:39:28.666Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-10T21:39:28.666Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-10T21:39:28.666Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-10-10T21:39:28.666Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-10T21:39:28.666Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:39:28.666Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:39:28.666Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:39:28.666Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:39:28.666Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:39:28.666Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-10T21:39:28.666Z] at [2020-10-10T21:39:28.666Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-10T21:39:28.666Z] 'asdf [2020-10-10T21:39:28.666Z] ^ [2020-10-10T21:39:28.666Z] at [2020-10-10T21:39:28.666Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-10T21:39:28.666Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.038 s [2020-10-10T21:39:28.666Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.01 s [2020-10-10T21:39:28.666Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.014 s [2020-10-10T21:39:28.666Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-10T21:39:28.666Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-10T21:39:28.666Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-10T21:39:28.666Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.014 s [2020-10-10T21:39:28.666Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.033 s [2020-10-10T21:39:28.666Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-10T21:39:28.666Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-10T21:39:28.666Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.011 s [2020-10-10T21:39:28.666Z] [2020-10-10T21:39:28.666Z] Results: [2020-10-10T21:39:28.666Z] [2020-10-10T21:39:28.666Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:28.666Z] [2020-10-10T21:39:29.228Z] [INFO] All tests passed! [2020-10-10T21:39:29.228Z] [INFO] [2020-10-10T21:39:29.228Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [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-10-10T21:39:29.228Z] [INFO] [2020-10-10T21:39:29.228Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:39:29.228Z] [INFO] [2020-10-10T21:39:29.228Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-10-10T21:39:29.228Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-10-10T21:39:29.229Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] [2020-10-10T21:39:29.229Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:29.485Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:29.485Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:30.413Z] [INFO] [2020-10-10T21:39:30.413Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-10-10T21:39:30.413Z] Constructing Javadoc information... [2020-10-10T21:39:30.413Z] 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-10-10T21:39:30.413Z] No plugin definition found, skipping [2020-10-10T21:39:30.413Z] No plugin definition found, skipping [2020-10-10T21:39:30.413Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:30.413Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:30.413Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:30.413Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:30.413Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:30.413Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:30.413Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:30.413Z] [INFO] [2020-10-10T21:39:30.413Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.413Z] [INFO] [2020-10-10T21:39:30.413Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.413Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:30.413Z] [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-10-10T21:39:30.413Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/help [2020-10-10T21:39:30.413Z] [INFO] [2020-10-10T21:39:30.413Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.413Z] [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-10-10T21:39:30.413Z] [INFO] [2020-10-10T21:39:30.413Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.413Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:30.413Z] [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-10-10T21:39:30.413Z] [INFO] [2020-10-10T21:39:30.413Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.413Z] [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-10-10T21:39:30.698Z] [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-10-10T21:39:30.698Z] [INFO] [2020-10-10T21:39:30.698Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.698Z] [INFO] [2020-10-10T21:39:30.698Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.698Z] [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-10-10T21:39:30.698Z] [INFO] [2020-10-10T21:39:30.699Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.699Z] [INFO] [2020-10-10T21:39:30.699Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.699Z] [INFO] [2020-10-10T21:39:30.699Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.699Z] [INFO] [2020-10-10T21:39:30.699Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:30.699Z] [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-10-10T21:39:30.699Z] [INFO] Command line: [2020-10-10T21:39:30.699Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:30.699Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:32.660Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-10T21:39:32.660Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-10T21:39:32.660Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.003 s [2020-10-10T21:39:32.660Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-10T21:39:32.660Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-10T21:39:32.660Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-10-10T21:39:32.660Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.038 s [2020-10-10T21:39:32.660Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.087 s [2020-10-10T21:39:32.660Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-10T21:39:32.660Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-10T21:39:32.660Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-10T21:39:32.660Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-10T21:39:32.660Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-10T21:39:32.660Z] [2020-10-10T21:39:32.660Z] Results: [2020-10-10T21:39:32.660Z] [2020-10-10T21:39:32.660Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:32.660Z] [2020-10-10T21:39:33.222Z] [INFO] All tests passed! [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [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-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-10-10T21:39:33.222Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-10-10T21:39:33.222Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] [2020-10-10T21:39:33.222Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:33.478Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:33.478Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:34.405Z] [INFO] [2020-10-10T21:39:34.405Z] Loading source files for package org.eclipse.ease.lang.python... [2020-10-10T21:39:34.405Z] Constructing Javadoc information... [2020-10-10T21:39:34.405Z] 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-10-10T21:39:34.405Z] No plugin definition found, skipping [2020-10-10T21:39:34.405Z] No plugin definition found, skipping [2020-10-10T21:39:34.405Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:34.405Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:34.405Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:34.405Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:34.405Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:34.405Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:34.405Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:34.405Z] [INFO] [2020-10-10T21:39:34.405Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.405Z] [INFO] [2020-10-10T21:39:34.405Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.405Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:34.405Z] [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-10-10T21:39:34.405Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/help [2020-10-10T21:39:34.405Z] [INFO] [2020-10-10T21:39:34.405Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [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-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:34.406Z] [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-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [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-10-10T21:39:34.406Z] [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-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [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-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.406Z] [INFO] [2020-10-10T21:39:34.406Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:34.700Z] [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-10-10T21:39:34.700Z] [INFO] Command line: [2020-10-10T21:39:34.701Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:34.701Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:36.102Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-10T21:39:36.361Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-10T21:39:36.361Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.003 s [2020-10-10T21:39:36.361Z] [2020-10-10T21:39:36.361Z] Results: [2020-10-10T21:39:36.361Z] [2020-10-10T21:39:36.361Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:36.361Z] [2020-10-10T21:39:36.928Z] [INFO] All tests passed! [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [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-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-10-10T21:39:36.928Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-10-10T21:39:36.928Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.928Z] [INFO] [2020-10-10T21:39:36.929Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:37.184Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:37.184Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-10-10T21:39:38.110Z] Constructing Javadoc information... [2020-10-10T21:39:38.110Z] 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-10-10T21:39:38.110Z] No plugin definition found, skipping [2020-10-10T21:39:38.110Z] No plugin definition found, skipping [2020-10-10T21:39:38.110Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:38.110Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:38.110Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:38.110Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:38.110Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:38.110Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:38.110Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.110Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.110Z] [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-10-10T21:39:38.110Z] [INFO] [2020-10-10T21:39:38.111Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.111Z] [INFO] [2020-10-10T21:39:38.111Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.111Z] [INFO] [2020-10-10T21:39:38.111Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.111Z] [INFO] [2020-10-10T21:39:38.111Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:38.671Z] [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-10-10T21:39:38.671Z] [INFO] Command line: [2020-10-10T21:39:38.671Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:38.671Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:40.560Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:39:40.560Z] WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/plugins/org.jython_2.7.0.I201609090924/jython.jar) to method java.io.Console.encoding() [2020-10-10T21:39:40.560Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-10-10T21:39:40.560Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:39:40.560Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:39:40.560Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-10T21:39:41.937Z] Start of script [2020-10-10T21:39:42.192Z] include file start [2020-10-10T21:39:42.192Z] include file processed [2020-10-10T21:39:42.192Z] Result of testMethod = 5 [2020-10-10T21:39:42.192Z] End of script [2020-10-10T21:39:42.192Z] Start of script [2020-10-10T21:39:42.192Z] include file start [2020-10-10T21:39:42.192Z] include file processed [2020-10-10T21:39:42.192Z] Result of testMethod = 5 [2020-10-10T21:39:42.192Z] End of script [2020-10-10T21:39:42.447Z] Start of script [2020-10-10T21:39:42.447Z] include file start [2020-10-10T21:39:42.447Z] include file processed [2020-10-10T21:39:42.447Z] Result of testMethod = 5 [2020-10-10T21:39:42.703Z] Traceback (most recent call last): [2020-10-10T21:39:42.703Z] File "(none)", line 184, in run [2020-10-10T21:39:42.703Z] File "__ref_L/Debug Test/Main.py_jdlvkcezxs", line 23, in [2020-10-10T21:39:42.703Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:42.703Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:42.703Z] [2020-10-10T21:39:42.703Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:42.703Z] Start of script [2020-10-10T21:39:42.703Z] include file start [2020-10-10T21:39:42.703Z] include file processed [2020-10-10T21:39:42.958Z] Result of testMethod = 5 [2020-10-10T21:39:42.958Z] End of script [2020-10-10T21:39:43.213Z] Start of script [2020-10-10T21:39:43.213Z] include file start [2020-10-10T21:39:43.213Z] include file processed [2020-10-10T21:39:43.213Z] Result of testMethod = 5 [2020-10-10T21:39:43.213Z] End of script [2020-10-10T21:39:43.213Z] Start of script [2020-10-10T21:39:43.213Z] include file start [2020-10-10T21:39:43.213Z] include file processed [2020-10-10T21:39:43.469Z] Result of testMethod = 5 [2020-10-10T21:39:43.469Z] End of script [2020-10-10T21:39:43.724Z] Start of script [2020-10-10T21:39:43.725Z] include file start [2020-10-10T21:39:43.725Z] include file processed [2020-10-10T21:39:43.725Z] Result of testMethod = 5 [2020-10-10T21:39:43.725Z] Traceback (most recent call last): [2020-10-10T21:39:43.725Z] File "(none)", line 184, in run [2020-10-10T21:39:43.725Z] File "__ref_L/Debug Test/Main.py_seemrzyzsn", line 23, in [2020-10-10T21:39:43.725Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:43.725Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:43.725Z] [2020-10-10T21:39:43.725Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:43.979Z] Start of script [2020-10-10T21:39:43.980Z] include file start [2020-10-10T21:39:43.980Z] include file processed [2020-10-10T21:39:44.235Z] Result of testMethod = 5 [2020-10-10T21:39:44.235Z] End of script [2020-10-10T21:39:44.235Z] Start of script [2020-10-10T21:39:44.235Z] include file start [2020-10-10T21:39:44.235Z] include file processed [2020-10-10T21:39:44.235Z] Result of testMethod = 5 [2020-10-10T21:39:44.235Z] End of script [2020-10-10T21:39:44.491Z] Start of script [2020-10-10T21:39:44.491Z] include file start [2020-10-10T21:39:44.491Z] include file processed [2020-10-10T21:39:44.746Z] Traceback (most recent call last): [2020-10-10T21:39:44.746Z] File "(none)", line 184, in run [2020-10-10T21:39:44.746Z] File "__ref_L/Debug Test/Main.py_xhypmzppil", line 22, in [2020-10-10T21:39:44.746Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:44.746Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:44.746Z] [2020-10-10T21:39:44.746Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:45.001Z] Start of script [2020-10-10T21:39:45.001Z] include file start [2020-10-10T21:39:45.001Z] include file processed [2020-10-10T21:39:45.001Z] Result of testMethod = 5 [2020-10-10T21:39:45.001Z] End of script [2020-10-10T21:39:45.257Z] Start of script [2020-10-10T21:39:45.257Z] include file start [2020-10-10T21:39:45.257Z] include file processed [2020-10-10T21:39:45.257Z] Result of testMethod = 5 [2020-10-10T21:39:45.257Z] End of script [2020-10-10T21:39:45.513Z] Traceback (most recent call last): [2020-10-10T21:39:45.513Z] File "(none)", line 184, in run [2020-10-10T21:39:45.513Z] File "__ref_L/Debug Test/Main.py_rmzkrtipgk", line 1, in [2020-10-10T21:39:45.513Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:45.513Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:45.513Z] [2020-10-10T21:39:45.513Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:45.768Z] Start of script [2020-10-10T21:39:45.768Z] include file start [2020-10-10T21:39:45.768Z] include file processed [2020-10-10T21:39:45.768Z] Result of testMethod = 5 [2020-10-10T21:39:45.768Z] End of script [2020-10-10T21:39:46.023Z] Start of script [2020-10-10T21:39:46.023Z] include file start [2020-10-10T21:39:46.023Z] include file processed [2020-10-10T21:39:46.023Z] Result of testMethod = 5 [2020-10-10T21:39:46.023Z] End of script [2020-10-10T21:39:46.280Z] Start of script [2020-10-10T21:39:46.280Z] include file start [2020-10-10T21:39:46.280Z] include file processed [2020-10-10T21:39:46.280Z] Result of testMethod = 5 [2020-10-10T21:39:46.280Z] Traceback (most recent call last): [2020-10-10T21:39:46.280Z] File "(none)", line 184, in run [2020-10-10T21:39:46.280Z] File "__ref_L/Debug Test/Main.py_sojzxmccxq", line 23, in [2020-10-10T21:39:46.280Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:46.280Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:46.280Z] [2020-10-10T21:39:46.280Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:46.535Z] Start of script [2020-10-10T21:39:46.535Z] include file start [2020-10-10T21:39:46.535Z] include file processed [2020-10-10T21:39:46.790Z] Result of testMethod = 5 [2020-10-10T21:39:46.790Z] End of script [2020-10-10T21:39:46.790Z] Traceback (most recent call last): [2020-10-10T21:39:46.790Z] File "(none)", line 184, in run [2020-10-10T21:39:46.790Z] File "__ref_L/Debug Test/Main.py_szakyngtrx", line 1, in [2020-10-10T21:39:46.790Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:46.790Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:46.790Z] [2020-10-10T21:39:46.790Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:47.045Z] Start of script [2020-10-10T21:39:47.045Z] include file start [2020-10-10T21:39:47.045Z] include file processed [2020-10-10T21:39:47.045Z] Result of testMethod = 5 [2020-10-10T21:39:47.045Z] End of script [2020-10-10T21:39:47.300Z] Start of script [2020-10-10T21:39:47.300Z] include file start [2020-10-10T21:39:47.300Z] include file processed [2020-10-10T21:39:47.300Z] Result of testMethod = 5 [2020-10-10T21:39:47.300Z] End of script [2020-10-10T21:39:47.556Z] Traceback (most recent call last): [2020-10-10T21:39:47.556Z] File "(none)", line 184, in run [2020-10-10T21:39:47.556Z] File "__ref_L/Debug Test/Main.py_hlcnzcdrxs", line 1, in [2020-10-10T21:39:47.556Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:47.556Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:47.556Z] [2020-10-10T21:39:47.556Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:47.812Z] Start of script [2020-10-10T21:39:47.813Z] include file start [2020-10-10T21:39:47.813Z] include file processed [2020-10-10T21:39:47.813Z] Result of testMethod = 5 [2020-10-10T21:39:47.813Z] End of script [2020-10-10T21:39:48.067Z] Start of script [2020-10-10T21:39:48.067Z] include file start [2020-10-10T21:39:48.067Z] include file processed [2020-10-10T21:39:48.067Z] Result of testMethod = 5 [2020-10-10T21:39:48.323Z] Traceback (most recent call last): [2020-10-10T21:39:48.323Z] File "(none)", line 184, in run [2020-10-10T21:39:48.323Z] File "__ref_L/Debug Test/Main.py_rnkrrbynen", line 23, in [2020-10-10T21:39:48.323Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:48.323Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:48.323Z] [2020-10-10T21:39:48.323Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:48.323Z] Start of script [2020-10-10T21:39:48.323Z] include file start [2020-10-10T21:39:48.323Z] include file processed [2020-10-10T21:39:48.323Z] Result of testMethod = 5 [2020-10-10T21:39:48.323Z] End of script [2020-10-10T21:39:48.578Z] Start of script [2020-10-10T21:39:48.578Z] include file start [2020-10-10T21:39:48.578Z] include file processed [2020-10-10T21:39:48.834Z] Result of testMethod = 5 [2020-10-10T21:39:48.834Z] End of script [2020-10-10T21:39:48.834Z] Start of script [2020-10-10T21:39:48.834Z] include file start [2020-10-10T21:39:48.834Z] include file processed [2020-10-10T21:39:48.834Z] Result of testMethod = 5 [2020-10-10T21:39:48.834Z] End of script [2020-10-10T21:39:49.089Z] Start of script [2020-10-10T21:39:49.089Z] include file start [2020-10-10T21:39:49.089Z] include file processed [2020-10-10T21:39:49.089Z] Result of testMethod = 5 [2020-10-10T21:39:49.089Z] End of script [2020-10-10T21:39:49.344Z] Start of script [2020-10-10T21:39:49.344Z] include file start [2020-10-10T21:39:49.344Z] include file processed [2020-10-10T21:39:49.344Z] Traceback (most recent call last): [2020-10-10T21:39:49.344Z] File "(none)", line 184, in run [2020-10-10T21:39:49.344Z] File "__ref_L/Debug Test/Main.py_nosklgcfim", line 21, in [2020-10-10T21:39:49.344Z] File "__ref_L/Debug Test/Main.py_nosklgcfim", line 18, in testMethod [2020-10-10T21:39:49.344Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:49.344Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:49.344Z] [2020-10-10T21:39:49.344Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:49.600Z] Start of script [2020-10-10T21:39:49.855Z] include file start [2020-10-10T21:39:49.855Z] include file processed [2020-10-10T21:39:49.855Z] Result of testMethod = 5 [2020-10-10T21:39:49.855Z] End of script [2020-10-10T21:39:49.855Z] Start of script [2020-10-10T21:39:49.855Z] include file start [2020-10-10T21:39:49.855Z] include file processed [2020-10-10T21:39:49.855Z] Result of testMethod = 5 [2020-10-10T21:39:50.110Z] Traceback (most recent call last): [2020-10-10T21:39:50.110Z] File "(none)", line 184, in run [2020-10-10T21:39:50.110Z] File "__ref_L/Debug Test/Main.py_lbkayyhrwd", line 23, in [2020-10-10T21:39:50.110Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:50.110Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:50.110Z] [2020-10-10T21:39:50.110Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:50.110Z] Start of script [2020-10-10T21:39:50.110Z] include file start [2020-10-10T21:39:50.110Z] include file processed [2020-10-10T21:39:50.110Z] Result of testMethod = 5 [2020-10-10T21:39:50.365Z] End of script [2020-10-10T21:39:50.365Z] Start of script [2020-10-10T21:39:50.365Z] include file start [2020-10-10T21:39:50.365Z] include file processed [2020-10-10T21:39:50.621Z] Result of testMethod = 5 [2020-10-10T21:39:50.621Z] End of script [2020-10-10T21:39:50.621Z] Start of script [2020-10-10T21:39:50.621Z] include file start [2020-10-10T21:39:50.621Z] include file processed [2020-10-10T21:39:50.877Z] Result of testMethod = 5 [2020-10-10T21:39:50.877Z] End of script [2020-10-10T21:39:51.133Z] Start of script [2020-10-10T21:39:51.133Z] include file start [2020-10-10T21:39:51.133Z] include file processed [2020-10-10T21:39:51.133Z] Result of testMethod = 5 [2020-10-10T21:39:51.133Z] End of script [2020-10-10T21:39:51.133Z] Start of script [2020-10-10T21:39:51.133Z] include file start [2020-10-10T21:39:51.133Z] include file processed [2020-10-10T21:39:51.133Z] Result of testMethod = 5 [2020-10-10T21:39:51.388Z] Traceback (most recent call last): [2020-10-10T21:39:51.388Z] File "(none)", line 184, in run [2020-10-10T21:39:51.388Z] File "__ref_L/Debug Test/Main.py_bephfervgt", line 23, in [2020-10-10T21:39:51.388Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:51.388Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:51.388Z] [2020-10-10T21:39:51.389Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:51.644Z] Start of script [2020-10-10T21:39:51.644Z] include file start [2020-10-10T21:39:51.644Z] include file processed [2020-10-10T21:39:51.644Z] Result of testMethod = 5 [2020-10-10T21:39:51.644Z] End of script [2020-10-10T21:39:51.644Z] Start of script [2020-10-10T21:39:51.644Z] include file start [2020-10-10T21:39:51.644Z] include file processed [2020-10-10T21:39:51.644Z] Result of testMethod = 5 [2020-10-10T21:39:51.900Z] Traceback (most recent call last): [2020-10-10T21:39:51.900Z] File "(none)", line 184, in run [2020-10-10T21:39:51.900Z] File "__ref_L/Debug Test/Main.py_dmilhwusjo", line 23, in [2020-10-10T21:39:51.900Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:51.900Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:51.900Z] [2020-10-10T21:39:51.900Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:52.156Z] Traceback (most recent call last): [2020-10-10T21:39:52.156Z] File "(none)", line 184, in run [2020-10-10T21:39:52.156Z] File "__ref_L/Debug Test/Main.py_ibdygnispk", line 1, in [2020-10-10T21:39:52.157Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:39:52.157Z] org.eclipse.ease.ExitException: [2020-10-10T21:39:52.157Z] [2020-10-10T21:39:52.157Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:39:52.412Z] Start of script [2020-10-10T21:39:52.412Z] include file start [2020-10-10T21:39:52.412Z] include file processed [2020-10-10T21:39:52.412Z] Result of testMethod = 5 [2020-10-10T21:39:52.412Z] End of script [2020-10-10T21:39:52.412Z] Start of script [2020-10-10T21:39:52.412Z] include file start [2020-10-10T21:39:52.412Z] include file processed [2020-10-10T21:39:52.668Z] Result of testMethod = 5 [2020-10-10T21:39:52.668Z] End of script [2020-10-10T21:39:52.668Z] Start of script [2020-10-10T21:39:52.668Z] include file start [2020-10-10T21:39:52.668Z] include file processed [2020-10-10T21:39:52.668Z] Result of testMethod = 5 [2020-10-10T21:39:52.924Z] End of script [2020-10-10T21:39:52.924Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.45 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-10T21:39:52.924Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.632 s [2020-10-10T21:39:52.924Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-10-10T21:39:52.924Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:52.924Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.314 s [2020-10-10T21:39:52.924Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-10-10T21:39:52.924Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:39:52.924Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-10T21:39:52.924Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:52.924Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-10T21:39:52.924Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.209 s [2020-10-10T21:39:52.924Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.507 s [2020-10-10T21:39:52.925Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:52.925Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:52.925Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:39:52.925Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:52.925Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:52.925Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:52.925Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:39:52.925Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:52.925Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:52.925Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:52.925Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:52.925Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:52.925Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:52.925Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:52.925Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:52.925Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-10-10T21:39:52.925Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-10-10T21:39:52.925Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:52.925Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:52.925Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:52.925Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-10T21:39:52.925Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:52.925Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:52.925Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-10T21:39:52.925Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:39:52.925Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:52.925Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:39:52.925Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:39:52.925Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-10T21:39:52.925Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-10T21:39:52.925Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:39:52.925Z] [2020-10-10T21:39:52.925Z] Results: [2020-10-10T21:39:52.925Z] [2020-10-10T21:39:52.925Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:52.925Z] [2020-10-10T21:39:53.850Z] [INFO] All tests passed! [2020-10-10T21:39:53.850Z] [INFO] [2020-10-10T21:39:53.850Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:53.850Z] [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-10-10T21:39:53.851Z] [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-10-10T21:39:53.851Z] [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-10-10T21:39:53.851Z] [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-10-10T21:39:53.851Z] [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-10-10T21:39:53.851Z] [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-10-10T21:39:53.851Z] [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-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-10-10T21:39:53.851Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [44/48] [2020-10-10T21:39:53.851Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.test >>> [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.test <<< [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] [2020-10-10T21:39:53.851Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:53.851Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:53.851Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:54.778Z] [INFO] [2020-10-10T21:39:54.778Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-10-10T21:39:54.778Z] Constructing Javadoc information... [2020-10-10T21:39:54.778Z] 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-10-10T21:39:54.778Z] No plugin definition found, skipping [2020-10-10T21:39:54.778Z] No plugin definition found, skipping [2020-10-10T21:39:54.778Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:54.778Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:54.778Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:54.778Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:54.778Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:54.778Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:54.778Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:54.778Z] [INFO] [2020-10-10T21:39:54.778Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:54.778Z] [INFO] [2020-10-10T21:39:54.779Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:54.779Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:54.779Z] [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-10-10T21:39:54.779Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/help [2020-10-10T21:39:54.779Z] [INFO] [2020-10-10T21:39:54.779Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:54.779Z] [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-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:55.034Z] [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-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [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-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [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-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [INFO] [2020-10-10T21:39:55.034Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:55.034Z] [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-10-10T21:39:55.034Z] [INFO] Command line: [2020-10-10T21:39:55.035Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:55.035Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:56.959Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-10-10T21:39:56.959Z] We are running from a zip file! [2020-10-10T21:39:56.959Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-10-10T21:39:56.959Z] this is an error [2020-10-10T21:39:56.959Z] ^ [2020-10-10T21:39:56.959Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-10-10T21:39:57.214Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-10-10T21:39:57.214Z] this is an error [2020-10-10T21:39:57.214Z] ^ [2020-10-10T21:39:57.214Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-10-10T21:39:57.214Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-10-10T21:39:57.214Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.269 s [2020-10-10T21:39:57.214Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.005 s [2020-10-10T21:39:57.214Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-10T21:39:57.214Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-10T21:39:57.214Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-10T21:39:57.214Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.042 s [2020-10-10T21:39:57.214Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.071 s [2020-10-10T21:39:57.214Z] [2020-10-10T21:39:57.214Z] Results: [2020-10-10T21:39:57.214Z] [2020-10-10T21:39:57.214Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:39:57.214Z] [2020-10-10T21:39:57.774Z] [INFO] All tests passed! [2020-10-10T21:39:57.774Z] [INFO] [2020-10-10T21:39:57.774Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:57.774Z] [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-10-10T21:39:57.774Z] [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-10-10T21:39:57.775Z] [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-10-10T21:39:57.775Z] [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-10-10T21:39:57.775Z] [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-10-10T21:39:57.775Z] [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-10-10T21:39:57.775Z] [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-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >-------- [2020-10-10T21:39:57.775Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT [45/48] [2020-10-10T21:39:57.775Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.test >>> [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.test <<< [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] [2020-10-10T21:39:57.775Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:58.031Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:39:58.031Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:39:59.001Z] [INFO] [2020-10-10T21:39:59.001Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-10-10T21:39:59.001Z] Constructing Javadoc information... [2020-10-10T21:39:59.001Z] 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-10-10T21:39:59.001Z] No plugin definition found, skipping [2020-10-10T21:39:59.001Z] No plugin definition found, skipping [2020-10-10T21:39:59.001Z] [WARNING] Javadoc Warnings [2020-10-10T21:39:59.001Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:39:59.001Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:39:59.001Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:39:59.001Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:39:59.001Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:39:59.001Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:39:59.001Z] [INFO] [2020-10-10T21:39:59.001Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.001Z] [INFO] [2020-10-10T21:39:59.001Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.001Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:59.001Z] [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-10-10T21:39:59.001Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/help [2020-10-10T21:39:59.001Z] [INFO] [2020-10-10T21:39:59.001Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.001Z] [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-10-10T21:39:59.001Z] [INFO] [2020-10-10T21:39:59.001Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.001Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:39:59.001Z] [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-10-10T21:39:59.001Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.002Z] [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-10-10T21:39:59.002Z] [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-10-10T21:39:59.002Z] [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-10-10T21:39:59.002Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.002Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.002Z] [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-10-10T21:39:59.002Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.002Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.002Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.002Z] [INFO] [2020-10-10T21:39:59.002Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:39:59.258Z] [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-10-10T21:39:59.258Z] [INFO] Command line: [2020-10-10T21:39:59.258Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:39:59.258Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:40:01.160Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-10-10T21:40:02.536Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.406 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-10-10T21:40:02.536Z] folderStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.542 s [2020-10-10T21:40:02.536Z] errorTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.174 s [2020-10-10T21:40:02.536Z] failureTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.167 s [2020-10-10T21:40:02.536Z] verifyOutput(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.132 s [2020-10-10T21:40:02.536Z] suiteStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.108 s [2020-10-10T21:40:02.536Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.101 s [2020-10-10T21:40:02.536Z] passTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.1 s [2020-10-10T21:40:02.536Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-10-10T21:40:03.470Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-10-10T21:40:03.470Z] folderStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.147 s [2020-10-10T21:40:03.470Z] verifyOutput(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.105 s [2020-10-10T21:40:03.470Z] suiteStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.1 s [2020-10-10T21:40:03.470Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.093 s [2020-10-10T21:40:03.470Z] ignoreTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.094 s [2020-10-10T21:40:03.470Z] failureTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.066 s [2020-10-10T21:40:03.470Z] errorTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.092 s [2020-10-10T21:40:03.470Z] passTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.085 s [2020-10-10T21:40:03.470Z] [2020-10-10T21:40:03.470Z] Results: [2020-10-10T21:40:03.470Z] [2020-10-10T21:40:03.470Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:40:03.470Z] [2020-10-10T21:40:04.030Z] [INFO] All tests passed! [2020-10-10T21:40:04.030Z] [INFO] [2020-10-10T21:40:04.030Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [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-10-10T21:40:04.030Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test --- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.ui.scripts.test >---------- [2020-10-10T21:40:04.031Z] [INFO] Building org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT [46/48] [2020-10-10T21:40:04.031Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts.test >>> [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts.test <<< [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] [2020-10-10T21:40:04.031Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.031Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:40:04.031Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:40:04.969Z] [INFO] [2020-10-10T21:40:04.969Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-10-10T21:40:04.969Z] Constructing Javadoc information... [2020-10-10T21:40:04.969Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/javadoc-bundle-options/package-list" [2020-10-10T21:40:04.969Z] No plugin definition found, skipping [2020-10-10T21:40:04.969Z] No plugin definition found, skipping [2020-10-10T21:40:04.969Z] [WARNING] Javadoc Warnings [2020-10-10T21:40:04.970Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:40:04.970Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:40:04.970Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:40:04.970Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:40:04.970Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:40:04.970Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:40:04.970Z] [INFO] [2020-10-10T21:40:04.970Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.970Z] [INFO] [2020-10-10T21:40:04.970Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.970Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:40:04.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/src/main/resources [2020-10-10T21:40:04.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/help [2020-10-10T21:40:04.970Z] [INFO] [2020-10-10T21:40:04.970Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:04.970Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/classes [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:40:05.225Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/src/test/resources [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-sources.jar [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.jar [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] [2020-10-10T21:40:05.225Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:05.225Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work/data/.metadata/.log [2020-10-10T21:40:05.225Z] [INFO] Command line: [2020-10-10T21:40:05.225Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.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.scripts.test/target/surefire.properties] [2020-10-10T21:40:05.226Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:40:07.133Z] Running org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest [2020-10-10T21:40:07.133Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest [2020-10-10T21:40:07.133Z] loadClassWithExpression Time elapsed: 0.007 s [2020-10-10T21:40:07.133Z] createWithExpression Time elapsed: 0 s [2020-10-10T21:40:07.133Z] createReferenceExpression Time elapsed: 0 s [2020-10-10T21:40:07.133Z] loadClassReferenceExpression Time elapsed: 0.001 s [2020-10-10T21:40:07.133Z] loadClassTestExpression Time elapsed: 0.001 s [2020-10-10T21:40:07.133Z] createEqualsExpression Time elapsed: 0 s [2020-10-10T21:40:07.133Z] loadClassCountExpression Time elapsed: 0 s [2020-10-10T21:40:07.133Z] loadClassOrExpression Time elapsed: 0.001 s [2020-10-10T21:40:07.133Z] createTestExpression Time elapsed: 0.002 s [2020-10-10T21:40:07.133Z] createOrExpression Time elapsed: 0.001 s [2020-10-10T21:40:07.133Z] loadClassAndExpression Time elapsed: 0.001 s [2020-10-10T21:40:07.133Z] createAndExpression Time elapsed: 0 s [2020-10-10T21:40:07.133Z] loadClassEqualsExpression Time elapsed: 0.001 s [2020-10-10T21:40:07.133Z] createCountExpression Time elapsed: 0 s [2020-10-10T21:40:07.133Z] [2020-10-10T21:40:07.133Z] Results: [2020-10-10T21:40:07.133Z] [2020-10-10T21:40:07.133Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:40:07.133Z] [2020-10-10T21:40:07.695Z] [INFO] All tests passed! [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.jar [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.pom [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-sources.jar [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-10T21:40:07.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts.test --- [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-10-10T21:40:07.695Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [47/48] [2020-10-10T21:40:07.695Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.695Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.test >>> [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.695Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.695Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:40:07.695Z] [INFO] [2020-10-10T21:40:07.696Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.696Z] [INFO] [2020-10-10T21:40:07.696Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.696Z] [INFO] [2020-10-10T21:40:07.696Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.test <<< [2020-10-10T21:40:07.696Z] [INFO] [2020-10-10T21:40:07.696Z] [INFO] [2020-10-10T21:40:07.696Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:07.951Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-10T21:40:07.951Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-10T21:40:08.875Z] [INFO] [2020-10-10T21:40:08.875Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-10-10T21:40:08.875Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-10-10T21:40:08.875Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-10-10T21:40:08.875Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-10-10T21:40:08.875Z] Constructing Javadoc information... [2020-10-10T21:40:08.875Z] 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-10-10T21:40:08.875Z] [WARNING] Javadoc Warnings [2020-10-10T21:40:08.875Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:40:08.876Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-10T21:40:08.876Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-10T21:40:08.876Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-10T21:40:08.876Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-10T21:40:08.876Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-10T21:40:08.876Z] [INFO] [2020-10-10T21:40:08.876Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:08.876Z] [INFO] [2020-10-10T21:40:08.876Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:08.876Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:40:08.876Z] [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-10-10T21:40:08.876Z] [INFO] Copying 2 resources to help [2020-10-10T21:40:08.876Z] [INFO] [2020-10-10T21:40:08.876Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:08.876Z] [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-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:40:09.131Z] [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-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [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-10-10T21:40:09.131Z] [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-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [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-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [INFO] [2020-10-10T21:40:09.131Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:09.131Z] [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-10-10T21:40:09.131Z] [INFO] Command line: [2020-10-10T21:40:09.131Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.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-10-10T21:40:09.132Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8" [2020-10-10T21:40:11.061Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-10-10T21:40:11.061Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.073 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-10-10T21:40:11.061Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:40:11.061Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:40:11.061Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:40:11.061Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:40:11.061Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-10-10T21:40:11.061Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.069 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-10-10T21:40:11.061Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.061Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.061Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.061Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.061Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.062Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.062Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.062Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:40:11.062Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-10-10T21:40:11.062Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-10-10T21:40:11.062Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.003 s [2020-10-10T21:40:11.062Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:40:11.062Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-10-10T21:40:11.062Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:40:11.062Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:40:11.062Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:40:11.062Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:40:11.062Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:40:17.600Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.892 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-10-10T21:40:17.600Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.491 s [2020-10-10T21:40:17.600Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-10-10T21:40:17.600Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-10-10T21:40:17.600Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.068 s [2020-10-10T21:40:17.600Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-10-10T21:40:22.843Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.152 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-10-10T21:40:22.843Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.007 s [2020-10-10T21:40:22.843Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.035 s [2020-10-10T21:40:22.843Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.044 s [2020-10-10T21:40:22.843Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-10-10T21:40:22.843Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-10-10T21:40:22.843Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.049 s [2020-10-10T21:40:22.843Z] [2020-10-10T21:40:22.843Z] Results: [2020-10-10T21:40:22.843Z] [2020-10-10T21:40:22.843Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-10-10T21:40:22.843Z] [2020-10-10T21:40:23.405Z] [INFO] All tests passed! [2020-10-10T21:40:23.405Z] [INFO] [2020-10-10T21:40:23.405Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [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-10-10T21:40:23.405Z] [INFO] [2020-10-10T21:40:23.405Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test --- [2020-10-10T21:40:23.405Z] [INFO] [2020-10-10T21:40:23.405Z] [INFO] ---------------------< org.eclipse.ease:ease.core >--------------------- [2020-10-10T21:40:23.405Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT [48/48] [2020-10-10T21:40:23.405Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-10T21:40:23.405Z] [INFO] [2020-10-10T21:40:23.405Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core --- [2020-10-10T21:40:23.405Z] [INFO] [2020-10-10T21:40:23.405Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core --- [2020-10-10T21:40:23.661Z] [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-10-10T21:40:23.661Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:40:23.661Z] [INFO] Reactor Summary: [2020-10-10T21:40:23.661Z] [INFO] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 4.892 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 7.993 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 2.937 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 3.270 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 2.333 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 2.467 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.705 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.415 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.610 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.569 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.324 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.900 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 3.256 s] [2020-10-10T21:40:23.661Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 2.040 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.359 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.433 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.383 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.823 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.618 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.469 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.405 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.468 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.144 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.207 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.480 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.091 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.102 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.178 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.094 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.100 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.056 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.154 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.107 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.107 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.009 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 3.268 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.498 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 17.411 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 4.733 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 15.604 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 3.965 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.654 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT SUCCESS [ 16.793 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SUCCESS [ 4.060 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SUCCESS [ 6.162 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT .... SUCCESS [ 3.771 s] [2020-10-10T21:40:23.662Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SUCCESS [ 15.657 s] [2020-10-10T21:40:23.662Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [ 0.364 s] [2020-10-10T21:40:23.662Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:40:23.662Z] [INFO] BUILD SUCCESS [2020-10-10T21:40:23.662Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:40:23.662Z] [INFO] Total time: 04:56 min [2020-10-10T21:40:23.662Z] [INFO] Finished at: 2020-10-10T21:40:23Z [2020-10-10T21:40:23.662Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:40:23.662Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMavena76943d8/maven-spy-20201010-213526-9655374480584250212960.log [Pipeline] } [2020-10-10T21:40:26.235Z] [withMaven] Publishers: Pipeline Graph Publisher: 54 ms, Invoker Publisher: 2 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 899 ms, Findbugs Publisher: 1 ms, Jacoco Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2020-10-10T21:40:26.529Z] + 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-10-10T21:40:26.535Z] [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-10-10T21:40:26.536Z] [withMaven] Available options: [2020-10-10T21:40:26.536Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-10-10T21:40:26.541Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-10-10T21:40:26.822Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2020-10-10T21:40:26.822Z] ----- withMaven Wrapper script ----- [2020-10-10T21:40:26.822Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:40:26.822Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-10-10T21:40:26.822Z] Maven home: /opt/tools/apache-maven/latest [2020-10-10T21:40:26.822Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-10-10T21:40:26.822Z] Default locale: en_US, platform encoding: UTF-8 [2020-10-10T21:40:26.822Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-10-10T21:40:27.405Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/maven-spy-20201010-214027-3622482388655851391213.log.tmp ... [2020-10-10T21:40:27.661Z] [INFO] Scanning for projects... [2020-10-10T21:40:28.600Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-10T21:40:29.964Z] [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-10-10T21:40:30.220Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ [2020-10-10T21:40:30.220Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ [2020-10-10T21:40:30.475Z] [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [2020-10-10T21:40:30.475Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-10-10T21:40:30.475Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-10-10T21:40:30.475Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-10-10T21:40:30.475Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-10-10T21:40:30.730Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-10-10T21:40:30.730Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-10-10T21:40:30.985Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-10-10T21:40:30.986Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-10-10T21:40:30.986Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-10-10T21:40:32.873Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-10-10T21:40:32.873Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-10-10T21:40:32.873Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository [2020-10-10T21:40:32.873Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-10-10T21:40:32.873Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-10-10T21:40:32.873Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-10-10T21:40:32.873Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-10-10T21:40:32.873Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-10-10T21:40:32.873Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-10-10T21:40:33.134Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-10-10T21:40:33.134Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-10-10T21:40:33.701Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-10-10T21:40:33.956Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.4 [2020-10-10T21:40:34.212Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-10-10T21:40:34.212Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-10-10T21:40:34.773Z] [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-10-10T21:40:37.307Z] [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ [2020-10-10T21:40:37.307Z] [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-10-10T21:40:37.307Z] [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-10-10T21:40:41.499Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.32kB) [2020-10-10T21:40:41.500Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.32kB) [2020-10-10T21:40:41.500Z] [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-10-10T21:40:41.500Z] [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-10-10T21:40:41.500Z] [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-10-10T21:40:41.500Z] [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-10-10T21:40:41.755Z] [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-10-10T21:40:41.755Z] [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-10-10T21:40:41.755Z] [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-10-10T21:40:41.755Z] [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-10-10T21:40:42.011Z] [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-10-10T21:40:42.011Z] [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-10-10T21:40:42.011Z] [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-10-10T21:40:42.270Z] [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-10-10T21:40:42.529Z] [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-10-10T21:40:42.529Z] [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-10-10T21:40:42.529Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.03kB) [2020-10-10T21:40:42.529Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.03kB) [2020-10-10T21:40:42.784Z] [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-10-10T21:40:42.784Z] [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-10-10T21:40:43.040Z] [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-10-10T21:40:43.040Z] [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-10-10T21:40:43.296Z] [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-10-10T21:40:43.296Z] [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-10-10T21:40:43.551Z] [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-10-10T21:40:43.551Z] [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-10-10T21:40:43.551Z] [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-10-10T21:40:43.551Z] [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-10-10T21:40:44.112Z] [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-10-10T21:40:44.112Z] [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-10-10T21:40:45.039Z] [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-10-10T21:40:45.039Z] [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-10-10T21:40:45.294Z] [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-10-10T21:40:45.294Z] [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-10-10T21:40:45.549Z] [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-10-10T21:40:45.549Z] [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-10-10T21:40:45.804Z] [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-10-10T21:40:46.059Z] [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-10-10T21:40:46.315Z] [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-10-10T21:40:46.315Z] [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-10-10T21:40:46.571Z] [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-10-10T21:40:46.571Z] [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-10-10T21:40:46.571Z] [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-10-10T21:40:46.826Z] [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-10-10T21:40:46.826Z] [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-10-10T21:40:46.826Z] [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-10-10T21:40:47.081Z] [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-10-10T21:40:47.081Z] [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-10-10T21:40:47.081Z] [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-10-10T21:40:47.081Z] [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-10-10T21:40:47.337Z] [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-10-10T21:40:47.337Z] [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-10-10T21:40:47.337Z] [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-10-10T21:40:47.337Z] [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-10-10T21:40:47.592Z] [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-10-10T21:40:47.592Z] [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-10-10T21:40:47.592Z] [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-10-10T21:40:47.847Z] [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-10-10T21:40:47.847Z] [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-10-10T21:40:47.847Z] [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-10-10T21:40:48.104Z] [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-10-10T21:40:48.104Z] [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-10-10T21:40:48.104Z] [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-10-10T21:40:48.104Z] [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-10-10T21:40:48.362Z] [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-10-10T21:40:48.362Z] [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-10-10T21:40:48.617Z] [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-10-10T21:40:48.617Z] [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-10-10T21:40:48.617Z] [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-10-10T21:40:48.617Z] [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-10-10T21:40:48.872Z] [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-10-10T21:40:48.872Z] [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-10-10T21:40:48.872Z] [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-10-10T21:40:48.872Z] [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-10-10T21:40:49.128Z] [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-10-10T21:40:49.128Z] [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-10-10T21:40:49.128Z] [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-10-10T21:40:49.128Z] [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-10-10T21:40:49.383Z] [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-10-10T21:40:49.383Z] [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-10-10T21:40:49.944Z] [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-10-10T21:40:49.944Z] [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-10-10T21:40:50.200Z] [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-10-10T21:40:50.201Z] [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-10-10T21:40:50.201Z] [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-10-10T21:40:50.201Z] [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-10-10T21:40:50.456Z] [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-10-10T21:40:50.456Z] [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-10-10T21:40:50.456Z] [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-10-10T21:40:50.456Z] [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-10-10T21:40:50.711Z] [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-10-10T21:40:50.711Z] [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-10-10T21:40:50.711Z] [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-10-10T21:40:50.711Z] [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-10-10T21:40:50.967Z] [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-10-10T21:40:50.967Z] [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-10-10T21:40:50.967Z] [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-10-10T21:40:50.967Z] [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-10-10T21:40:51.223Z] [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-10-10T21:40:51.223Z] [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-10-10T21:40:51.223Z] [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-10-10T21:40:51.479Z] [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-10-10T21:40:51.734Z] [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-10-10T21:40:51.734Z] [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-10-10T21:40:51.734Z] [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-10-10T21:40:51.734Z] [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-10-10T21:40:51.990Z] [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-10-10T21:40:51.990Z] [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-10-10T21:40:52.245Z] [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-10-10T21:40:52.245Z] [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-10-10T21:40:52.501Z] [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-10-10T21:40:52.501Z] [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-10-10T21:40:52.501Z] [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-10-10T21:40:52.501Z] [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-10-10T21:40:52.757Z] [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-10-10T21:40:52.757Z] [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-10-10T21:40:52.757Z] [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-10-10T21:40:52.757Z] [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-10-10T21:40:53.012Z] [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-10-10T21:40:53.012Z] [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-10-10T21:40:53.267Z] [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-10-10T21:40:53.267Z] [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-10-10T21:40:53.267Z] [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-10-10T21:40:53.267Z] [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-10-10T21:40:53.523Z] [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-10-10T21:40:53.523Z] [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-10-10T21:40:53.523Z] [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-10-10T21:40:53.523Z] [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-10-10T21:40:53.778Z] [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-10-10T21:40:53.778Z] [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-10-10T21:40:54.033Z] [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-10-10T21:40:54.034Z] [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-10-10T21:40:54.034Z] [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-10-10T21:40:54.034Z] [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-10-10T21:40:54.289Z] [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-10-10T21:40:54.289Z] [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-10-10T21:40:54.289Z] [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-10-10T21:40:54.545Z] [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-10-10T21:40:54.545Z] [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-10-10T21:40:54.545Z] [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-10-10T21:40:54.800Z] [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-10-10T21:40:54.800Z] [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-10-10T21:40:54.800Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-10-10T21:40:54.800Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-10-10T21:40:55.360Z] [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-10-10T21:40:55.360Z] [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-10-10T21:40:55.921Z] [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-10-10T21:40:55.921Z] [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-10-10T21:40:56.482Z] [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-10-10T21:40:56.482Z] [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-10-10T21:40:56.482Z] [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-10-10T21:40:56.482Z] [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-10-10T21:40:56.482Z] [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-10-10T21:40:56.737Z] [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-10-10T21:40:56.737Z] [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-10-10T21:40:56.737Z] [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-10-10T21:40:56.737Z] [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-10-10T21:40:56.993Z] [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-10-10T21:40:56.993Z] [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-10-10T21:40:56.993Z] [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-10-10T21:40:57.248Z] [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-10-10T21:40:57.248Z] [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-10-10T21:40:57.248Z] [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-10-10T21:40:57.248Z] [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-10-10T21:40:57.504Z] [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-10-10T21:40:57.504Z] [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-10-10T21:40:57.760Z] [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-10-10T21:40:57.760Z] [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-10-10T21:40:57.760Z] [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-10-10T21:40:57.760Z] [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-10-10T21:40:58.015Z] [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-10-10T21:40:58.015Z] [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-10-10T21:40:58.015Z] [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-10-10T21:40:58.271Z] [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-10-10T21:40:58.271Z] [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-10-10T21:40:58.271Z] [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-10-10T21:40:58.526Z] [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-10-10T21:40:58.526Z] [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-10-10T21:40:58.782Z] [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-10-10T21:40:58.782Z] [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-10-10T21:40:59.038Z] [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-10-10T21:40:59.038Z] [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-10-10T21:40:59.601Z] [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-10-10T21:40:59.601Z] [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-10-10T21:40:59.859Z] [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-10-10T21:40:59.859Z] [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-10-10T21:40:59.859Z] [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-10-10T21:40:59.859Z] [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-10-10T21:41:00.114Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:00.114Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:00.114Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:00.114Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:00.114Z] [WARNING] org.eclipse.ease.ui.scripts/0.8.0.I202010061535 [2020-10-10T21:41:00.114Z] [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-10-10T21:41:00.114Z] [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-10-10T21:41:00.114Z] [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-10-10T21:41:00.370Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:00.370Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:00.370Z] [WARNING] org.eclipse.ease.lang.javascript.nashorn/0.8.0.I202010061535 [2020-10-10T21:41:00.370Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:00.370Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-10T21:41:00.370Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:00.370Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-10T21:41:00.370Z] [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-10-10T21:41:00.370Z] [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-10-10T21:41:00.370Z] [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-10-10T21:41:00.370Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-10-10T21:41:00.370Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-10-10T21:41:00.626Z] [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-10-10T21:41:00.626Z] [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-10-10T21:41:01.187Z] [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-10-10T21:41:01.187Z] [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-10-10T21:41:03.075Z] Oct 10, 2020 9:41:02 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:41:03.075Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:41:03.075Z] Oct 10, 2020 9:41:02 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:41:03.075Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:41:03.075Z] [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-10-10T21:41:03.075Z] [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-10-10T21:41:03.075Z] [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-10-10T21:41:03.075Z] [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-10-10T21:41:03.075Z] [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-10-10T21:41:03.330Z] [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-10-10T21:41:03.330Z] [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-10-10T21:41:03.330Z] [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-10-10T21:41:03.330Z] [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-10-10T21:41:03.586Z] [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-10-10T21:41:03.586Z] [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-10-10T21:41:03.586Z] [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-10-10T21:41:03.841Z] [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-10-10T21:41:03.841Z] [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-10-10T21:41:04.771Z] [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-10-10T21:41:04.771Z] [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-10-10T21:41:04.771Z] [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-10-10T21:41:04.771Z] [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-10-10T21:41:05.027Z] [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-10-10T21:41:05.027Z] [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-10-10T21:41:05.027Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:05.027Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:05.027Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:05.027Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-10T21:41:05.027Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:05.027Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-10-10T21:41:05.027Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-10T21:41:05.027Z] [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-10-10T21:41:05.298Z] [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-10-10T21:41:05.298Z] [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-10-10T21:41:05.298Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-10-10T21:41:05.298Z] [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-10-10T21:41:05.298Z] [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-10-10T21:41:05.298Z] [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-10-10T21:41:05.298Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:05.298Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:05.298Z] [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-10-10T21:41:05.556Z] [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-10-10T21:41:05.556Z] [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-10-10T21:41:05.556Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:05.556Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:05.556Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-10-10T21:41:05.556Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:05.556Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:05.556Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-10T21:41:05.556Z] [WARNING] org.eclipse.ease.lang.python.jython/0.8.0.I202010061535 [2020-10-10T21:41:05.556Z] [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-10-10T21:41:05.556Z] [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-10-10T21:41:05.556Z] [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-10-10T21:41:05.811Z] [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-10-10T21:41:05.811Z] [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-10-10T21:41:06.066Z] [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-10-10T21:41:06.066Z] [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-10-10T21:41:06.322Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.lang.python.py4j/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [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-10-10T21:41:06.322Z] [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-10-10T21:41:06.322Z] [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-10-10T21:41:06.322Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-10-10T21:41:06.322Z] [WARNING] org.eclipse.ease.lang.scriptarchive/0.8.0.I202010061535 [2020-10-10T21:41:06.322Z] [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-10-10T21:41:06.577Z] [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-10-10T21:41:06.577Z] [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-10-10T21:41:06.577Z] Oct 10, 2020 9:41:06 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:41:06.577Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-10T21:41:06.577Z] Oct 10, 2020 9:41:06 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-10T21:41:06.577Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-10T21:41:06.577Z] [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-10-10T21:41:06.577Z] [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-10-10T21:41:07.138Z] [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-10-10T21:41:07.138Z] [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-10-10T21:41:08.064Z] [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-10-10T21:41:08.064Z] [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-10-10T21:41:08.624Z] [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-10-10T21:41:08.624Z] [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-10-10T21:41:11.139Z] [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-10-10T21:41:11.139Z] [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-10-10T21:41:11.395Z] [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-10-10T21:41:11.395Z] [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-10-10T21:41:11.651Z] [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-10-10T21:41:11.651Z] [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-10-10T21:41:11.907Z] [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-10-10T21:41:11.907Z] [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-10-10T21:41:11.907Z] [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-10-10T21:41:12.162Z] [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-10-10T21:41:12.162Z] [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-10-10T21:41:12.162Z] [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-10-10T21:41:12.418Z] [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-10-10T21:41:12.418Z] [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-10-10T21:41:12.418Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-10-10T21:41:12.418Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-10-10T21:41:12.673Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-10-10T21:41:12.673Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-10-10T21:41:12.673Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-10-10T21:41:12.673Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-10-10T21:41:12.928Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-10-10T21:41:12.928Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-10-10T21:41:12.928Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [2020-10-10T21:41:12.928Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [2020-10-10T21:41:13.184Z] [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-10-10T21:41:13.184Z] [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-10-10T21:41:13.184Z] [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-10-10T21:41:13.184Z] [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-10-10T21:41:13.439Z] [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-10-10T21:41:13.439Z] [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-10-10T21:41:13.439Z] [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-10-10T21:41:13.694Z] [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-10-10T21:41:13.949Z] [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-10-10T21:41:13.949Z] [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-10-10T21:41:13.949Z] [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-10-10T21:41:13.949Z] [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-10-10T21:41:14.205Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-10-10T21:41:14.205Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-10-10T21:41:14.461Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-10-10T21:41:14.461Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-10-10T21:41:14.461Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-10T21:41:14.461Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-10T21:41:14.461Z] [WARNING] org.eclipse.ease.ui.completions.java/0.8.0.I202010061535 [2020-10-10T21:41:14.461Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-10T21:41:14.461Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-10T21:41:14.461Z] [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-10-10T21:41:14.461Z] [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-10-10T21:41:14.461Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-10T21:41:14.461Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:41:14.461Z] [INFO] Reactor Build Order: [2020-10-10T21:41:14.461Z] [INFO] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.releng [pom] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-10-10T21:41:14.461Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-10T21:41:14.461Z] [INFO] [2020-10-10T21:41:14.461Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-10-10T21:41:14.461Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/11] [2020-10-10T21:41:14.461Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-10T21:41:14.461Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-10T21:41:14.461Z] [INFO] [2020-10-10T21:41:14.461Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-10-10T21:41:14.461Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [2/11] [2020-10-10T21:41:14.461Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-10-10T21:41:14.461Z] [INFO] [2020-10-10T21:41:14.461Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-10-10T21:41:14.751Z] [INFO] [2020-10-10T21:41:14.751Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-10-10T21:41:14.751Z] [INFO] [2020-10-10T21:41:14.751Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-10-10T21:41:14.751Z] [INFO] [2020-10-10T21:41:14.751Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-10-10T21:41:14.751Z] [INFO] [2020-10-10T21:41:14.751Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-10-10T21:41:14.751Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [3/11] [2020-10-10T21:41:14.751Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:41:14.751Z] [INFO] [2020-10-10T21:41:14.751Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.007Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:41:15.007Z] [INFO] [2020-10-10T21:41:15.007Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.007Z] [INFO] [2020-10-10T21:41:15.007Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.007Z] [INFO] [2020-10-10T21:41:15.007Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.007Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:15.007Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-10-10T21:41:15.007Z] [INFO] [2020-10-10T21:41:15.007Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.007Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:41:15.007Z] [INFO] [2020-10-10T21:41:15.007Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.007Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:15.007Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-10-10T21:41:15.007Z] [INFO] [2020-10-10T21:41:15.007Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.297Z] [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-10-10T21:41:15.297Z] [INFO] [2020-10-10T21:41:15.297Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.297Z] [INFO] [2020-10-10T21:41:15.297Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.297Z] [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-10-10T21:41:15.297Z] [INFO] [2020-10-10T21:41:15.297Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.552Z] [INFO] [2020-10-10T21:41:15.552Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.552Z] [INFO] [2020-10-10T21:41:15.552Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.552Z] [INFO] [2020-10-10T21:41:15.552Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-10-10T21:41:15.552Z] [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-10-10T21:41:15.552Z] [INFO] Command line: [2020-10-10T21:41:15.552Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:41:15.552Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:41:17.456Z] Running org.eclipse.ease.tools.StringToolsTest [2020-10-10T21:41:17.456Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ease.tools.StringToolsTest [2020-10-10T21:41:17.456Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-10-10T21:41:17.456Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-10-10T21:41:17.456Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.074 s [2020-10-10T21:41:17.456Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-10T21:41:17.456Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-10T21:41:17.456Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-10-10T21:41:17.456Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.456Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.456Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-10-10T21:41:17.457Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.457Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-10-10T21:41:17.457Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-10-10T21:41:17.457Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-10-10T21:41:17.457Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] Running org.eclipse.ease.ScriptTest [2020-10-10T21:41:17.457Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ease.ScriptTest [2020-10-10T21:41:17.457Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-10-10T21:41:17.457Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.002 s [2020-10-10T21:41:17.457Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-10T21:41:17.457Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-10T21:41:17.457Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-10-10T21:41:20.724Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-10T21:41:20.724Z] java.lang.RuntimeException: ERROR [2020-10-10T21:41:20.724Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-10-10T21:41:20.724Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:41:20.724Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:41:20.724Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:41:21.653Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.02 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-10-10T21:41:21.653Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:21.653Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.204 s [2020-10-10T21:41:21.653Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:21.653Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:41:21.653Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:21.653Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-10-10T21:41:21.653Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:21.653Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-10-10T21:41:21.653Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-10T21:41:21.653Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-10T21:41:21.653Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-10T21:41:21.653Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-10-10T21:41:21.653Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-10-10T21:41:21.653Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:41:21.653Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:41:21.653Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:41:21.653Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:41:21.653Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:41:21.653Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-10-10T21:41:21.653Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.058 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-10-10T21:41:21.653Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-10-10T21:41:21.653Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.005 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-10-10T21:41:21.653Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-10-10T21:41:21.653Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.007 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.ScriptResultTest [2020-10-10T21:41:21.653Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-10-10T21:41:21.653Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-10-10T21:41:21.653Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.AbstractCodeParserTest [2020-10-10T21:41:21.653Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-10T21:41:21.653Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-10T21:41:26.896Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-10T21:41:27.458Z] java.lang.RuntimeException: ERROR [2020-10-10T21:41:27.459Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-10-10T21:41:27.459Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:41:27.459Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:41:27.459Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:41:28.386Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.648 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-10T21:41:28.386Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.021 s [2020-10-10T21:41:28.386Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:28.386Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:41:28.386Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.102 s [2020-10-10T21:41:28.386Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:28.386Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:28.386Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-10T21:41:28.386Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-10T21:41:28.386Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.303 s [2020-10-10T21:41:28.386Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-10T21:41:28.386Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.203 s [2020-10-10T21:41:28.386Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-10T21:41:28.386Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-10T21:41:28.386Z] [2020-10-10T21:41:28.386Z] Results: [2020-10-10T21:41:28.386Z] [2020-10-10T21:41:28.386Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:41:28.386Z] [2020-10-10T21:41:28.642Z] [INFO] All tests passed! [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-10-10T21:41:28.642Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [4/11] [2020-10-10T21:41:28.642Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:28.642Z] [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-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:28.642Z] [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-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [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-10-10T21:41:28.642Z] [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-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [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-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.642Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.642Z] [INFO] [2020-10-10T21:41:28.643Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.643Z] [INFO] [2020-10-10T21:41:28.643Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.643Z] [INFO] [2020-10-10T21:41:28.643Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-10T21:41:28.899Z] [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-10-10T21:41:28.899Z] [INFO] Command line: [2020-10-10T21:41:28.899Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:41:28.899Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:41:30.299Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-10T21:41:30.898Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:41:31.154Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:41:31.154Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:41:31.154Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:41:31.154Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:41:31.154Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:41:31.154Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:41:31.154Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:41:31.154Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:41:31.154Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-10T21:41:31.410Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.952 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-10T21:41:31.410Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.585 s [2020-10-10T21:41:31.410Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.046 s [2020-10-10T21:41:31.410Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.125 s [2020-10-10T21:41:31.410Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.057 s [2020-10-10T21:41:31.410Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.085 s [2020-10-10T21:41:31.410Z] [2020-10-10T21:41:31.410Z] Results: [2020-10-10T21:41:31.410Z] [2020-10-10T21:41:31.410Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:41:31.410Z] [2020-10-10T21:41:32.000Z] [INFO] All tests passed! [2020-10-10T21:41:32.000Z] [INFO] [2020-10-10T21:41:32.000Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-10-10T21:41:32.000Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [5/11] [2020-10-10T21:41:32.000Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:41:32.000Z] [INFO] [2020-10-10T21:41:32.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.000Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-10T21:41:32.000Z] [INFO] [2020-10-10T21:41:32.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.000Z] [INFO] [2020-10-10T21:41:32.000Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.000Z] [INFO] [2020-10-10T21:41:32.000Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.000Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:32.000Z] [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-10-10T21:41:32.000Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:32.001Z] [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-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [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-10-10T21:41:32.001Z] [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-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [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-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [INFO] [2020-10-10T21:41:32.001Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-10T21:41:32.001Z] [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-10-10T21:41:32.001Z] [INFO] Command line: [2020-10-10T21:41:32.001Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:41:32.001Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:41:33.927Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-10T21:41:34.200Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-10T21:41:34.200Z] [2020-10-10T21:41:34.200Z] Java Stacktrace: [2020-10-10T21:41:34.200Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-10T21:41:34.200Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-10-10T21:41:34.200Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-10-10T21:41:34.200Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-10-10T21:41:34.200Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-10-10T21:41:34.200Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-10T21:41:34.200Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-10T21:41:34.200Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-10T21:41:34.200Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-10T21:41:34.200Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-10T21:41:34.200Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-10T21:41:34.200Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:41:34.200Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:41:34.200Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-10T21:41:34.200Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-10T21:41:34.200Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-10T21:41:34.200Z] [2020-10-10T21:41:34.200Z] Java Stacktrace: [2020-10-10T21:41:34.200Z] java.lang.Exception [2020-10-10T21:41:34.200Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-10T21:41:34.200Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-10T21:41:34.200Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-10T21:41:34.200Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-10T21:41:34.200Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:41:34.200Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:41:34.200Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:41:34.456Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-10T21:41:34.456Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-10T21:41:34.456Z] 'asdf [2020-10-10T21:41:34.456Z] ^ [2020-10-10T21:41:34.456Z] at :1 [2020-10-10T21:41:34.456Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-10T21:41:34.456Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.202 s [2020-10-10T21:41:34.456Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.024 s [2020-10-10T21:41:34.456Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.054 s [2020-10-10T21:41:34.456Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-10T21:41:34.456Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-10-10T21:41:34.456Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-10-10T21:41:34.456Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.05 s [2020-10-10T21:41:34.456Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-10-10T21:41:34.456Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.02 s [2020-10-10T21:41:34.456Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.018 s [2020-10-10T21:41:34.456Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.05 s [2020-10-10T21:41:34.456Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-10-10T21:41:34.456Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-10T21:41:34.456Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:41:34.456Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:41:34.456Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:41:34.456Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:41:34.456Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:41:34.456Z] Start of script [2020-10-10T21:41:34.456Z] include file start [2020-10-10T21:41:34.456Z] Include file processed [2020-10-10T21:41:34.456Z] line after include file [2020-10-10T21:41:34.456Z] Result of testMethod = 5 [2020-10-10T21:41:34.456Z] End of script [2020-10-10T21:41:34.712Z] Start of script [2020-10-10T21:41:34.712Z] include file start [2020-10-10T21:41:34.712Z] Include file processed [2020-10-10T21:41:34.712Z] line after include file [2020-10-10T21:41:34.712Z] Result of testMethod = 5 [2020-10-10T21:41:34.712Z] End of script [2020-10-10T21:41:34.967Z] Start of script [2020-10-10T21:41:34.967Z] include file start [2020-10-10T21:41:34.967Z] Include file processed [2020-10-10T21:41:34.967Z] line after include file [2020-10-10T21:41:34.967Z] Result of testMethod = 5 [2020-10-10T21:41:35.222Z] Start of script [2020-10-10T21:41:35.222Z] include file start [2020-10-10T21:41:35.222Z] Include file processed [2020-10-10T21:41:35.222Z] line after include file [2020-10-10T21:41:35.477Z] Result of testMethod = 5 [2020-10-10T21:41:35.477Z] End of script [2020-10-10T21:41:35.733Z] Start of script [2020-10-10T21:41:35.733Z] include file start [2020-10-10T21:41:35.734Z] Include file processed [2020-10-10T21:41:35.734Z] line after include file [2020-10-10T21:41:35.734Z] Result of testMethod = 5 [2020-10-10T21:41:35.734Z] End of script [2020-10-10T21:41:35.734Z] Start of script [2020-10-10T21:41:35.734Z] include file start [2020-10-10T21:41:35.734Z] Include file processed [2020-10-10T21:41:35.734Z] line after include file [2020-10-10T21:41:35.989Z] Result of testMethod = 5 [2020-10-10T21:41:35.989Z] End of script [2020-10-10T21:41:36.244Z] Start of script [2020-10-10T21:41:36.244Z] include file start [2020-10-10T21:41:36.244Z] Include file processed [2020-10-10T21:41:36.244Z] line after include file [2020-10-10T21:41:36.244Z] Result of testMethod = 5 [2020-10-10T21:41:36.500Z] Start of script [2020-10-10T21:41:36.500Z] include file start [2020-10-10T21:41:36.500Z] Include file processed [2020-10-10T21:41:36.500Z] line after include file [2020-10-10T21:41:36.500Z] Result of testMethod = 5 [2020-10-10T21:41:36.500Z] End of script [2020-10-10T21:41:36.755Z] Start of script [2020-10-10T21:41:36.755Z] include file start [2020-10-10T21:41:36.755Z] Include file processed [2020-10-10T21:41:36.755Z] line after include file [2020-10-10T21:41:36.755Z] Result of testMethod = 5 [2020-10-10T21:41:36.755Z] End of script [2020-10-10T21:41:37.011Z] Start of script [2020-10-10T21:41:37.012Z] include file start [2020-10-10T21:41:37.012Z] Include file processed [2020-10-10T21:41:37.012Z] line after include file [2020-10-10T21:41:37.268Z] Start of script [2020-10-10T21:41:37.268Z] include file start [2020-10-10T21:41:37.524Z] Include file processed [2020-10-10T21:41:37.524Z] line after include file [2020-10-10T21:41:37.524Z] Result of testMethod = 5 [2020-10-10T21:41:37.524Z] End of script [2020-10-10T21:41:37.524Z] Start of script [2020-10-10T21:41:37.524Z] include file start [2020-10-10T21:41:37.524Z] Include file processed [2020-10-10T21:41:37.524Z] line after include file [2020-10-10T21:41:37.780Z] Result of testMethod = 5 [2020-10-10T21:41:37.780Z] End of script [2020-10-10T21:41:38.035Z] Start of script [2020-10-10T21:41:38.291Z] include file start [2020-10-10T21:41:38.291Z] Include file processed [2020-10-10T21:41:38.291Z] line after include file [2020-10-10T21:41:38.291Z] Result of testMethod = 5 [2020-10-10T21:41:38.291Z] End of script [2020-10-10T21:41:38.292Z] Start of script [2020-10-10T21:41:38.292Z] include file start [2020-10-10T21:41:38.292Z] Include file processed [2020-10-10T21:41:38.292Z] line after include file [2020-10-10T21:41:38.548Z] Result of testMethod = 5 [2020-10-10T21:41:38.548Z] End of script [2020-10-10T21:41:38.548Z] Start of script [2020-10-10T21:41:38.548Z] include file start [2020-10-10T21:41:38.548Z] Include file processed [2020-10-10T21:41:38.548Z] line after include file [2020-10-10T21:41:38.548Z] Result of testMethod = 5 [2020-10-10T21:41:38.803Z] Start of script [2020-10-10T21:41:38.803Z] include file start [2020-10-10T21:41:38.803Z] Include file processed [2020-10-10T21:41:38.803Z] line after include file [2020-10-10T21:41:39.058Z] Result of testMethod = 5 [2020-10-10T21:41:39.058Z] End of script [2020-10-10T21:41:39.314Z] Start of script [2020-10-10T21:41:39.314Z] include file start [2020-10-10T21:41:39.314Z] Include file processed [2020-10-10T21:41:39.314Z] line after include file [2020-10-10T21:41:39.314Z] Result of testMethod = 5 [2020-10-10T21:41:39.569Z] End of script [2020-10-10T21:41:39.569Z] Start of script [2020-10-10T21:41:39.569Z] include file start [2020-10-10T21:41:39.569Z] Include file processed [2020-10-10T21:41:39.569Z] line after include file [2020-10-10T21:41:39.828Z] Result of testMethod = 5 [2020-10-10T21:41:39.828Z] End of script [2020-10-10T21:41:40.085Z] Start of script [2020-10-10T21:41:40.085Z] include file start [2020-10-10T21:41:40.085Z] Include file processed [2020-10-10T21:41:40.085Z] line after include file [2020-10-10T21:41:40.340Z] Result of testMethod = 5 [2020-10-10T21:41:40.341Z] End of script [2020-10-10T21:41:40.341Z] Start of script [2020-10-10T21:41:40.341Z] include file start [2020-10-10T21:41:40.341Z] Include file processed [2020-10-10T21:41:40.341Z] line after include file [2020-10-10T21:41:40.341Z] Result of testMethod = 5 [2020-10-10T21:41:40.901Z] Start of script [2020-10-10T21:41:40.901Z] include file start [2020-10-10T21:41:40.901Z] Include file processed [2020-10-10T21:41:40.901Z] line after include file [2020-10-10T21:41:40.901Z] Result of testMethod = 5 [2020-10-10T21:41:40.901Z] End of script [2020-10-10T21:41:40.901Z] Start of script [2020-10-10T21:41:40.901Z] include file start [2020-10-10T21:41:40.901Z] Include file processed [2020-10-10T21:41:40.901Z] line after include file [2020-10-10T21:41:41.157Z] Result of testMethod = 5 [2020-10-10T21:41:41.157Z] End of script [2020-10-10T21:41:41.157Z] Start of script [2020-10-10T21:41:41.157Z] include file start [2020-10-10T21:41:41.157Z] Include file processed [2020-10-10T21:41:41.157Z] line after include file [2020-10-10T21:41:41.157Z] Result of testMethod = 5 [2020-10-10T21:41:41.157Z] End of script [2020-10-10T21:41:41.412Z] Start of script [2020-10-10T21:41:41.412Z] include file start [2020-10-10T21:41:41.412Z] Include file processed [2020-10-10T21:41:41.669Z] line after include file [2020-10-10T21:41:41.669Z] Result of testMethod = 5 [2020-10-10T21:41:41.669Z] End of script [2020-10-10T21:41:41.669Z] Start of script [2020-10-10T21:41:41.669Z] include file start [2020-10-10T21:41:41.669Z] Include file processed [2020-10-10T21:41:41.669Z] line after include file [2020-10-10T21:41:41.924Z] Start of script [2020-10-10T21:41:42.180Z] include file start [2020-10-10T21:41:42.180Z] Include file processed [2020-10-10T21:41:42.180Z] line after include file [2020-10-10T21:41:42.180Z] Result of testMethod = 5 [2020-10-10T21:41:42.180Z] End of script [2020-10-10T21:41:42.180Z] Start of script [2020-10-10T21:41:42.180Z] include file start [2020-10-10T21:41:42.180Z] Include file processed [2020-10-10T21:41:42.180Z] line after include file [2020-10-10T21:41:42.180Z] Result of testMethod = 5 [2020-10-10T21:41:42.740Z] Start of script [2020-10-10T21:41:42.740Z] include file start [2020-10-10T21:41:42.740Z] Include file processed [2020-10-10T21:41:42.740Z] line after include file [2020-10-10T21:41:42.740Z] Result of testMethod = 5 [2020-10-10T21:41:42.740Z] End of script [2020-10-10T21:41:42.741Z] Start of script [2020-10-10T21:41:42.741Z] include file start [2020-10-10T21:41:42.741Z] Include file processed [2020-10-10T21:41:42.741Z] line after include file [2020-10-10T21:41:42.996Z] Result of testMethod = 5 [2020-10-10T21:41:42.996Z] End of script [2020-10-10T21:41:42.996Z] Start of script [2020-10-10T21:41:42.996Z] include file start [2020-10-10T21:41:42.996Z] Include file processed [2020-10-10T21:41:42.996Z] line after include file [2020-10-10T21:41:43.252Z] Result of testMethod = 5 [2020-10-10T21:41:43.252Z] End of script [2020-10-10T21:41:43.509Z] Start of script [2020-10-10T21:41:43.509Z] include file start [2020-10-10T21:41:43.509Z] Include file processed [2020-10-10T21:41:43.509Z] line after include file [2020-10-10T21:41:43.509Z] Result of testMethod = 5 [2020-10-10T21:41:43.509Z] End of script [2020-10-10T21:41:43.509Z] Start of script [2020-10-10T21:41:43.509Z] include file start [2020-10-10T21:41:43.509Z] Include file processed [2020-10-10T21:41:43.509Z] line after include file [2020-10-10T21:41:43.509Z] Result of testMethod = 5 [2020-10-10T21:41:44.070Z] Start of script [2020-10-10T21:41:44.070Z] include file start [2020-10-10T21:41:44.070Z] Include file processed [2020-10-10T21:41:44.070Z] line after include file [2020-10-10T21:41:44.070Z] Result of testMethod = 5 [2020-10-10T21:41:44.070Z] End of script [2020-10-10T21:41:44.070Z] Start of script [2020-10-10T21:41:44.070Z] include file start [2020-10-10T21:41:44.070Z] Include file processed [2020-10-10T21:41:44.070Z] line after include file [2020-10-10T21:41:44.070Z] Result of testMethod = 5 [2020-10-10T21:41:44.632Z] Start of script [2020-10-10T21:41:44.632Z] include file start [2020-10-10T21:41:44.632Z] Include file processed [2020-10-10T21:41:44.632Z] line after include file [2020-10-10T21:41:44.632Z] Result of testMethod = 5 [2020-10-10T21:41:44.632Z] End of script [2020-10-10T21:41:44.888Z] Start of script [2020-10-10T21:41:44.888Z] include file start [2020-10-10T21:41:44.888Z] Include file processed [2020-10-10T21:41:44.888Z] line after include file [2020-10-10T21:41:45.143Z] Result of testMethod = 5 [2020-10-10T21:41:45.143Z] End of script [2020-10-10T21:41:45.143Z] Start of script [2020-10-10T21:41:45.143Z] include file start [2020-10-10T21:41:45.143Z] Include file processed [2020-10-10T21:41:45.143Z] line after include file [2020-10-10T21:41:45.143Z] Result of testMethod = 5 [2020-10-10T21:41:45.143Z] End of script [2020-10-10T21:41:45.401Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.986 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-10T21:41:45.401Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.294 s [2020-10-10T21:41:45.401Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.21 s [2020-10-10T21:41:45.401Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-10T21:41:45.401Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-10T21:41:45.401Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-10-10T21:41:45.401Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:41:45.401Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-10T21:41:45.401Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-10T21:41:45.401Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-10T21:41:45.401Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.408 s [2020-10-10T21:41:45.401Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-10T21:41:45.401Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:41:45.401Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:41:45.401Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-10T21:41:45.401Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:41:45.401Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:41:45.401Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:41:45.401Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-10T21:41:45.401Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-10T21:41:45.401Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-10-10T21:41:45.401Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-10T21:41:45.401Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:41:45.401Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-10T21:41:45.401Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:41:45.401Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-10T21:41:45.401Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-10T21:41:45.401Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-10T21:41:45.401Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-10T21:41:45.401Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-10T21:41:45.401Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-10T21:41:45.401Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.034 s [2020-10-10T21:41:45.401Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.01 s [2020-10-10T21:41:45.401Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.027 s [2020-10-10T21:41:45.401Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.011 s [2020-10-10T21:41:45.401Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.015 s [2020-10-10T21:41:45.402Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-10T21:41:45.402Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-10T21:41:45.402Z] at [2020-10-10T21:41:45.402Z] [2020-10-10T21:41:45.402Z] Java Stacktrace: [2020-10-10T21:41:45.402Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-10T21:41:45.402Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-10-10T21:41:45.402Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-10-10T21:41:45.402Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-10-10T21:41:45.402Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-10-10T21:41:45.402Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-10T21:41:45.402Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-10T21:41:45.402Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-10T21:41:45.402Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-10T21:41:45.402Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-10T21:41:45.402Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-10T21:41:45.402Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-10-10T21:41:45.402Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-10T21:41:45.402Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:41:45.402Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:41:45.402Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:41:45.402Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:41:45.402Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:41:45.402Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-10T21:41:45.402Z] at [2020-10-10T21:41:45.659Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-10T21:41:45.659Z] at [2020-10-10T21:41:45.659Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-10T21:41:45.659Z] at [2020-10-10T21:41:45.659Z] [2020-10-10T21:41:45.659Z] Java Stacktrace: [2020-10-10T21:41:45.659Z] java.lang.Exception [2020-10-10T21:41:45.659Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-10T21:41:45.659Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-10T21:41:45.659Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-10T21:41:45.659Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-10-10T21:41:45.659Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-10T21:41:45.659Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-10T21:41:45.659Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-10T21:41:45.659Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:41:45.659Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:41:45.659Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:41:45.659Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-10T21:41:45.659Z] at [2020-10-10T21:41:45.659Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-10T21:41:45.659Z] 'asdf [2020-10-10T21:41:45.659Z] ^ [2020-10-10T21:41:45.659Z] at [2020-10-10T21:41:45.659Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-10T21:41:45.659Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-10T21:41:45.659Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.011 s [2020-10-10T21:41:45.659Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-10T21:41:45.659Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-10T21:41:45.659Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.036 s [2020-10-10T21:41:45.659Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.01 s [2020-10-10T21:41:45.659Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-10T21:41:45.659Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-10-10T21:41:45.659Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-10T21:41:45.659Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.01 s [2020-10-10T21:41:45.659Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-10-10T21:41:45.659Z] [2020-10-10T21:41:45.659Z] Results: [2020-10-10T21:41:45.659Z] [2020-10-10T21:41:45.659Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:41:45.659Z] [2020-10-10T21:41:46.600Z] [INFO] All tests passed! [2020-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-10-10T21:41:46.600Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [6/11] [2020-10-10T21:41:46.600Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.600Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.600Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:46.600Z] [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-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.600Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.600Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.600Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:46.600Z] [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-10-10T21:41:46.600Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [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-10-10T21:41:46.601Z] [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-10-10T21:41:46.601Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [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-10-10T21:41:46.601Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [INFO] [2020-10-10T21:41:46.601Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-10-10T21:41:46.601Z] [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-10-10T21:41:46.601Z] [INFO] Command line: [2020-10-10T21:41:46.601Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:41:46.601Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:41:48.491Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-10T21:41:48.491Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-10T21:41:48.492Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.002 s [2020-10-10T21:41:48.492Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-10T21:41:48.492Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-10T21:41:48.492Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-10-10T21:41:48.492Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.005 s [2020-10-10T21:41:48.492Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.102 s [2020-10-10T21:41:48.492Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-10T21:41:48.492Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-10T21:41:48.492Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-10T21:41:48.492Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-10T21:41:48.492Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-10T21:41:48.492Z] [2020-10-10T21:41:48.492Z] Results: [2020-10-10T21:41:48.492Z] [2020-10-10T21:41:48.492Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:41:48.492Z] [2020-10-10T21:41:49.053Z] [INFO] All tests passed! [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-10-10T21:41:49.053Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [7/11] [2020-10-10T21:41:49.053Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:49.053Z] [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-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:49.053Z] [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-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [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-10-10T21:41:49.053Z] [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-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [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-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.053Z] [INFO] [2020-10-10T21:41:49.053Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.054Z] [INFO] [2020-10-10T21:41:49.054Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-10-10T21:41:49.054Z] [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-10-10T21:41:49.054Z] [INFO] Command line: [2020-10-10T21:41:49.054Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:41:49.054Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:41:50.941Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-10T21:41:50.941Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-10T21:41:50.941Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.003 s [2020-10-10T21:41:50.941Z] [2020-10-10T21:41:50.941Z] Results: [2020-10-10T21:41:50.941Z] [2020-10-10T21:41:50.941Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:41:50.941Z] [2020-10-10T21:41:50.941Z] [INFO] All tests passed! [2020-10-10T21:41:50.941Z] [INFO] [2020-10-10T21:41:50.941Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-10-10T21:41:50.941Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [8/11] [2020-10-10T21:41:50.941Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:41:50.941Z] [INFO] [2020-10-10T21:41:50.941Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.941Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-10T21:41:50.941Z] [INFO] [2020-10-10T21:41:50.941Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.941Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:50.942Z] [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-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:41:50.942Z] [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-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [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-10-10T21:41:50.942Z] [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-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [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-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:50.942Z] [INFO] [2020-10-10T21:41:50.942Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-10T21:41:51.505Z] [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-10-10T21:41:51.505Z] [INFO] Command line: [2020-10-10T21:41:51.505Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:41:51.505Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:41:53.423Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:41:53.423Z] WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/plugins/org.jython_2.7.0.I201609090924/jython.jar) to method java.io.Console.encoding() [2020-10-10T21:41:53.423Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-10-10T21:41:53.423Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:41:53.423Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:41:53.423Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-10T21:41:55.329Z] Start of script [2020-10-10T21:41:55.330Z] include file start [2020-10-10T21:41:55.330Z] include file processed [2020-10-10T21:41:55.330Z] Result of testMethod = 5 [2020-10-10T21:41:55.330Z] End of script [2020-10-10T21:41:55.330Z] Start of script [2020-10-10T21:41:55.330Z] include file start [2020-10-10T21:41:55.330Z] include file processed [2020-10-10T21:41:55.330Z] Result of testMethod = 5 [2020-10-10T21:41:55.330Z] End of script [2020-10-10T21:41:55.330Z] Start of script [2020-10-10T21:41:55.330Z] include file start [2020-10-10T21:41:55.330Z] include file processed [2020-10-10T21:41:55.330Z] Result of testMethod = 5 [2020-10-10T21:41:55.585Z] Traceback (most recent call last): [2020-10-10T21:41:55.585Z] File "(none)", line 184, in run [2020-10-10T21:41:55.585Z] File "__ref_L/Debug Test/Main.py_fwvybljgzi", line 23, in [2020-10-10T21:41:55.585Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:41:55.585Z] org.eclipse.ease.ExitException: [2020-10-10T21:41:55.585Z] [2020-10-10T21:41:55.585Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:41:55.840Z] Start of script [2020-10-10T21:41:55.840Z] include file start [2020-10-10T21:41:55.840Z] include file processed [2020-10-10T21:41:55.840Z] Result of testMethod = 5 [2020-10-10T21:41:55.840Z] End of script [2020-10-10T21:41:56.095Z] Start of script [2020-10-10T21:41:56.350Z] include file start [2020-10-10T21:41:56.350Z] include file processed [2020-10-10T21:41:56.350Z] Result of testMethod = 5 [2020-10-10T21:41:56.350Z] End of script [2020-10-10T21:41:56.350Z] Start of script [2020-10-10T21:41:56.350Z] include file start [2020-10-10T21:41:56.350Z] include file processed [2020-10-10T21:41:56.606Z] Result of testMethod = 5 [2020-10-10T21:41:56.606Z] End of script [2020-10-10T21:41:56.606Z] Start of script [2020-10-10T21:41:56.606Z] include file start [2020-10-10T21:41:56.606Z] include file processed [2020-10-10T21:41:56.606Z] Result of testMethod = 5 [2020-10-10T21:41:56.861Z] Traceback (most recent call last): [2020-10-10T21:41:56.861Z] File "(none)", line 184, in run [2020-10-10T21:41:56.861Z] File "__ref_L/Debug Test/Main.py_nvsrgfpsqm", line 23, in [2020-10-10T21:41:56.861Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:41:56.861Z] org.eclipse.ease.ExitException: [2020-10-10T21:41:56.861Z] [2020-10-10T21:41:56.861Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:41:56.862Z] Start of script [2020-10-10T21:41:56.862Z] include file start [2020-10-10T21:41:56.862Z] include file processed [2020-10-10T21:41:57.117Z] Result of testMethod = 5 [2020-10-10T21:41:57.117Z] End of script [2020-10-10T21:41:57.372Z] Start of script [2020-10-10T21:41:57.372Z] include file start [2020-10-10T21:41:57.372Z] include file processed [2020-10-10T21:41:57.372Z] Result of testMethod = 5 [2020-10-10T21:41:57.372Z] End of script [2020-10-10T21:41:57.372Z] Start of script [2020-10-10T21:41:57.372Z] include file start [2020-10-10T21:41:57.372Z] include file processed [2020-10-10T21:41:57.934Z] Traceback (most recent call last): [2020-10-10T21:41:57.934Z] File "(none)", line 184, in run [2020-10-10T21:41:57.934Z] File "__ref_L/Debug Test/Main.py_jwscumevkz", line 22, in [2020-10-10T21:41:57.934Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:41:57.934Z] org.eclipse.ease.ExitException: [2020-10-10T21:41:57.934Z] [2020-10-10T21:41:57.934Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:41:57.934Z] Start of script [2020-10-10T21:41:57.934Z] include file start [2020-10-10T21:41:58.191Z] include file processed [2020-10-10T21:41:58.191Z] Result of testMethod = 5 [2020-10-10T21:41:58.191Z] End of script [2020-10-10T21:41:58.191Z] Start of script [2020-10-10T21:41:58.191Z] include file start [2020-10-10T21:41:58.191Z] include file processed [2020-10-10T21:41:58.446Z] Result of testMethod = 5 [2020-10-10T21:41:58.446Z] End of script [2020-10-10T21:41:58.701Z] Traceback (most recent call last): [2020-10-10T21:41:58.701Z] File "(none)", line 184, in run [2020-10-10T21:41:58.701Z] File "__ref_L/Debug Test/Main.py_ueyxmyhxof", line 1, in [2020-10-10T21:41:58.701Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:41:58.701Z] org.eclipse.ease.ExitException: [2020-10-10T21:41:58.701Z] [2020-10-10T21:41:58.701Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:41:58.701Z] Start of script [2020-10-10T21:41:58.701Z] include file start [2020-10-10T21:41:58.701Z] include file processed [2020-10-10T21:41:58.701Z] Result of testMethod = 5 [2020-10-10T21:41:58.701Z] End of script [2020-10-10T21:41:58.956Z] Start of script [2020-10-10T21:41:58.956Z] include file start [2020-10-10T21:41:58.956Z] include file processed [2020-10-10T21:41:59.212Z] Result of testMethod = 5 [2020-10-10T21:41:59.213Z] End of script [2020-10-10T21:41:59.213Z] Start of script [2020-10-10T21:41:59.213Z] include file start [2020-10-10T21:41:59.213Z] include file processed [2020-10-10T21:41:59.213Z] Result of testMethod = 5 [2020-10-10T21:41:59.469Z] Traceback (most recent call last): [2020-10-10T21:41:59.469Z] File "(none)", line 184, in run [2020-10-10T21:41:59.469Z] File "__ref_L/Debug Test/Main.py_sobooffots", line 23, in [2020-10-10T21:41:59.469Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:41:59.469Z] org.eclipse.ease.ExitException: [2020-10-10T21:41:59.469Z] [2020-10-10T21:41:59.469Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:41:59.469Z] Start of script [2020-10-10T21:41:59.469Z] include file start [2020-10-10T21:41:59.469Z] include file processed [2020-10-10T21:41:59.724Z] Result of testMethod = 5 [2020-10-10T21:41:59.724Z] End of script [2020-10-10T21:41:59.980Z] Traceback (most recent call last): [2020-10-10T21:41:59.980Z] File "(none)", line 184, in run [2020-10-10T21:41:59.980Z] File "__ref_L/Debug Test/Main.py_luycbcwrod", line 1, in [2020-10-10T21:41:59.980Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:41:59.980Z] org.eclipse.ease.ExitException: [2020-10-10T21:41:59.980Z] [2020-10-10T21:41:59.980Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:41:59.980Z] Start of script [2020-10-10T21:41:59.980Z] include file start [2020-10-10T21:41:59.980Z] include file processed [2020-10-10T21:41:59.980Z] Result of testMethod = 5 [2020-10-10T21:42:00.236Z] End of script [2020-10-10T21:42:00.236Z] Start of script [2020-10-10T21:42:00.236Z] include file start [2020-10-10T21:42:00.236Z] include file processed [2020-10-10T21:42:00.493Z] Result of testMethod = 5 [2020-10-10T21:42:00.493Z] End of script [2020-10-10T21:42:00.748Z] Traceback (most recent call last): [2020-10-10T21:42:00.748Z] File "(none)", line 184, in run [2020-10-10T21:42:00.748Z] File "__ref_L/Debug Test/Main.py_ricuyzdkhb", line 1, in [2020-10-10T21:42:00.748Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:00.748Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:00.748Z] [2020-10-10T21:42:00.748Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:00.748Z] Start of script [2020-10-10T21:42:00.748Z] include file start [2020-10-10T21:42:00.748Z] include file processed [2020-10-10T21:42:01.004Z] Result of testMethod = 5 [2020-10-10T21:42:01.004Z] End of script [2020-10-10T21:42:01.004Z] Start of script [2020-10-10T21:42:01.004Z] include file start [2020-10-10T21:42:01.004Z] include file processed [2020-10-10T21:42:01.004Z] Result of testMethod = 5 [2020-10-10T21:42:01.259Z] Traceback (most recent call last): [2020-10-10T21:42:01.259Z] File "(none)", line 184, in run [2020-10-10T21:42:01.259Z] File "__ref_L/Debug Test/Main.py_uwfpzmdfpx", line 23, in [2020-10-10T21:42:01.259Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:01.259Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:01.259Z] [2020-10-10T21:42:01.259Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:01.515Z] Start of script [2020-10-10T21:42:01.515Z] include file start [2020-10-10T21:42:01.515Z] include file processed [2020-10-10T21:42:01.515Z] Result of testMethod = 5 [2020-10-10T21:42:01.515Z] End of script [2020-10-10T21:42:01.515Z] Start of script [2020-10-10T21:42:01.515Z] include file start [2020-10-10T21:42:01.515Z] include file processed [2020-10-10T21:42:01.770Z] Result of testMethod = 5 [2020-10-10T21:42:01.770Z] End of script [2020-10-10T21:42:01.770Z] Start of script [2020-10-10T21:42:01.770Z] include file start [2020-10-10T21:42:01.770Z] include file processed [2020-10-10T21:42:01.770Z] Result of testMethod = 5 [2020-10-10T21:42:01.770Z] End of script [2020-10-10T21:42:02.026Z] Start of script [2020-10-10T21:42:02.026Z] include file start [2020-10-10T21:42:02.026Z] include file processed [2020-10-10T21:42:02.281Z] Result of testMethod = 5 [2020-10-10T21:42:02.281Z] End of script [2020-10-10T21:42:02.281Z] Start of script [2020-10-10T21:42:02.281Z] include file start [2020-10-10T21:42:02.281Z] include file processed [2020-10-10T21:42:02.537Z] Traceback (most recent call last): [2020-10-10T21:42:02.537Z] File "(none)", line 184, in run [2020-10-10T21:42:02.537Z] File "__ref_L/Debug Test/Main.py_bufjtqlnay", line 21, in [2020-10-10T21:42:02.537Z] File "__ref_L/Debug Test/Main.py_bufjtqlnay", line 18, in testMethod [2020-10-10T21:42:02.537Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:02.537Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:02.537Z] [2020-10-10T21:42:02.537Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:02.537Z] Start of script [2020-10-10T21:42:02.793Z] include file start [2020-10-10T21:42:02.793Z] include file processed [2020-10-10T21:42:02.793Z] Result of testMethod = 5 [2020-10-10T21:42:02.793Z] End of script [2020-10-10T21:42:03.048Z] Start of script [2020-10-10T21:42:03.048Z] include file start [2020-10-10T21:42:03.048Z] include file processed [2020-10-10T21:42:03.048Z] Result of testMethod = 5 [2020-10-10T21:42:03.048Z] Traceback (most recent call last): [2020-10-10T21:42:03.048Z] File "(none)", line 184, in run [2020-10-10T21:42:03.048Z] File "__ref_L/Debug Test/Main.py_ketleyysgu", line 23, in [2020-10-10T21:42:03.048Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:03.048Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:03.048Z] [2020-10-10T21:42:03.048Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:03.303Z] Start of script [2020-10-10T21:42:03.303Z] include file start [2020-10-10T21:42:03.303Z] include file processed [2020-10-10T21:42:03.303Z] Result of testMethod = 5 [2020-10-10T21:42:03.303Z] End of script [2020-10-10T21:42:03.303Z] Start of script [2020-10-10T21:42:03.303Z] include file start [2020-10-10T21:42:03.303Z] include file processed [2020-10-10T21:42:03.559Z] Result of testMethod = 5 [2020-10-10T21:42:03.559Z] End of script [2020-10-10T21:42:03.815Z] Start of script [2020-10-10T21:42:03.815Z] include file start [2020-10-10T21:42:03.815Z] include file processed [2020-10-10T21:42:03.815Z] Result of testMethod = 5 [2020-10-10T21:42:03.815Z] End of script [2020-10-10T21:42:04.071Z] Start of script [2020-10-10T21:42:04.071Z] include file start [2020-10-10T21:42:04.071Z] include file processed [2020-10-10T21:42:04.071Z] Result of testMethod = 5 [2020-10-10T21:42:04.071Z] End of script [2020-10-10T21:42:04.327Z] Start of script [2020-10-10T21:42:04.327Z] include file start [2020-10-10T21:42:04.327Z] include file processed [2020-10-10T21:42:04.327Z] Result of testMethod = 5 [2020-10-10T21:42:04.327Z] Traceback (most recent call last): [2020-10-10T21:42:04.327Z] File "(none)", line 184, in run [2020-10-10T21:42:04.327Z] File "__ref_L/Debug Test/Main.py_kvdlmfmnlz", line 23, in [2020-10-10T21:42:04.327Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:04.327Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:04.327Z] [2020-10-10T21:42:04.327Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:04.582Z] Start of script [2020-10-10T21:42:04.582Z] include file start [2020-10-10T21:42:04.582Z] include file processed [2020-10-10T21:42:04.582Z] Result of testMethod = 5 [2020-10-10T21:42:04.582Z] End of script [2020-10-10T21:42:04.837Z] Start of script [2020-10-10T21:42:04.837Z] include file start [2020-10-10T21:42:04.837Z] include file processed [2020-10-10T21:42:04.837Z] Result of testMethod = 5 [2020-10-10T21:42:04.838Z] Traceback (most recent call last): [2020-10-10T21:42:04.838Z] File "(none)", line 184, in run [2020-10-10T21:42:04.838Z] File "__ref_L/Debug Test/Main.py_ubelerawds", line 23, in [2020-10-10T21:42:04.838Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:04.838Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:04.838Z] [2020-10-10T21:42:04.838Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:05.093Z] Traceback (most recent call last): [2020-10-10T21:42:05.093Z] File "(none)", line 184, in run [2020-10-10T21:42:05.093Z] File "__ref_L/Debug Test/Main.py_sxwwrbhduu", line 1, in [2020-10-10T21:42:05.093Z] File "(none)", line 161, in trace_dispatch [2020-10-10T21:42:05.093Z] org.eclipse.ease.ExitException: [2020-10-10T21:42:05.093Z] [2020-10-10T21:42:05.093Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-10T21:42:05.348Z] Start of script [2020-10-10T21:42:05.348Z] include file start [2020-10-10T21:42:05.348Z] include file processed [2020-10-10T21:42:05.348Z] Result of testMethod = 5 [2020-10-10T21:42:05.348Z] End of script [2020-10-10T21:42:05.348Z] Start of script [2020-10-10T21:42:05.348Z] include file start [2020-10-10T21:42:05.348Z] include file processed [2020-10-10T21:42:05.604Z] Result of testMethod = 5 [2020-10-10T21:42:05.604Z] End of script [2020-10-10T21:42:05.859Z] Start of script [2020-10-10T21:42:05.859Z] include file start [2020-10-10T21:42:05.859Z] include file processed [2020-10-10T21:42:05.859Z] Result of testMethod = 5 [2020-10-10T21:42:05.859Z] End of script [2020-10-10T21:42:05.859Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.445 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-10T21:42:05.859Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.632 s [2020-10-10T21:42:05.859Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.212 s [2020-10-10T21:42:05.860Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.311 s [2020-10-10T21:42:05.860Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-10T21:42:05.860Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-10-10T21:42:05.860Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:42:05.860Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-10T21:42:05.860Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-10T21:42:05.860Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-10-10T21:42:05.860Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:42:05.860Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.209 s [2020-10-10T21:42:05.860Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-10T21:42:05.860Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-10T21:42:05.860Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:42:05.860Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:42:05.860Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:42:05.860Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-10T21:42:05.860Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:42:05.860Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:05.860Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-10-10T21:42:05.860Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:05.860Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:05.860Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:05.860Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:05.860Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:05.860Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:05.860Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:05.860Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:05.860Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:05.860Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:05.860Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-10T21:42:05.860Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:05.860Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-10T21:42:05.860Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:05.860Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-10T21:42:06.116Z] [2020-10-10T21:42:06.116Z] Results: [2020-10-10T21:42:06.116Z] [2020-10-10T21:42:06.116Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:42:06.116Z] [2020-10-10T21:42:06.371Z] [INFO] All tests passed! [2020-10-10T21:42:06.371Z] [INFO] [2020-10-10T21:42:06.371Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-10-10T21:42:06.371Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [9/11] [2020-10-10T21:42:06.371Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:42:06.371Z] [INFO] [2020-10-10T21:42:06.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:06.371Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-10-10T21:42:06.371Z] [INFO] [2020-10-10T21:42:06.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:06.371Z] [INFO] [2020-10-10T21:42:06.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:06.371Z] [INFO] [2020-10-10T21:42:06.371Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:06.371Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:42:06.371Z] [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-10-10T21:42:06.371Z] [INFO] [2020-10-10T21:42:06.371Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:06.371Z] [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-10-10T21:42:07.298Z] [INFO] [2020-10-10T21:42:07.299Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.299Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:42:07.299Z] [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-10-10T21:42:07.299Z] [INFO] [2020-10-10T21:42:07.299Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.299Z] [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-10-10T21:42:07.299Z] [INFO] [2020-10-10T21:42:07.299Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.299Z] [INFO] [2020-10-10T21:42:07.299Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.299Z] [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-10-10T21:42:07.601Z] [INFO] [2020-10-10T21:42:07.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.601Z] [INFO] [2020-10-10T21:42:07.601Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.601Z] [INFO] [2020-10-10T21:42:07.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.601Z] [INFO] [2020-10-10T21:42:07.601Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-10-10T21:42:07.601Z] [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-10-10T21:42:07.601Z] [INFO] Command line: [2020-10-10T21:42:07.601Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:42:07.601Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:42:09.560Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-10-10T21:42:09.560Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.018 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-10-10T21:42:09.560Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-10-10T21:42:09.560Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-10-10T21:42:09.560Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-10-10T21:42:09.560Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-10-10T21:42:09.560Z] ---------------------------------------------- [2020-10-10T21:42:09.560Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:09.815Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-10-10T21:42:09.815Z] 1++ [2020-10-10T21:42:09.815Z] ^ [2020-10-10T21:42:09.815Z] SyntaxError: invalid syntax [2020-10-10T21:42:09.816Z] [2020-10-10T21:42:10.071Z] [2020-10-10T21:42:10.071Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.071Z] ---------------------------------------------- [2020-10-10T21:42:10.071Z] ---------------------------------------------- [2020-10-10T21:42:10.071Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.071Z] [2020-10-10T21:42:10.071Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.071Z] ---------------------------------------------- [2020-10-10T21:42:10.071Z] ---------------------------------------------- [2020-10-10T21:42:10.071Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.326Z] [2020-10-10T21:42:10.326Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.326Z] ---------------------------------------------- [2020-10-10T21:42:10.326Z] ---------------------------------------------- [2020-10-10T21:42:10.326Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.582Z] [2020-10-10T21:42:10.582Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.582Z] ---------------------------------------------- [2020-10-10T21:42:10.582Z] ---------------------------------------------- [2020-10-10T21:42:10.582Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.837Z] [2020-10-10T21:42:10.837Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:10.837Z] ---------------------------------------------- [2020-10-10T21:42:10.837Z] ---------------------------------------------- [2020-10-10T21:42:10.837Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.092Z] [2020-10-10T21:42:11.092Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.092Z] ---------------------------------------------- [2020-10-10T21:42:11.092Z] ---------------------------------------------- [2020-10-10T21:42:11.092Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.092Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-10-10T21:42:11.092Z] File "", line 1, in [2020-10-10T21:42:11.092Z] NameError: name 'x' is not defined [2020-10-10T21:42:11.092Z] [2020-10-10T21:42:11.092Z] [2020-10-10T21:42:11.092Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.092Z] ---------------------------------------------- [2020-10-10T21:42:11.092Z] ---------------------------------------------- [2020-10-10T21:42:11.092Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.348Z] [2020-10-10T21:42:11.348Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.348Z] ---------------------------------------------- [2020-10-10T21:42:11.348Z] ---------------------------------------------- [2020-10-10T21:42:11.348Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.604Z] [2020-10-10T21:42:11.604Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.604Z] ---------------------------------------------- [2020-10-10T21:42:11.604Z] ---------------------------------------------- [2020-10-10T21:42:11.604Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.859Z] [2020-10-10T21:42:11.859Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.859Z] ---------------------------------------------- [2020-10-10T21:42:11.859Z] ---------------------------------------------- [2020-10-10T21:42:11.859Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.859Z] [2020-10-10T21:42:11.859Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:11.859Z] ---------------------------------------------- [2020-10-10T21:42:11.859Z] ---------------------------------------------- [2020-10-10T21:42:11.859Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.114Z] [2020-10-10T21:42:12.114Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.114Z] ---------------------------------------------- [2020-10-10T21:42:12.114Z] ---------------------------------------------- [2020-10-10T21:42:12.114Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.370Z] [2020-10-10T21:42:12.370Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.370Z] ---------------------------------------------- [2020-10-10T21:42:12.370Z] ---------------------------------------------- [2020-10-10T21:42:12.370Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.625Z] [2020-10-10T21:42:12.625Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.625Z] ---------------------------------------------- [2020-10-10T21:42:12.625Z] ---------------------------------------------- [2020-10-10T21:42:12.625Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.881Z] [2020-10-10T21:42:12.881Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.881Z] ---------------------------------------------- [2020-10-10T21:42:12.881Z] ---------------------------------------------- [2020-10-10T21:42:12.881Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.881Z] [2020-10-10T21:42:12.881Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:12.881Z] ---------------------------------------------- [2020-10-10T21:42:12.881Z] ---------------------------------------------- [2020-10-10T21:42:12.881Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.138Z] [2020-10-10T21:42:13.138Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.138Z] ---------------------------------------------- [2020-10-10T21:42:13.138Z] ---------------------------------------------- [2020-10-10T21:42:13.138Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.396Z] [2020-10-10T21:42:13.396Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.396Z] ---------------------------------------------- [2020-10-10T21:42:13.396Z] ---------------------------------------------- [2020-10-10T21:42:13.397Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.655Z] [2020-10-10T21:42:13.655Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.655Z] ---------------------------------------------- [2020-10-10T21:42:13.655Z] ---------------------------------------------- [2020-10-10T21:42:13.655Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.911Z] [2020-10-10T21:42:13.911Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.911Z] ---------------------------------------------- [2020-10-10T21:42:13.911Z] ---------------------------------------------- [2020-10-10T21:42:13.911Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.911Z] [2020-10-10T21:42:13.911Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:13.911Z] ---------------------------------------------- [2020-10-10T21:42:13.911Z] ---------------------------------------------- [2020-10-10T21:42:13.911Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.166Z] [2020-10-10T21:42:14.166Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.166Z] ---------------------------------------------- [2020-10-10T21:42:14.166Z] ---------------------------------------------- [2020-10-10T21:42:14.166Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.422Z] [2020-10-10T21:42:14.422Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.422Z] ---------------------------------------------- [2020-10-10T21:42:14.422Z] ---------------------------------------------- [2020-10-10T21:42:14.422Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.678Z] [2020-10-10T21:42:14.678Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.678Z] ---------------------------------------------- [2020-10-10T21:42:14.678Z] ---------------------------------------------- [2020-10-10T21:42:14.678Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.934Z] [2020-10-10T21:42:14.934Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.934Z] ---------------------------------------------- [2020-10-10T21:42:14.934Z] ---------------------------------------------- [2020-10-10T21:42:14.934Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.934Z] [2020-10-10T21:42:14.934Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:14.934Z] ---------------------------------------------- [2020-10-10T21:42:14.934Z] ---------------------------------------------- [2020-10-10T21:42:14.934Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.189Z] [2020-10-10T21:42:15.189Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.189Z] ---------------------------------------------- [2020-10-10T21:42:15.189Z] ---------------------------------------------- [2020-10-10T21:42:15.189Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.445Z] [2020-10-10T21:42:15.445Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.445Z] ---------------------------------------------- [2020-10-10T21:42:15.445Z] ---------------------------------------------- [2020-10-10T21:42:15.445Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.701Z] [2020-10-10T21:42:15.701Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.701Z] ---------------------------------------------- [2020-10-10T21:42:15.701Z] ---------------------------------------------- [2020-10-10T21:42:15.701Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.701Z] [2020-10-10T21:42:15.701Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-10-10T21:42:15.701Z] ---------------------------------------------- [2020-10-10T21:42:15.701Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.219 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-10-10T21:42:15.701Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.339 s [2020-10-10T21:42:15.701Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-10-10T21:42:15.701Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.207 s [2020-10-10T21:42:15.701Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-10-10T21:42:15.701Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-10-10T21:42:15.701Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-10-10T21:42:15.701Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-10-10T21:42:15.701Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-10-10T21:42:15.701Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-10-10T21:42:15.701Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-10-10T21:42:15.701Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-10-10T21:42:15.701Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.208 s [2020-10-10T21:42:15.701Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-10-10T21:42:15.701Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-10-10T21:42:15.701Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-10-10T21:42:15.701Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-10-10T21:42:15.701Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-10-10T21:42:15.701Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.211 s [2020-10-10T21:42:15.701Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-10-10T21:42:15.701Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-10-10T21:42:15.701Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:15.701Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-10-10T21:42:15.701Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-10-10T21:42:15.701Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:15.701Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-10-10T21:42:15.701Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-10-10T21:42:15.701Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-10-10T21:42:15.701Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:15.701Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:15.701Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-10-10T21:42:15.701Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-10-10T21:42:15.701Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-10-10T21:42:15.701Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:15.701Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-10-10T21:42:15.956Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-10-10T21:42:15.956Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:42:15.956Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:42:15.956Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:42:15.956Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:42:15.956Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:42:16.518Z] Start of script [2020-10-10T21:42:16.518Z] include file start [2020-10-10T21:42:16.518Z] include file processed [2020-10-10T21:42:16.518Z] Result of testMethod = 5 [2020-10-10T21:42:16.518Z] End of script [2020-10-10T21:42:16.518Z] Start of script [2020-10-10T21:42:16.773Z] include file start [2020-10-10T21:42:16.773Z] include file processed [2020-10-10T21:42:16.773Z] Result of testMethod = 5 [2020-10-10T21:42:16.773Z] End of script [2020-10-10T21:42:16.773Z] Start of script [2020-10-10T21:42:16.773Z] include file start [2020-10-10T21:42:16.773Z] include file processed [2020-10-10T21:42:16.773Z] Result of testMethod = 5 [2020-10-10T21:42:17.029Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:17.029Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:17.029Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:17.029Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:17.029Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:17.029Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:17.030Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:17.030Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:17.030Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:17.030Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:17.285Z] Start of script [2020-10-10T21:42:17.285Z] include file start [2020-10-10T21:42:17.285Z] include file processed [2020-10-10T21:42:17.540Z] Result of testMethod = 5 [2020-10-10T21:42:17.540Z] End of script [2020-10-10T21:42:18.100Z] Start of script [2020-10-10T21:42:18.100Z] include file start [2020-10-10T21:42:18.100Z] include file processed [2020-10-10T21:42:18.100Z] Result of testMethod = 5 [2020-10-10T21:42:18.100Z] End of script [2020-10-10T21:42:18.100Z] Start of script [2020-10-10T21:42:18.100Z] include file start [2020-10-10T21:42:18.100Z] include file processed [2020-10-10T21:42:18.356Z] Result of testMethod = 5 [2020-10-10T21:42:18.356Z] End of script [2020-10-10T21:42:18.611Z] Start of script [2020-10-10T21:42:18.611Z] include file start [2020-10-10T21:42:18.611Z] include file processed [2020-10-10T21:42:18.611Z] Result of testMethod = 5 [2020-10-10T21:42:18.867Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:18.867Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:18.867Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:18.867Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:18.867Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:18.867Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:18.867Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:18.867Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:18.867Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:18.867Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:19.123Z] Start of script [2020-10-10T21:42:19.123Z] include file start [2020-10-10T21:42:19.123Z] include file processed [2020-10-10T21:42:19.123Z] Result of testMethod = 5 [2020-10-10T21:42:19.123Z] End of script [2020-10-10T21:42:19.378Z] Start of script [2020-10-10T21:42:19.378Z] include file start [2020-10-10T21:42:19.378Z] include file processed [2020-10-10T21:42:19.378Z] Result of testMethod = 5 [2020-10-10T21:42:19.633Z] End of script [2020-10-10T21:42:19.633Z] Start of script [2020-10-10T21:42:19.633Z] include file start [2020-10-10T21:42:19.633Z] include file processed [2020-10-10T21:42:20.194Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:20.194Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:20.194Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:20.194Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:20.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:20.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:20.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:20.194Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:20.194Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:20.194Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:20.450Z] Start of script [2020-10-10T21:42:20.450Z] include file start [2020-10-10T21:42:20.450Z] include file processed [2020-10-10T21:42:20.450Z] Result of testMethod = 5 [2020-10-10T21:42:20.450Z] End of script [2020-10-10T21:42:20.706Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:20.706Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:20.706Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:20.706Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:20.706Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:20.706Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:20.706Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:20.706Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:20.706Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:20.706Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:20.962Z] Start of script [2020-10-10T21:42:20.962Z] include file start [2020-10-10T21:42:20.962Z] include file processed [2020-10-10T21:42:20.962Z] Result of testMethod = 5 [2020-10-10T21:42:20.962Z] End of script [2020-10-10T21:42:21.217Z] Start of script [2020-10-10T21:42:21.217Z] include file start [2020-10-10T21:42:21.217Z] include file processed [2020-10-10T21:42:21.473Z] Result of testMethod = 5 [2020-10-10T21:42:21.473Z] End of script [2020-10-10T21:42:21.728Z] Start of script [2020-10-10T21:42:21.728Z] include file start [2020-10-10T21:42:21.728Z] include file processed [2020-10-10T21:42:21.728Z] Result of testMethod = 5 [2020-10-10T21:42:21.983Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:21.983Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:21.983Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:21.983Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:21.983Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:21.983Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:21.983Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:21.983Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:21.983Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:21.983Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:21.983Z] Start of script [2020-10-10T21:42:21.983Z] include file start [2020-10-10T21:42:21.983Z] include file processed [2020-10-10T21:42:22.238Z] Result of testMethod = 5 [2020-10-10T21:42:22.238Z] End of script [2020-10-10T21:42:22.494Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:22.494Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:22.494Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:22.494Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:22.494Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:22.494Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:22.494Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:22.494Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:22.494Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:22.494Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:22.749Z] Start of script [2020-10-10T21:42:22.749Z] include file start [2020-10-10T21:42:22.749Z] include file processed [2020-10-10T21:42:22.749Z] Result of testMethod = 5 [2020-10-10T21:42:22.749Z] End of script [2020-10-10T21:42:23.004Z] Start of script [2020-10-10T21:42:23.004Z] include file start [2020-10-10T21:42:23.004Z] include file processed [2020-10-10T21:42:23.259Z] Result of testMethod = 5 [2020-10-10T21:42:23.259Z] End of script [2020-10-10T21:42:23.515Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:23.515Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:23.515Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:23.515Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:23.515Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:23.515Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:23.515Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:23.515Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:23.515Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:23.515Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:23.769Z] Start of script [2020-10-10T21:42:23.769Z] include file start [2020-10-10T21:42:23.769Z] include file processed [2020-10-10T21:42:24.025Z] Result of testMethod = 5 [2020-10-10T21:42:24.025Z] End of script [2020-10-10T21:42:24.280Z] Start of script [2020-10-10T21:42:24.280Z] include file start [2020-10-10T21:42:24.280Z] include file processed [2020-10-10T21:42:24.280Z] Result of testMethod = 5 [2020-10-10T21:42:24.280Z] End of script [2020-10-10T21:42:24.535Z] Start of script [2020-10-10T21:42:24.535Z] include file start [2020-10-10T21:42:24.535Z] include file processed [2020-10-10T21:42:24.535Z] Result of testMethod = 5 [2020-10-10T21:42:24.535Z] End of script [2020-10-10T21:42:24.790Z] Start of script [2020-10-10T21:42:24.790Z] include file start [2020-10-10T21:42:24.790Z] include file processed [2020-10-10T21:42:24.790Z] Result of testMethod = 5 [2020-10-10T21:42:24.790Z] End of script [2020-10-10T21:42:25.044Z] Start of script [2020-10-10T21:42:25.044Z] include file start [2020-10-10T21:42:25.044Z] include file processed [2020-10-10T21:42:25.300Z] Result of testMethod = 5 [2020-10-10T21:42:25.300Z] End of script [2020-10-10T21:42:25.555Z] Start of script [2020-10-10T21:42:25.555Z] include file start [2020-10-10T21:42:25.555Z] include file processed [2020-10-10T21:42:25.555Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:25.555Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:25.555Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:25.555Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:25.555Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:25.555Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:25.555Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:25.555Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:25.556Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:25.556Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:25.811Z] Start of script [2020-10-10T21:42:25.811Z] include file start [2020-10-10T21:42:25.811Z] include file processed [2020-10-10T21:42:25.811Z] Result of testMethod = 5 [2020-10-10T21:42:26.066Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:26.066Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:26.066Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:26.066Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:26.066Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:26.066Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:26.066Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:26.066Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:26.066Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:26.066Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:26.322Z] Start of script [2020-10-10T21:42:26.322Z] include file start [2020-10-10T21:42:26.322Z] include file processed [2020-10-10T21:42:26.322Z] Result of testMethod = 5 [2020-10-10T21:42:26.322Z] End of script [2020-10-10T21:42:26.577Z] Start of script [2020-10-10T21:42:26.577Z] include file start [2020-10-10T21:42:26.577Z] include file processed [2020-10-10T21:42:26.832Z] Result of testMethod = 5 [2020-10-10T21:42:26.832Z] End of script [2020-10-10T21:42:26.832Z] Start of script [2020-10-10T21:42:27.087Z] include file start [2020-10-10T21:42:27.087Z] include file processed [2020-10-10T21:42:27.087Z] Result of testMethod = 5 [2020-10-10T21:42:27.087Z] End of script [2020-10-10T21:42:27.347Z] Start of script [2020-10-10T21:42:27.347Z] include file start [2020-10-10T21:42:27.347Z] include file processed [2020-10-10T21:42:27.347Z] Result of testMethod = 5 [2020-10-10T21:42:27.347Z] End of script [2020-10-10T21:42:27.607Z] Start of script [2020-10-10T21:42:27.607Z] include file start [2020-10-10T21:42:27.607Z] include file processed [2020-10-10T21:42:27.607Z] Result of testMethod = 5 [2020-10-10T21:42:27.861Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:27.861Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:27.861Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:27.861Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:27.861Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:27.861Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:27.861Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:27.861Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:27.861Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:27.861Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:28.117Z] Start of script [2020-10-10T21:42:28.117Z] include file start [2020-10-10T21:42:28.117Z] include file processed [2020-10-10T21:42:28.117Z] Result of testMethod = 5 [2020-10-10T21:42:28.117Z] End of script [2020-10-10T21:42:28.372Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-10-10T21:42:28.372Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-10-10T21:42:28.372Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-10-10T21:42:28.372Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-10-10T21:42:28.372Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-10-10T21:42:28.372Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-10-10T21:42:28.372Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-10-10T21:42:28.372Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-10T21:42:28.372Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-10T21:42:28.372Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-10T21:42:28.627Z] Start of script [2020-10-10T21:42:28.628Z] include file start [2020-10-10T21:42:28.628Z] include file processed [2020-10-10T21:42:28.628Z] Result of testMethod = 5 [2020-10-10T21:42:28.628Z] End of script [2020-10-10T21:42:28.882Z] Start of script [2020-10-10T21:42:28.882Z] include file start [2020-10-10T21:42:28.882Z] include file processed [2020-10-10T21:42:29.137Z] Result of testMethod = 5 [2020-10-10T21:42:29.137Z] End of script [2020-10-10T21:42:29.392Z] Start of script [2020-10-10T21:42:29.392Z] include file start [2020-10-10T21:42:29.392Z] include file processed [2020-10-10T21:42:29.392Z] Result of testMethod = 5 [2020-10-10T21:42:29.393Z] End of script [2020-10-10T21:42:29.393Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 13.675 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-10-10T21:42:29.393Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-10-10T21:42:29.393Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-10-10T21:42:29.393Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-10-10T21:42:29.393Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-10-10T21:42:29.393Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.623 s [2020-10-10T21:42:29.393Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.31 s [2020-10-10T21:42:29.393Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.41 s [2020-10-10T21:42:29.393Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.409 s [2020-10-10T21:42:29.393Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-10-10T21:42:29.393Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-10-10T21:42:29.393Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.409 s [2020-10-10T21:42:29.393Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-10-10T21:42:29.393Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-10-10T21:42:29.393Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:29.393Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.606 s [2020-10-10T21:42:29.393Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-10-10T21:42:29.393Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-10-10T21:42:29.393Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-10-10T21:42:29.393Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-10-10T21:42:29.393Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.408 s [2020-10-10T21:42:29.393Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-10-10T21:42:29.393Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:29.393Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:29.393Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-10-10T21:42:29.393Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:29.393Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-10-10T21:42:29.393Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-10-10T21:42:29.393Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.413 s [2020-10-10T21:42:29.393Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:29.393Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-10-10T21:42:29.393Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-10-10T21:42:29.393Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-10-10T21:42:29.393Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:29.393Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-10-10T21:42:29.393Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-10-10T21:42:29.393Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-10-10T21:42:29.393Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-10-10T21:42:29.393Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-10-10T21:42:29.393Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-10-10T21:42:29.393Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-10-10T21:42:29.393Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-10-10T21:42:29.393Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.309 s [2020-10-10T21:42:29.393Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-10-10T21:42:29.953Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-10-10T21:42:29.953Z] File "<...>", line 1, in [2020-10-10T21:42:29.953Z] File "<...>", line 81, in load_module [2020-10-10T21:42:29.953Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-10-10T21:42:29.953Z] [2020-10-10T21:42:29.953Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-10-10T21:42:29.953Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.062 s [2020-10-10T21:42:29.953Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.058 s [2020-10-10T21:42:29.953Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-10-10T21:42:29.953Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-10-10T21:42:29.953Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-10-10T21:42:29.953Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-10-10T21:42:29.953Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-10-10T21:42:29.953Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-10-10T21:42:29.953Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-10-10T21:42:29.953Z] ---------------------------------------------- [2020-10-10T21:42:29.953Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:29.953Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-10-10T21:42:29.953Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-10-10T21:42:29.953Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-10-10T21:42:29.953Z] File "", line 1 [2020-10-10T21:42:29.953Z] 1++ [2020-10-10T21:42:29.953Z] ^ [2020-10-10T21:42:29.953Z] SyntaxError: invalid syntax [2020-10-10T21:42:29.953Z] [2020-10-10T21:42:30.208Z] [2020-10-10T21:42:30.208Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:30.208Z] ---------------------------------------------- [2020-10-10T21:42:30.208Z] ---------------------------------------------- [2020-10-10T21:42:30.208Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.572Z] 1558917391 [2020-10-10T21:42:31.572Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.572Z] ---------------------------------------------- [2020-10-10T21:42:31.572Z] ---------------------------------------------- [2020-10-10T21:42:31.572Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.572Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-10-10T21:42:31.572Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-10-10T21:42:31.572Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-10-10T21:42:31.572Z] File "", line 1 [2020-10-10T21:42:31.572Z] def a(): [2020-10-10T21:42:31.572Z] ^ [2020-10-10T21:42:31.572Z] SyntaxError: unexpected EOF while parsing [2020-10-10T21:42:31.572Z] [2020-10-10T21:42:31.572Z] [2020-10-10T21:42:31.572Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.572Z] ---------------------------------------------- [2020-10-10T21:42:31.572Z] ---------------------------------------------- [2020-10-10T21:42:31.572Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.828Z] [2020-10-10T21:42:31.828Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.828Z] ---------------------------------------------- [2020-10-10T21:42:31.828Z] ---------------------------------------------- [2020-10-10T21:42:31.828Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.828Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-10-10T21:42:31.828Z] File "<...>", line 1, in [2020-10-10T21:42:31.828Z] NameError: name 'a' is not defined [2020-10-10T21:42:31.828Z] [2020-10-10T21:42:31.828Z] [2020-10-10T21:42:31.828Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:31.828Z] ---------------------------------------------- [2020-10-10T21:42:31.828Z] ---------------------------------------------- [2020-10-10T21:42:31.828Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.084Z] [2020-10-10T21:42:32.084Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.084Z] ---------------------------------------------- [2020-10-10T21:42:32.084Z] ---------------------------------------------- [2020-10-10T21:42:32.084Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.339Z] [2020-10-10T21:42:32.339Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.339Z] ---------------------------------------------- [2020-10-10T21:42:32.339Z] ---------------------------------------------- [2020-10-10T21:42:32.339Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.595Z] [2020-10-10T21:42:32.595Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.595Z] ---------------------------------------------- [2020-10-10T21:42:32.595Z] ---------------------------------------------- [2020-10-10T21:42:32.595Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.850Z] [2020-10-10T21:42:32.850Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.850Z] ---------------------------------------------- [2020-10-10T21:42:32.850Z] ---------------------------------------------- [2020-10-10T21:42:32.850Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.850Z] [2020-10-10T21:42:32.850Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:32.850Z] ---------------------------------------------- [2020-10-10T21:42:32.850Z] ---------------------------------------------- [2020-10-10T21:42:32.850Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.105Z] [2020-10-10T21:42:33.106Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.106Z] ---------------------------------------------- [2020-10-10T21:42:33.106Z] ---------------------------------------------- [2020-10-10T21:42:33.106Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.362Z] [2020-10-10T21:42:33.362Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.362Z] ---------------------------------------------- [2020-10-10T21:42:33.362Z] ---------------------------------------------- [2020-10-10T21:42:33.362Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.618Z] [2020-10-10T21:42:33.618Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.618Z] ---------------------------------------------- [2020-10-10T21:42:33.618Z] ---------------------------------------------- [2020-10-10T21:42:33.618Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.618Z] [2020-10-10T21:42:33.618Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.618Z] ---------------------------------------------- [2020-10-10T21:42:33.618Z] ---------------------------------------------- [2020-10-10T21:42:33.618Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.873Z] [2020-10-10T21:42:33.873Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:33.873Z] ---------------------------------------------- [2020-10-10T21:42:33.873Z] ---------------------------------------------- [2020-10-10T21:42:33.873Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.128Z] [2020-10-10T21:42:34.128Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.128Z] ---------------------------------------------- [2020-10-10T21:42:34.128Z] ---------------------------------------------- [2020-10-10T21:42:34.128Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.383Z] [2020-10-10T21:42:34.383Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.383Z] ---------------------------------------------- [2020-10-10T21:42:34.383Z] ---------------------------------------------- [2020-10-10T21:42:34.383Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.639Z] [2020-10-10T21:42:34.639Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.639Z] ---------------------------------------------- [2020-10-10T21:42:34.639Z] ---------------------------------------------- [2020-10-10T21:42:34.639Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.639Z] [2020-10-10T21:42:34.639Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.639Z] ---------------------------------------------- [2020-10-10T21:42:34.639Z] ---------------------------------------------- [2020-10-10T21:42:34.639Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.894Z] [2020-10-10T21:42:34.894Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:34.894Z] ---------------------------------------------- [2020-10-10T21:42:34.894Z] ---------------------------------------------- [2020-10-10T21:42:34.894Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.150Z] [2020-10-10T21:42:35.150Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.150Z] ---------------------------------------------- [2020-10-10T21:42:35.150Z] ---------------------------------------------- [2020-10-10T21:42:35.150Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.405Z] [2020-10-10T21:42:35.405Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.405Z] ---------------------------------------------- [2020-10-10T21:42:35.405Z] ---------------------------------------------- [2020-10-10T21:42:35.405Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.405Z] [2020-10-10T21:42:35.405Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.405Z] ---------------------------------------------- [2020-10-10T21:42:35.405Z] ---------------------------------------------- [2020-10-10T21:42:35.405Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.661Z] [2020-10-10T21:42:35.661Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.661Z] ---------------------------------------------- [2020-10-10T21:42:35.661Z] ---------------------------------------------- [2020-10-10T21:42:35.661Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.916Z] [2020-10-10T21:42:35.916Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:35.916Z] ---------------------------------------------- [2020-10-10T21:42:35.916Z] ---------------------------------------------- [2020-10-10T21:42:35.916Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:36.172Z] [2020-10-10T21:42:36.172Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:36.172Z] ---------------------------------------------- [2020-10-10T21:42:36.172Z] ---------------------------------------------- [2020-10-10T21:42:36.172Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:36.427Z] [2020-10-10T21:42:36.427Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:36.427Z] ---------------------------------------------- [2020-10-10T21:42:36.427Z] ---------------------------------------------- [2020-10-10T21:42:36.427Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:36.427Z] [2020-10-10T21:42:36.427Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-10-10T21:42:36.427Z] ---------------------------------------------- [2020-10-10T21:42:36.427Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.548 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-10-10T21:42:36.427Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:36.428Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.196 s [2020-10-10T21:42:36.428Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-10-10T21:42:36.428Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-10-10T21:42:36.428Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-10-10T21:42:36.428Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-10-10T21:42:36.428Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:36.428Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:36.428Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-10-10T21:42:36.428Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-10-10T21:42:36.428Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:36.428Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-10-10T21:42:36.428Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:36.428Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:36.428Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-10-10T21:42:36.428Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-10-10T21:42:36.428Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-10-10T21:42:36.428Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-10-10T21:42:36.428Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:36.428Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-10-10T21:42:36.428Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-10-10T21:42:36.428Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-10-10T21:42:36.428Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-10-10T21:42:36.428Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-10-10T21:42:36.428Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.204 s [2020-10-10T21:42:36.428Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:36.428Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-10-10T21:42:36.428Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-10-10T21:42:36.428Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.194 s [2020-10-10T21:42:36.428Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-10-10T21:42:36.428Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-10-10T21:42:36.428Z] ---------------------------------------------- [2020-10-10T21:42:36.428Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-10-10T21:42:36.683Z] [2020-10-10T21:42:36.683Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-10-10T21:42:36.683Z] ---------------------------------------------- [2020-10-10T21:42:36.683Z] ---------------------------------------------- [2020-10-10T21:42:36.683Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-10-10T21:42:36.939Z] [2020-10-10T21:42:36.939Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-10-10T21:42:36.939Z] ---------------------------------------------- [2020-10-10T21:42:36.939Z] ---------------------------------------------- [2020-10-10T21:42:36.939Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-10-10T21:42:37.194Z] [2020-10-10T21:42:37.194Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-10-10T21:42:37.194Z] ---------------------------------------------- [2020-10-10T21:42:37.194Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-10-10T21:42:37.194Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-10-10T21:42:37.194Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.2 s [2020-10-10T21:42:37.194Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-10-10T21:42:37.194Z] [2020-10-10T21:42:37.194Z] Results: [2020-10-10T21:42:37.194Z] [2020-10-10T21:42:37.194Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-10-10T21:42:37.194Z] [2020-10-10T21:42:37.755Z] [INFO] All tests passed! [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-10-10T21:42:37.755Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [10/11] [2020-10-10T21:42:37.755Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:42:37.755Z] [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-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:42:37.755Z] [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-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [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-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [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-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [INFO] [2020-10-10T21:42:37.755Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-10T21:42:37.755Z] [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-10-10T21:42:37.755Z] [INFO] Command line: [2020-10-10T21:42:37.755Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:42:37.755Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:42:39.699Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-10-10T21:42:39.699Z] We are running from a zip file! [2020-10-10T21:42:39.955Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-10-10T21:42:39.955Z] this is an error [2020-10-10T21:42:39.955Z] ^ [2020-10-10T21:42:39.955Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-10-10T21:42:39.955Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-10-10T21:42:39.955Z] this is an error [2020-10-10T21:42:39.955Z] ^ [2020-10-10T21:42:39.955Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-10-10T21:42:39.955Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-10-10T21:42:39.955Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.291 s [2020-10-10T21:42:39.955Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.005 s [2020-10-10T21:42:39.955Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-10T21:42:39.955Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-10T21:42:39.955Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-10T21:42:39.955Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.068 s [2020-10-10T21:42:39.955Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.027 s [2020-10-10T21:42:39.955Z] [2020-10-10T21:42:39.955Z] Results: [2020-10-10T21:42:39.955Z] [2020-10-10T21:42:39.955Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-10-10T21:42:39.955Z] [2020-10-10T21:42:40.516Z] [INFO] All tests passed! [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-10-10T21:42:40.516Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [11/11] [2020-10-10T21:42:40.516Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:42:40.516Z] [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-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] Nothing to compile - all classes are up to date [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-10T21:42:40.516Z] [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-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [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-10-10T21:42:40.516Z] [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-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [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-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [INFO] [2020-10-10T21:42:40.516Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-10-10T21:42:40.516Z] [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-10-10T21:42:40.516Z] [INFO] Command line: [2020-10-10T21:42:40.517Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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-10-10T21:42:40.517Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a" [2020-10-10T21:42:42.430Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-10-10T21:42:42.430Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.019 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-10-10T21:42:42.430Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:42:42.430Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:42:42.430Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:42:42.430Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-10T21:42:42.430Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-10-10T21:42:42.430Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.071 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-10-10T21:42:42.430Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-10T21:42:42.430Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-10-10T21:42:42.430Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-10-10T21:42:42.430Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.002 s [2020-10-10T21:42:42.430Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-10-10T21:42:42.430Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-10T21:42:42.430Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-10-10T21:42:42.430Z] WARNING: An illegal reflective access operation has occurred [2020-10-10T21:42:42.430Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-10T21:42:42.430Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-10T21:42:42.430Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-10T21:42:42.430Z] WARNING: All illegal access operations will be denied in a future release [2020-10-10T21:42:48.990Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.822 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-10-10T21:42:48.990Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.421 s [2020-10-10T21:42:48.990Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.019 s [2020-10-10T21:42:48.990Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-10-10T21:42:48.990Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.047 s [2020-10-10T21:42:48.990Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-10-10T21:42:53.156Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.15 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-10-10T21:42:53.156Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.008 s [2020-10-10T21:42:53.156Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.03 s [2020-10-10T21:42:53.156Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.045 s [2020-10-10T21:42:53.156Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-10-10T21:42:53.156Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.006 s [2020-10-10T21:42:53.156Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.049 s [2020-10-10T21:42:53.156Z] [2020-10-10T21:42:53.156Z] Results: [2020-10-10T21:42:53.156Z] [2020-10-10T21:42:53.156Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-10-10T21:42:53.156Z] [2020-10-10T21:42:54.520Z] [INFO] All tests passed! [2020-10-10T21:42:54.520Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:42:54.520Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.8.0-SNAPSHOT: [2020-10-10T21:42:54.520Z] [INFO] [2020-10-10T21:42:54.520Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.002 s] [2020-10-10T21:42:54.520Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 0.256 s] [2020-10-10T21:42:54.520Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 13.845 s] [2020-10-10T21:42:54.520Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test ...... SUCCESS [ 3.124 s] [2020-10-10T21:42:54.520Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 14.612 s] [2020-10-10T21:42:54.520Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [ 2.486 s] [2020-10-10T21:42:54.521Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [ 2.081 s] [2020-10-10T21:42:54.521Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SUCCESS [ 15.437 s] [2020-10-10T21:42:54.521Z] [INFO] org.eclipse.ease.lang.python.py4j.test ............. SUCCESS [ 31.308 s] [2020-10-10T21:42:54.521Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SUCCESS [ 2.617 s] [2020-10-10T21:42:54.521Z] [INFO] org.eclipse.ease.ui.test ........................... SUCCESS [ 13.892 s] [2020-10-10T21:42:54.521Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:42:54.521Z] [INFO] BUILD SUCCESS [2020-10-10T21:42:54.521Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:42:54.521Z] [INFO] Total time: 02:26 min [2020-10-10T21:42:54.521Z] [INFO] Finished at: 2020-10-10T21:42:54Z [2020-10-10T21:42:54.521Z] [INFO] ------------------------------------------------------------------------ [2020-10-10T21:42:54.521Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-10T21:42:54.521Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2054894a/maven-spy-20201010-214027-3622482388655851391213.log [Pipeline] } [2020-10-10T21:42:54.840Z] [withMaven] Publishers: Pipeline Graph Publisher: 6 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2020-10-10T21:42:54.867Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS