Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-ls6kh’ is offline Agent centos-7-ls6kh 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-ls6kh" 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-ls6kh" - 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-ls6kh" - 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-ls6kh in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-28T22:35:21.802Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-11-28T22:35:21.883Z] The recommended git tool is: git [2020-11-28T22:35:22.823Z] No credentials specified [2020-11-28T22:35:22.826Z] Cloning the remote Git repository [2020-11-28T22:35:22.832Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-11-28T22:35:22.878Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 # timeout=10 [2020-11-28T22:35:22.898Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-11-28T22:35:22.898Z] > git --version # timeout=10 [2020-11-28T22:35:22.900Z] > git --version # 'git version 1.8.3.1' [2020-11-28T22:35:22.900Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-28T22:35:28.923Z] Avoid second fetch [2020-11-28T22:35:28.934Z] Checking out Revision fbd37e4ed6f251add92916413e85838944e67e0d (refs/remotes/origin/master) [2020-11-28T22:35:28.914Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-11-28T22:35:28.916Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-28T22:35:28.925Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-11-28T22:35:28.936Z] > git config core.sparsecheckout # timeout=10 [2020-11-28T22:35:28.939Z] > git checkout -f fbd37e4ed6f251add92916413e85838944e67e0d # timeout=10 [2020-11-28T22:35:32.655Z] Commit message: "Bug 568683: [Script Shell] Dropins toolbar button shall use toggle state" [2020-11-28T22:35:32.656Z] > git rev-list --no-walk fbd37e4ed6f251add92916413e85838944e67e0d # timeout=10 [2020-11-28T22:35:32.675Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-11-28T22:35:32.673Z] > git rev-parse --verify HEAD # timeout=10 [2020-11-28T22:35:32.676Z] Resetting working tree [2020-11-28T22:35:32.676Z] > git reset --hard # timeout=10 [2020-11-28T22:35:32.728Z] > git clean -fdx # timeout=10 [2020-11-28T22:35:33.205Z] + 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-11-28T22:35:33.205Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-28T22:35:33.205Z] Dload Upload Total Spent Left Speed [2020-11-28T22:35:33.205Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88597 100 88597 0 0 388k 0 --:--:-- --:--:-- --:--:-- 389k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-11-28T22:35:33.249Z] [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-11-28T22:35:33.250Z] [withMaven] Available options: [2020-11-28T22:35:33.250Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-11-28T22:35:33.257Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-11-28T22:35:33.823Z] + mvn clean install -Pmodule-docs [2020-11-28T22:35:33.824Z] ----- withMaven Wrapper script ----- [2020-11-28T22:35:33.824Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:35:34.086Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-11-28T22:35:34.086Z] Maven home: /opt/tools/apache-maven/latest [2020-11-28T22:35:34.086Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-11-28T22:35:34.086Z] Default locale: en_US, platform encoding: UTF-8 [2020-11-28T22:35:34.086Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-11-28T22:35:35.015Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/maven-spy-20201128-223534-66013648842330781152028.log.tmp ... [2020-11-28T22:35:35.015Z] [INFO] Scanning for projects... [2020-11-28T22:35:41.560Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.651Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:35:49.652Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:37:11.076Z] [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-11-28T22:37:11.076Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ (122B) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ (122B) [2020-11-28T22:37:11.076Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-09 [2020-11-28T22:37:11.076Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-11-28T22:37:11.076Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ (128B) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ (128B) [2020-11-28T22:37:11.076Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-11-28T22:37:11.076Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-11-28T22:37:11.076Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-11-28T22:37:11.076Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ (142B) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ (142B) [2020-11-28T22:37:11.076Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ (809.5kB) [2020-11-28T22:37:11.076Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ (809.5kB) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B) [2020-11-28T22:37:11.076Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B) [2020-11-28T22:37:11.076Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository [2020-11-28T22:37:11.077Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-11-28T22:37:11.077Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-11-28T22:37:11.077Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-11-28T22:37:11.077Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-11-28T22:37:11.077Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B) [2020-11-28T22:37:11.077Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B) [2020-11-28T22:37:11.077Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB) [2020-11-28T22:37:11.077Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB) [2020-11-28T22:37:11.077Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-11-28T22:37:11.077Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-11-28T22:37:11.077Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-11-28T22:37:11.077Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-11-28T22:37:11.077Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-11-28T22:37:11.077Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-11-28T22:37:11.077Z] [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-11-28T22:37:11.641Z] [INFO] Fetching 202009161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-09/ [2020-11-28T22:37:11.641Z] [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-11-28T22:37:11.641Z] [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-11-28T22:37:14.912Z] [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-11-28T22:37:14.912Z] [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-11-28T22:37:15.173Z] [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-11-28T22:37:15.173Z] [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-11-28T22:37:15.430Z] [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-11-28T22:37:15.430Z] [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-11-28T22:37:15.686Z] [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-11-28T22:37:15.686Z] [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-11-28T22:37:15.686Z] [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-11-28T22:37:15.687Z] [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-11-28T22:37:15.943Z] [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-11-28T22:37:15.943Z] [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-11-28T22:37:15.943Z] [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-11-28T22:37:15.943Z] [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-11-28T22:37:16.199Z] [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-11-28T22:37:16.199Z] [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-11-28T22:37:16.455Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [2020-11-28T22:37:16.455Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [2020-11-28T22:37:16.455Z] [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-11-28T22:37:16.455Z] [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-11-28T22:37:16.455Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [2020-11-28T22:37:16.455Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [2020-11-28T22:37:16.714Z] [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-11-28T22:37:16.714Z] [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-11-28T22:37:16.714Z] [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-11-28T22:37:16.982Z] [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-11-28T22:37:16.982Z] [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-11-28T22:37:16.982Z] [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-11-28T22:37:17.258Z] [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-11-28T22:37:17.258Z] [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-11-28T22:37:17.519Z] [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-11-28T22:37:17.519Z] [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-11-28T22:37:17.519Z] [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-11-28T22:37:17.519Z] [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-11-28T22:37:17.775Z] [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-11-28T22:37:17.775Z] [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-11-28T22:37:17.775Z] [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-11-28T22:37:17.775Z] [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-11-28T22:37:18.031Z] [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-11-28T22:37:18.031Z] [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-11-28T22:37:18.031Z] [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-11-28T22:37:18.031Z] [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-11-28T22:37:18.287Z] [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-11-28T22:37:18.287Z] [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-11-28T22:37:18.543Z] [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-11-28T22:37:18.543Z] [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-11-28T22:37:18.543Z] [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-11-28T22:37:18.543Z] [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-11-28T22:37:18.799Z] [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-11-28T22:37:18.799Z] [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-11-28T22:37:18.799Z] [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-11-28T22:37:18.799Z] [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-11-28T22:37:19.056Z] [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-11-28T22:37:19.056Z] [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-11-28T22:37:19.056Z] [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-11-28T22:37:19.056Z] [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-11-28T22:37:19.313Z] [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-11-28T22:37:19.313Z] [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-11-28T22:37:19.313Z] [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-11-28T22:37:19.313Z] [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-11-28T22:37:19.569Z] [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-11-28T22:37:19.569Z] [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-11-28T22:37:19.569Z] [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-11-28T22:37:19.569Z] [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-11-28T22:37:19.825Z] [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-11-28T22:37:19.825Z] [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-11-28T22:37:19.825Z] [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-11-28T22:37:19.825Z] [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-11-28T22:37:20.081Z] [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-11-28T22:37:20.081Z] [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-11-28T22:37:20.081Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-11-28T22:37:20.081Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-11-28T22:37:20.082Z] [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-11-28T22:37:20.337Z] [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-11-28T22:37:20.337Z] [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-11-28T22:37:20.337Z] [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-11-28T22:37:20.337Z] [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-11-28T22:37:20.338Z] [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-11-28T22:37:20.593Z] [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-11-28T22:37:20.593Z] [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-11-28T22:37:20.593Z] [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-11-28T22:37:20.593Z] [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-11-28T22:37:20.850Z] [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-11-28T22:37:20.850Z] [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-11-28T22:37:20.850Z] [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-11-28T22:37:20.850Z] [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-11-28T22:37:21.106Z] [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-11-28T22:37:21.106Z] [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-11-28T22:37:21.362Z] [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-11-28T22:37:21.362Z] [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-11-28T22:37:21.618Z] [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-11-28T22:37:21.618Z] [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-11-28T22:37:21.618Z] [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-11-28T22:37:21.618Z] [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-11-28T22:37:21.619Z] [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-11-28T22:37:21.619Z] [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-11-28T22:37:22.180Z] [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-11-28T22:37:22.180Z] [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-11-28T22:37:22.180Z] [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-11-28T22:37:22.180Z] [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-11-28T22:37:22.436Z] [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-11-28T22:37:22.436Z] [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-11-28T22:37:22.436Z] [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-11-28T22:37:22.437Z] [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-11-28T22:37:22.437Z] [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-11-28T22:37:22.437Z] [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-11-28T22:37:22.693Z] [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-11-28T22:37:22.693Z] [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-11-28T22:37:22.693Z] [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-11-28T22:37:22.693Z] [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-11-28T22:37:22.949Z] [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-11-28T22:37:22.949Z] [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-11-28T22:37:22.949Z] [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-11-28T22:37:22.949Z] [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-11-28T22:37:23.205Z] [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-11-28T22:37:23.205Z] [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-11-28T22:37:23.205Z] [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-11-28T22:37:23.205Z] [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-11-28T22:37:23.461Z] [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-11-28T22:37:23.461Z] [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-11-28T22:37:23.461Z] [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-11-28T22:37:23.461Z] [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-11-28T22:37:23.717Z] [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-11-28T22:37:23.717Z] [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-11-28T22:37:23.973Z] [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-11-28T22:37:23.973Z] [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-11-28T22:37:23.973Z] [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-11-28T22:37:23.973Z] [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-11-28T22:37:24.230Z] [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-11-28T22:37:24.230Z] [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-11-28T22:37:24.230Z] [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-11-28T22:37:24.230Z] [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-11-28T22:37:24.487Z] [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-11-28T22:37:24.487Z] [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-11-28T22:37:24.487Z] [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-11-28T22:37:24.487Z] [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-11-28T22:37:25.048Z] [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-11-28T22:37:25.048Z] [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-11-28T22:37:25.048Z] [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-11-28T22:37:25.048Z] [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-11-28T22:37:25.305Z] [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-11-28T22:37:25.305Z] [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-11-28T22:37:25.305Z] [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-11-28T22:37:25.305Z] [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-11-28T22:37:25.561Z] [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-11-28T22:37:25.561Z] [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-11-28T22:37:25.818Z] [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-11-28T22:37:25.818Z] [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-11-28T22:37:25.818Z] [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-11-28T22:37:25.818Z] [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-11-28T22:37:26.074Z] [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-11-28T22:37:26.074Z] [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-11-28T22:37:26.074Z] [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-11-28T22:37:26.074Z] [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-11-28T22:37:26.330Z] [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-11-28T22:37:26.330Z] [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-11-28T22:37:26.330Z] [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-11-28T22:37:26.330Z] [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-11-28T22:37:26.586Z] [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-11-28T22:37:26.586Z] [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-11-28T22:37:26.586Z] [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-11-28T22:37:26.842Z] [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-11-28T22:37:26.842Z] [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-11-28T22:37:26.842Z] [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-11-28T22:37:27.098Z] [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-11-28T22:37:27.099Z] [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-11-28T22:37:27.099Z] [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-11-28T22:37:27.099Z] [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-11-28T22:37:27.355Z] [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-11-28T22:37:27.355Z] [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-11-28T22:37:29.871Z] [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-11-28T22:37:29.871Z] [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-11-28T22:37:31.238Z] [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-11-28T22:37:31.238Z] [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-11-28T22:37:31.800Z] [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-11-28T22:37:31.800Z] [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-11-28T22:37:31.800Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.056Z] [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-11-28T22:37:32.339Z] [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-11-28T22:37:32.339Z] [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-11-28T22:37:32.339Z] [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-11-28T22:37:32.339Z] [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-11-28T22:37:32.595Z] [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-11-28T22:37:32.595Z] [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-11-28T22:37:33.158Z] [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-11-28T22:37:33.158Z] [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-11-28T22:37:33.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-11-28T22:37:33.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-11-28T22:37:33.414Z] [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-11-28T22:37:33.414Z] [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-11-28T22:37:33.670Z] [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-11-28T22:37:33.670Z] [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-11-28T22:37:33.926Z] [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-11-28T22:37:33.926Z] [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-11-28T22:37:33.926Z] [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-11-28T22:37:33.926Z] [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-11-28T22:37:34.182Z] [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-11-28T22:37:34.182Z] [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-11-28T22:37:34.182Z] [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-11-28T22:37:34.438Z] [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-11-28T22:37:34.438Z] [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-11-28T22:37:36.953Z] Nov 28, 2020 10:37:36 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:36.953Z] 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-11-28T22:37:36.953Z] Nov 28, 2020 10:37:36 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:36.953Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:37:36.953Z] [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-11-28T22:37:36.953Z] [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-11-28T22:37:36.953Z] [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-11-28T22:37:36.953Z] [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-11-28T22:37:37.209Z] [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-11-28T22:37:37.209Z] [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-11-28T22:37:37.465Z] [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-11-28T22:37:37.465Z] [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-11-28T22:37:37.721Z] [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-11-28T22:37:37.721Z] [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-11-28T22:37:37.977Z] [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-11-28T22:37:37.977Z] [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-11-28T22:37:37.977Z] [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-11-28T22:37:37.977Z] [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-11-28T22:37:38.233Z] [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-11-28T22:37:38.233Z] [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-11-28T22:37:38.489Z] [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-11-28T22:37:38.489Z] [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-11-28T22:37:38.745Z] [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-11-28T22:37:38.745Z] [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-11-28T22:37:39.001Z] [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-11-28T22:37:39.001Z] [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-11-28T22:37:39.001Z] [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-11-28T22:37:39.001Z] [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-11-28T22:37:39.283Z] [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-11-28T22:37:39.283Z] [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-11-28T22:37:39.283Z] [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-11-28T22:37:39.539Z] [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-11-28T22:37:39.539Z] [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-11-28T22:37:39.540Z] [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-11-28T22:37:39.540Z] [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-11-28T22:37:39.540Z] [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-11-28T22:37:39.795Z] [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-11-28T22:37:39.795Z] [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-11-28T22:37:40.356Z] [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-11-28T22:37:40.356Z] [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-11-28T22:37:41.284Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-11-28T22:37:41.284Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-11-28T22:37:42.652Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-11-28T22:37:42.652Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-11-28T22:37:42.908Z] Nov 28, 2020 10:37:42 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:42.908Z] 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-11-28T22:37:42.908Z] Nov 28, 2020 10:37:42 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:42.908Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:37:42.908Z] [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-11-28T22:37:42.908Z] [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-11-28T22:37:43.470Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-11-28T22:37:43.470Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-11-28T22:37:43.725Z] [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-11-28T22:37:43.725Z] [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-11-28T22:37:44.287Z] Nov 28, 2020 10:37:44 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:44.287Z] 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-11-28T22:37:44.287Z] Nov 28, 2020 10:37:44 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:44.287Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:37:44.287Z] [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-11-28T22:37:44.287Z] [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-11-28T22:37:45.652Z] Nov 28, 2020 10:37:45 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:45.652Z] 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-11-28T22:37:45.652Z] Nov 28, 2020 10:37:45 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:37:45.652Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:37:45.910Z] [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-11-28T22:37:45.910Z] [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-11-28T22:37:45.910Z] [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-11-28T22:37:45.910Z] [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-11-28T22:37:46.838Z] [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-11-28T22:37:46.838Z] [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-11-28T22:37:46.838Z] [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-11-28T22:37:46.838Z] [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-11-28T22:37:47.096Z] [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-11-28T22:37:47.096Z] [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-11-28T22:37:47.686Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-11-28T22:37:47.686Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-11-28T22:37:49.051Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.13MB of 20.22MB at 19.75MB/s) [2020-11-28T22:37:49.051Z] [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-11-28T22:37:49.051Z] [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-11-28T22:37:49.051Z] [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-11-28T22:37:49.051Z] [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-11-28T22:37:49.307Z] [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-11-28T22:37:49.307Z] [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-11-28T22:37:49.307Z] [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-11-28T22:37:49.563Z] [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-11-28T22:37:49.563Z] [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-11-28T22:37:49.563Z] [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-11-28T22:37:49.563Z] [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-11-28T22:37:49.563Z] [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-11-28T22:37:49.819Z] [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-11-28T22:37:49.819Z] [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-11-28T22:37:49.819Z] [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-11-28T22:37:49.819Z] [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-11-28T22:37:50.075Z] [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-11-28T22:37:50.075Z] [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-11-28T22:37:50.075Z] [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-11-28T22:37:50.332Z] [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-11-28T22:37:50.332Z] [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-11-28T22:37:50.332Z] [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-11-28T22:37:50.332Z] [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-11-28T22:37:50.588Z] [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-11-28T22:37:50.588Z] [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-11-28T22:37:50.588Z] [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-11-28T22:37:50.588Z] [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-11-28T22:37:50.588Z] [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-11-28T22:37:50.845Z] [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-11-28T22:37:50.845Z] [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-11-28T22:37:50.845Z] [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-11-28T22:37:50.845Z] [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-11-28T22:37:51.101Z] [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-11-28T22:37:51.101Z] [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-11-28T22:37:51.101Z] [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-11-28T22:37:51.101Z] [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-11-28T22:37:51.357Z] [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-11-28T22:37:51.357Z] [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-11-28T22:37:51.357Z] [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-11-28T22:37:51.357Z] [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-11-28T22:37:51.613Z] [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-11-28T22:37:51.613Z] [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-11-28T22:37:51.613Z] [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-11-28T22:37:51.613Z] [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-11-28T22:37:51.870Z] [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-11-28T22:37:51.870Z] [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-11-28T22:37:51.870Z] [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-11-28T22:37:51.870Z] [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-11-28T22:37:52.126Z] [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-11-28T22:37:52.126Z] [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-11-28T22:37:52.386Z] [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-11-28T22:37:52.386Z] [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-11-28T22:37:52.386Z] [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-11-28T22:37:52.643Z] [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-11-28T22:37:52.898Z] [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-11-28T22:37:52.898Z] [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-11-28T22:37:52.898Z] [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-11-28T22:37:52.898Z] [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-11-28T22:37:53.186Z] [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-11-28T22:37:53.186Z] [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-11-28T22:37:53.186Z] [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-11-28T22:37:53.187Z] [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-11-28T22:37:53.442Z] [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-11-28T22:37:53.443Z] [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-11-28T22:37:53.443Z] [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-11-28T22:37:53.443Z] [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-11-28T22:37:53.443Z] [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-11-28T22:37:53.443Z] [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-11-28T22:37:53.698Z] [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-11-28T22:37:53.698Z] [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-11-28T22:37:53.698Z] [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-11-28T22:37:53.699Z] [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-11-28T22:37:53.699Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:53.955Z] [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-11-28T22:37:54.238Z] [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-11-28T22:37:54.238Z] [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-11-28T22:37:54.238Z] [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-11-28T22:37:54.238Z] [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-11-28T22:37:54.239Z] [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-11-28T22:37:54.239Z] [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-11-28T22:37:54.239Z] [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-11-28T22:37:54.239Z] [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-11-28T22:37:54.495Z] [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-11-28T22:37:54.495Z] [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-11-28T22:37:54.495Z] [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-11-28T22:37:54.495Z] [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-11-28T22:37:54.495Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:54.751Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.007Z] [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-11-28T22:37:55.263Z] [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-11-28T22:37:55.263Z] [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-11-28T22:37:55.263Z] [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-11-28T22:37:55.263Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.264Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.520Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:55.777Z] [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-11-28T22:37:56.339Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [2020-11-28T22:37:56.339Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [2020-11-28T22:37:56.595Z] [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-11-28T22:37:56.595Z] [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-11-28T22:37:56.595Z] [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-11-28T22:37:56.595Z] [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-11-28T22:37:56.852Z] [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-11-28T22:37:56.852Z] [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-11-28T22:37:56.852Z] [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-11-28T22:37:56.852Z] [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-11-28T22:37:57.108Z] [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-11-28T22:37:57.108Z] [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-11-28T22:37:57.108Z] [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-11-28T22:37:57.109Z] [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-11-28T22:37:57.364Z] [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-11-28T22:37:57.364Z] [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-11-28T22:37:57.365Z] [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-11-28T22:37:57.365Z] [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-11-28T22:37:57.365Z] [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-11-28T22:37:57.365Z] [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-11-28T22:37:57.365Z] [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-11-28T22:37:57.620Z] [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-11-28T22:37:57.620Z] [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-11-28T22:37:57.620Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:57.876Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.138Z] [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-11-28T22:37:58.394Z] [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-11-28T22:37:58.394Z] [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-11-28T22:37:58.394Z] [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-11-28T22:37:58.394Z] [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-11-28T22:37:58.394Z] [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-11-28T22:37:58.394Z] [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-11-28T22:37:58.650Z] [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-11-28T22:37:58.650Z] [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-11-28T22:37:58.650Z] [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-11-28T22:37:58.650Z] [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-11-28T22:37:58.650Z] [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-11-28T22:37:58.650Z] [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-11-28T22:37:58.905Z] [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-11-28T22:37:58.905Z] [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-11-28T22:37:59.160Z] [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-11-28T22:37:59.160Z] [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-11-28T22:37:59.160Z] [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-11-28T22:37:59.160Z] [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-11-28T22:37:59.160Z] [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-11-28T22:37:59.161Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [2020-11-28T22:37:59.161Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [2020-11-28T22:37:59.416Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [2020-11-28T22:37:59.416Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [2020-11-28T22:37:59.416Z] [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-11-28T22:37:59.416Z] [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-11-28T22:37:59.671Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [2020-11-28T22:37:59.671Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [2020-11-28T22:37:59.671Z] [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-11-28T22:37:59.927Z] [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-11-28T22:38:00.183Z] [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-11-28T22:38:00.183Z] [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-11-28T22:38:01.110Z] [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-11-28T22:38:01.110Z] [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-11-28T22:38:01.672Z] [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-11-28T22:38:01.672Z] [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-11-28T22:38:01.928Z] [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-11-28T22:38:01.928Z] [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-11-28T22:38:02.183Z] [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-11-28T22:38:02.183Z] [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-11-28T22:38:02.183Z] [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-11-28T22:38:02.183Z] [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-11-28T22:38:02.439Z] [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-11-28T22:38:02.439Z] [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-11-28T22:38:02.439Z] [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [2020-11-28T22:38:02.695Z] [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [2020-11-28T22:38:02.695Z] [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [2020-11-28T22:38:02.695Z] [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [2020-11-28T22:38:02.695Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [2020-11-28T22:38:02.695Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [2020-11-28T22:38:02.952Z] [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [2020-11-28T22:38:02.952Z] [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [2020-11-28T22:38:02.952Z] [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-11-28T22:38:02.952Z] [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-11-28T22:38:03.208Z] [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-11-28T22:38:03.208Z] [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-11-28T22:38:03.208Z] [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-11-28T22:38:03.208Z] [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-11-28T22:38:03.464Z] [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-11-28T22:38:03.464Z] [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-11-28T22:38:03.464Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-11-28T22:38:03.464Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-11-28T22:38:03.720Z] [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [2020-11-28T22:38:03.720Z] [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [2020-11-28T22:38:03.720Z] [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-11-28T22:38:03.975Z] [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-11-28T22:38:03.976Z] [WARNING] The project org.eclipse.ease:ease.core:pom:0.4.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2020-11-28T22:38:03.976Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:38:03.976Z] [INFO] Reactor Build Order: [2020-11-28T22:38:03.976Z] [INFO] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.releng [pom] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.ui.scripts.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-11-28T22:38:03.976Z] [INFO] EASE (Incubation) [pom] [2020-11-28T22:38:03.976Z] [INFO] [2020-11-28T22:38:03.976Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-11-28T22:38:03.976Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-11-28T22:38:03.976Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-11-28T22:38:03.976Z] [INFO] [2020-11-28T22:38:03.976Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-11-28T22:38:03.976Z] [INFO] [2020-11-28T22:38:03.976Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-11-28T22:38:03.976Z] [INFO] [2020-11-28T22:38:03.977Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-11-28T22:38:03.977Z] [INFO] [2020-11-28T22:38:03.977Z] [INFO] [2020-11-28T22:38:03.977Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-11-28T22:38:08.144Z] [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-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-11-28T22:38:08.144Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-11-28T22:38:08.144Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:08.144Z] [INFO] [2020-11-28T22:38:08.144Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.390Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.390Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] [2020-11-28T22:38:13.390Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:13.646Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:13.646Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:14.207Z] [INFO] [2020-11-28T22:38:14.207Z] Loading source files for package org.eclipse.ease.classloader... [2020-11-28T22:38:14.207Z] Constructing Javadoc information... [2020-11-28T22:38:14.207Z] 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-11-28T22:38:14.207Z] No plugin definition found, skipping [2020-11-28T22:38:14.207Z] No plugin definition found, skipping [2020-11-28T22:38:14.207Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:14.207Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:14.208Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:14.208Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:14.208Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:14.208Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:14.208Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:14.208Z] [INFO] [2020-11-28T22:38:14.208Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:14.208Z] [INFO] [2020-11-28T22:38:14.208Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:14.770Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:14.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/main/resources [2020-11-28T22:38:14.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/help [2020-11-28T22:38:14.770Z] [INFO] [2020-11-28T22:38:14.770Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:15.698Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/classes [2020-11-28T22:38:16.291Z] [INFO] [2020-11-28T22:38:16.291Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.291Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:16.292Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/test/resources [2020-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [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-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [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-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [INFO] [2020-11-28T22:38:16.292Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.292Z] [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-11-28T22:38:16.292Z] [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-11-28T22:38:16.292Z] [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-11-28T22:38:16.292Z] [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-11-28T22:38:16.548Z] [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-11-28T22:38:16.548Z] [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-11-28T22:38:16.548Z] [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-11-28T22:38:16.548Z] [INFO] [2020-11-28T22:38:16.548Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-11-28T22:38:16.548Z] [INFO] [2020-11-28T22:38:16.548Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-11-28T22:38:16.548Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-11-28T22:38:16.548Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] [2020-11-28T22:38:16.549Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-11-28T22:38:16.806Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:16.806Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:18.221Z] [INFO] [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.adapters... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.applications... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.debugging... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.modules... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.security... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.service... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.sign... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.tools... [2020-11-28T22:38:18.221Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-11-28T22:38:18.221Z] Constructing Javadoc information... [2020-11-28T22:38:18.221Z] 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-11-28T22:38:18.221Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:18.221Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:18.221Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:18.221Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:18.221Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:18.221Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:18.222Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:18.222Z] [INFO] [2020-11-28T22:38:18.222Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-11-28T22:38:18.222Z] [INFO] [2020-11-28T22:38:18.222Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-11-28T22:38:18.222Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:18.222Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/main/resources [2020-11-28T22:38:18.222Z] [INFO] Copying 3 resources to help [2020-11-28T22:38:18.222Z] [INFO] [2020-11-28T22:38:18.222Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease --- [2020-11-28T22:38:18.222Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/classes [2020-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.724Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-11-28T22:38:19.724Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:19.724Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/test/resources [2020-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.724Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-11-28T22:38:19.724Z] [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-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.724Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.724Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-11-28T22:38:19.724Z] [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-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.724Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.724Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-11-28T22:38:19.724Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [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-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-11-28T22:38:19.725Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-11-28T22:38:19.725Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] The project's OSGi version is 0.8.0.I202011101420 [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] The project's OSGi version is 0.8.0.I202011101420 [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] [2020-11-28T22:38:19.725Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-11-28T22:38:19.983Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:19.983Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:21.885Z] [INFO] [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.console... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-11-28T22:38:21.885Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-11-28T22:38:21.886Z] Loading source files for package org.eclipse.ease.ui.view... [2020-11-28T22:38:21.886Z] Constructing Javadoc information... [2020-11-28T22:38:21.886Z] 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-11-28T22:38:21.886Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:21.886Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:21.886Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:21.886Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:21.886Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:21.886Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:21.886Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:21.886Z] [INFO] [2020-11-28T22:38:21.886Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-11-28T22:38:21.886Z] [INFO] [2020-11-28T22:38:21.886Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-11-28T22:38:21.886Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:21.886Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/main/resources [2020-11-28T22:38:21.886Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/help [2020-11-28T22:38:21.886Z] [INFO] [2020-11-28T22:38:21.886Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-11-28T22:38:21.886Z] [INFO] Compiling 118 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/classes [2020-11-28T22:38:22.484Z] [INFO] [2020-11-28T22:38:22.484Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.484Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:22.484Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/test/resources [2020-11-28T22:38:22.484Z] [INFO] [2020-11-28T22:38:22.484Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.484Z] [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-11-28T22:38:22.484Z] [INFO] [2020-11-28T22:38:22.484Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.484Z] [INFO] [2020-11-28T22:38:22.484Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [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-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-11-28T22:38:22.740Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-11-28T22:38:22.740Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.740Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.740Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:22.740Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.741Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] [2020-11-28T22:38:22.741Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:23.038Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:23.038Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:24.422Z] [INFO] [2020-11-28T22:38:24.422Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-11-28T22:38:24.422Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-11-28T22:38:24.422Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-11-28T22:38:24.422Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-11-28T22:38:24.422Z] Constructing Javadoc information... [2020-11-28T22:38:24.422Z] 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-11-28T22:38:24.422Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:24.422Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:24.422Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:24.422Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:24.422Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:24.422Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:24.422Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:24.423Z] [INFO] [2020-11-28T22:38:24.423Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.423Z] [INFO] [2020-11-28T22:38:24.423Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.423Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:24.423Z] [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-11-28T22:38:24.423Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/help [2020-11-28T22:38:24.423Z] [INFO] [2020-11-28T22:38:24.423Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.423Z] [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-11-28T22:38:24.685Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [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-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-11-28T22:38:24.686Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-11-28T22:38:24.686Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.686Z] [INFO] [2020-11-28T22:38:24.686Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.687Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.687Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] [2020-11-28T22:38:24.687Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:24.942Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:24.942Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:26.886Z] [INFO] [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-11-28T22:38:26.886Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-11-28T22:38:26.886Z] Constructing Javadoc information... [2020-11-28T22:38:26.886Z] 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-11-28T22:38:26.886Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:26.886Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:26.886Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:26.886Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:26.886Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:26.886Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:26.886Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:26.886Z] [INFO] [2020-11-28T22:38:26.886Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:26.886Z] [INFO] [2020-11-28T22:38:26.886Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:26.886Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:26.887Z] [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-11-28T22:38:26.887Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/help [2020-11-28T22:38:26.887Z] [INFO] [2020-11-28T22:38:26.887Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:26.887Z] [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-11-28T22:38:27.186Z] [INFO] [2020-11-28T22:38:27.186Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:27.186Z] [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-11-28T22:38:27.186Z] [INFO] [2020-11-28T22:38:27.186Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.186Z] [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-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [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-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-11-28T22:38:27.442Z] [INFO] [2020-11-28T22:38:27.442Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-11-28T22:38:27.442Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-11-28T22:38:27.443Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] [2020-11-28T22:38:27.443Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:27.699Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:27.699Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:28.625Z] [INFO] [2020-11-28T22:38:28.625Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-11-28T22:38:28.625Z] Constructing Javadoc information... [2020-11-28T22:38:28.625Z] 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-11-28T22:38:28.625Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:28.625Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:28.626Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:28.626Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:28.626Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:28.626Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:28.626Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.626Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:28.626Z] [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-11-28T22:38:28.626Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/help [2020-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.626Z] [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-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.626Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:28.626Z] [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-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.626Z] [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-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.626Z] [INFO] [2020-11-28T22:38:28.626Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.884Z] [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-11-28T22:38:28.884Z] [INFO] [2020-11-28T22:38:28.884Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.884Z] [INFO] [2020-11-28T22:38:28.884Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.884Z] [INFO] [2020-11-28T22:38:28.884Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.884Z] [INFO] [2020-11-28T22:38:28.884Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.884Z] [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-11-28T22:38:28.885Z] [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-11-28T22:38:28.885Z] [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-11-28T22:38:28.885Z] [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-11-28T22:38:28.885Z] [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-11-28T22:38:28.885Z] [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-11-28T22:38:28.885Z] [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-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-11-28T22:38:28.885Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-11-28T22:38:28.885Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] [2020-11-28T22:38:28.885Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:29.141Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:29.141Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:30.086Z] [INFO] [2020-11-28T22:38:30.086Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-11-28T22:38:30.086Z] Constructing Javadoc information... [2020-11-28T22:38:30.086Z] 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-11-28T22:38:30.086Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:30.086Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:30.086Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:30.086Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:30.086Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:30.086Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:30.086Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:30.086Z] [INFO] [2020-11-28T22:38:30.086Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.086Z] [INFO] [2020-11-28T22:38:30.086Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.086Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:30.086Z] [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-11-28T22:38:30.086Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-11-28T22:38:30.086Z] [INFO] [2020-11-28T22:38:30.086Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.086Z] [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-11-28T22:38:30.086Z] [INFO] [2020-11-28T22:38:30.086Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [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-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-11-28T22:38:30.087Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-11-28T22:38:30.087Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.087Z] [INFO] [2020-11-28T22:38:30.087Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.088Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.088Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] [2020-11-28T22:38:30.088Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:30.343Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:30.343Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:31.724Z] [INFO] [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python... [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-11-28T22:38:31.724Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-11-28T22:38:31.724Z] Constructing Javadoc information... [2020-11-28T22:38:31.724Z] 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-11-28T22:38:31.724Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:31.724Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:31.724Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:31.724Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:31.724Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:31.724Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:31.724Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:31.724Z] [INFO] [2020-11-28T22:38:31.724Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.724Z] [INFO] [2020-11-28T22:38:31.724Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.724Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/help [2020-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [INFO] [2020-11-28T22:38:31.725Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [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-11-28T22:38:31.725Z] [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-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-11-28T22:38:31.726Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-11-28T22:38:31.726Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] [2020-11-28T22:38:31.726Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:31.982Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:31.982Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:33.346Z] [INFO] [2020-11-28T22:38:33.346Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-11-28T22:38:33.346Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-11-28T22:38:33.346Z] Constructing Javadoc information... [2020-11-28T22:38:33.346Z] 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-11-28T22:38:33.346Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:33.346Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:33.346Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:33.346Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:33.346Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:33.346Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:33.347Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [INFO] Copying 2 resources to help [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [INFO] [2020-11-28T22:38:33.347Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [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-11-28T22:38:33.347Z] [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-11-28T22:38:33.348Z] [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-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-11-28T22:38:33.348Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-11-28T22:38:33.348Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] [2020-11-28T22:38:33.348Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:33.639Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:33.639Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:34.566Z] [INFO] [2020-11-28T22:38:34.566Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-11-28T22:38:34.566Z] Constructing Javadoc information... [2020-11-28T22:38:34.566Z] 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-11-28T22:38:34.566Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:34.566Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:34.566Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:34.566Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:34.566Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:34.566Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:34.566Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:34.566Z] [INFO] [2020-11-28T22:38:34.566Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.566Z] [INFO] [2020-11-28T22:38:34.566Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.566Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:34.566Z] [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-11-28T22:38:34.566Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/help [2020-11-28T22:38:34.566Z] [INFO] [2020-11-28T22:38:34.566Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.566Z] [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-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:34.822Z] [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-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [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-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [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-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [INFO] [2020-11-28T22:38:34.822Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.822Z] [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-11-28T22:38:34.822Z] [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-11-28T22:38:34.823Z] [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-11-28T22:38:34.823Z] [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-11-28T22:38:34.823Z] [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-11-28T22:38:34.823Z] [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-11-28T22:38:34.823Z] [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-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-11-28T22:38:34.823Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-11-28T22:38:34.823Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] [2020-11-28T22:38:34.823Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:35.079Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:35.335Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-11-28T22:38:36.287Z] Constructing Javadoc information... [2020-11-28T22:38:36.287Z] 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-11-28T22:38:36.287Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:36.287Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:36.287Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:36.287Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:36.287Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:36.287Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:36.287Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.287Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:36.287Z] [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-11-28T22:38:36.287Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2020-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.287Z] [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-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.287Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:36.287Z] [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-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.287Z] [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-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.287Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.287Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [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-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-11-28T22:38:36.288Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-11-28T22:38:36.288Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.288Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.288Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.288Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.288Z] [INFO] [2020-11-28T22:38:36.289Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.289Z] [INFO] [2020-11-28T22:38:36.289Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-11-28T22:38:36.289Z] [INFO] [2020-11-28T22:38:36.289Z] [INFO] [2020-11-28T22:38:36.289Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:36.545Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:36.800Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:38.226Z] [INFO] [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-11-28T22:38:38.226Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-11-28T22:38:38.226Z] Constructing Javadoc information... [2020-11-28T22:38:38.226Z] 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-11-28T22:38:38.226Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:38.226Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:38.226Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:38.226Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:38.226Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:38.226Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:38.226Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:38.226Z] [INFO] [2020-11-28T22:38:38.226Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.226Z] [INFO] [2020-11-28T22:38:38.226Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.226Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:38.226Z] [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-11-28T22:38:38.226Z] [INFO] Copying 2 resources to help [2020-11-28T22:38:38.226Z] [INFO] [2020-11-28T22:38:38.226Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.226Z] [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-11-28T22:38:38.483Z] [INFO] [2020-11-28T22:38:38.483Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.483Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:38.483Z] [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-11-28T22:38:38.483Z] [INFO] [2020-11-28T22:38:38.483Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.483Z] [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-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [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-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-11-28T22:38:38.787Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-11-28T22:38:38.787Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.787Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:38.787Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.788Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] [2020-11-28T22:38:38.788Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:38.788Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:39.043Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:40.986Z] [INFO] [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-11-28T22:38:40.986Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-11-28T22:38:40.986Z] Constructing Javadoc information... [2020-11-28T22:38:40.986Z] 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-11-28T22:38:40.986Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:40.986Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:40.986Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:40.986Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:40.986Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:40.986Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:40.987Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/help [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [INFO] [2020-11-28T22:38:40.987Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [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-11-28T22:38:40.987Z] [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-11-28T22:38:40.988Z] [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-11-28T22:38:40.988Z] [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-11-28T22:38:40.988Z] [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-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-11-28T22:38:40.988Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-11-28T22:38:40.988Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] [2020-11-28T22:38:40.988Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:41.244Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:41.244Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:42.170Z] [INFO] [2020-11-28T22:38:42.170Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-11-28T22:38:42.170Z] Constructing Javadoc information... [2020-11-28T22:38:42.170Z] 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-11-28T22:38:42.170Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:42.170Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:42.170Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:42.170Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:42.171Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:42.171Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:42.171Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:42.171Z] [INFO] [2020-11-28T22:38:42.171Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.171Z] [INFO] [2020-11-28T22:38:42.171Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.171Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:42.171Z] [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-11-28T22:38:42.171Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/help [2020-11-28T22:38:42.171Z] [INFO] [2020-11-28T22:38:42.171Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.171Z] [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-11-28T22:38:42.171Z] [INFO] [2020-11-28T22:38:42.171Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.171Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:42.171Z] [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-11-28T22:38:42.171Z] [INFO] [2020-11-28T22:38:42.171Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.171Z] [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-11-28T22:38:42.427Z] [INFO] [2020-11-28T22:38:42.427Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.427Z] [INFO] [2020-11-28T22:38:42.427Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.427Z] [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-11-28T22:38:42.427Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [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-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-11-28T22:38:42.428Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-11-28T22:38:42.428Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.428Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.428Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-11-28T22:38:42.428Z] [INFO] [2020-11-28T22:38:42.429Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.429Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:42.429Z] [INFO] [2020-11-28T22:38:42.429Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.429Z] [INFO] [2020-11-28T22:38:42.429Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.429Z] [INFO] [2020-11-28T22:38:42.429Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-11-28T22:38:42.429Z] [INFO] [2020-11-28T22:38:42.429Z] [INFO] [2020-11-28T22:38:42.429Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:42.685Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:42.685Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:43.612Z] [INFO] [2020-11-28T22:38:43.612Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-11-28T22:38:43.612Z] Constructing Javadoc information... [2020-11-28T22:38:43.612Z] 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-11-28T22:38:43.612Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:43.612Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:43.612Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:43.612Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:43.612Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:43.612Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:43.612Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:43.612Z] [INFO] [2020-11-28T22:38:43.612Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.612Z] [INFO] [2020-11-28T22:38:43.612Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.612Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:43.612Z] [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-11-28T22:38:43.612Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/help [2020-11-28T22:38:43.612Z] [INFO] [2020-11-28T22:38:43.612Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.612Z] [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-11-28T22:38:43.612Z] [INFO] [2020-11-28T22:38:43.612Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.612Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:43.612Z] [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-11-28T22:38:43.612Z] [INFO] [2020-11-28T22:38:43.612Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.612Z] [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-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [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-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-11-28T22:38:43.885Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-11-28T22:38:43.885Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.885Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.885Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:43.885Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.886Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] [2020-11-28T22:38:43.886Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:44.141Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:44.141Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:45.083Z] [INFO] [2020-11-28T22:38:45.083Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-11-28T22:38:45.083Z] Constructing Javadoc information... [2020-11-28T22:38:45.083Z] 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-11-28T22:38:45.083Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:45.083Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:45.083Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:45.083Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:45.083Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:45.083Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:45.083Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [INFO] Copying 2 resources to help [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [INFO] [2020-11-28T22:38:45.084Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [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-11-28T22:38:45.084Z] [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-11-28T22:38:45.085Z] [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-11-28T22:38:45.085Z] [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-11-28T22:38:45.085Z] [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-11-28T22:38:45.085Z] [INFO] [2020-11-28T22:38:45.085Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-11-28T22:38:45.341Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-11-28T22:38:45.341Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] [2020-11-28T22:38:45.341Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:45.341Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:45.597Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:46.524Z] [INFO] [2020-11-28T22:38:46.524Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-11-28T22:38:46.524Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-11-28T22:38:46.524Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-11-28T22:38:46.524Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-11-28T22:38:46.524Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-11-28T22:38:46.524Z] Constructing Javadoc information... [2020-11-28T22:38:46.524Z] 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-11-28T22:38:46.524Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:46.524Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:46.524Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:46.524Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:46.524Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:46.524Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:46.524Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:46.524Z] [INFO] [2020-11-28T22:38:46.524Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.524Z] [INFO] [2020-11-28T22:38:46.524Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.524Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:46.524Z] [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-11-28T22:38:46.524Z] [INFO] Copying 2 resources to help [2020-11-28T22:38:46.524Z] [INFO] [2020-11-28T22:38:46.524Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.524Z] [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-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:46.786Z] [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-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [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-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [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-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.786Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.786Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [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-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-11-28T22:38:46.787Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-11-28T22:38:46.787Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.787Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.787Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.787Z] [INFO] [2020-11-28T22:38:46.788Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:46.788Z] [INFO] [2020-11-28T22:38:46.788Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-11-28T22:38:46.788Z] [INFO] [2020-11-28T22:38:46.788Z] [INFO] [2020-11-28T22:38:46.788Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:47.043Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:47.043Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:48.443Z] [INFO] [2020-11-28T22:38:48.443Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-11-28T22:38:48.443Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-11-28T22:38:48.443Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-11-28T22:38:48.443Z] Constructing Javadoc information... [2020-11-28T22:38:48.443Z] 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-11-28T22:38:48.443Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:48.443Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:48.443Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:48.443Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:48.443Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:48.443Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:48.443Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:48.443Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [INFO] Copying 2 resources to help [2020-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [INFO] [2020-11-28T22:38:48.444Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [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-11-28T22:38:48.444Z] [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-11-28T22:38:48.445Z] [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-11-28T22:38:48.445Z] [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-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-11-28T22:38:48.445Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-11-28T22:38:48.445Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] [2020-11-28T22:38:48.445Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:48.739Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:48.994Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:49.922Z] [INFO] [2020-11-28T22:38:49.922Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-11-28T22:38:49.922Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-11-28T22:38:49.922Z] Constructing Javadoc information... [2020-11-28T22:38:49.922Z] 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-11-28T22:38:49.922Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:49.922Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:49.922Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:49.922Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:49.923Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:49.923Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:49.923Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:49.923Z] [INFO] [2020-11-28T22:38:49.923Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:49.923Z] [INFO] [2020-11-28T22:38:49.923Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:49.923Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:49.923Z] [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-11-28T22:38:49.923Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/help [2020-11-28T22:38:49.923Z] [INFO] [2020-11-28T22:38:49.923Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:49.923Z] [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-11-28T22:38:50.186Z] [INFO] [2020-11-28T22:38:50.186Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:50.186Z] [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-11-28T22:38:50.186Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [INFO] [2020-11-28T22:38:50.187Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [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-11-28T22:38:50.187Z] [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-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-11-28T22:38:50.188Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-11-28T22:38:50.188Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] [2020-11-28T22:38:50.188Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:50.444Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:50.445Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:51.824Z] [INFO] [2020-11-28T22:38:51.824Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-11-28T22:38:51.824Z] Constructing Javadoc information... [2020-11-28T22:38:51.824Z] 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-11-28T22:38:51.824Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:51.825Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:51.825Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:51.825Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:51.825Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:51.825Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:51.825Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:51.825Z] [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-11-28T22:38:51.825Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/help [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [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-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:51.825Z] [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-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [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-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [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-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [INFO] [2020-11-28T22:38:51.825Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.825Z] [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-11-28T22:38:51.825Z] [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-11-28T22:38:51.826Z] [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-11-28T22:38:51.826Z] [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-11-28T22:38:51.826Z] [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-11-28T22:38:51.826Z] [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-11-28T22:38:51.826Z] [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-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-11-28T22:38:51.826Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-11-28T22:38:51.826Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] [2020-11-28T22:38:51.826Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:52.082Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:52.082Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:53.009Z] [INFO] [2020-11-28T22:38:53.009Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-11-28T22:38:53.009Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-11-28T22:38:53.009Z] Constructing Javadoc information... [2020-11-28T22:38:53.009Z] 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-11-28T22:38:53.009Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:53.009Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:53.009Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:53.009Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:53.009Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:53.009Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:53.009Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:53.009Z] [INFO] [2020-11-28T22:38:53.009Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.009Z] [INFO] [2020-11-28T22:38:53.009Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.009Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:53.009Z] [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-11-28T22:38:53.009Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2020-11-28T22:38:53.009Z] [INFO] [2020-11-28T22:38:53.009Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.009Z] [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-11-28T22:38:53.288Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [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-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-11-28T22:38:53.289Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-11-28T22:38:53.289Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.289Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.289Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] The project's OSGi version is 0.8.0.I202011282235 [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] The project's OSGi version is 0.8.0.I202011282235 [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:53.290Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/main/resources [2020-11-28T22:38:53.290Z] [INFO] Copying 41 resources to help [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:53.290Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/test/resources [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [INFO] [2020-11-28T22:38:53.290Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.290Z] [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-11-28T22:38:53.546Z] [INFO] [2020-11-28T22:38:53.546Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.546Z] [INFO] [2020-11-28T22:38:53.546Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.546Z] [INFO] [2020-11-28T22:38:53.546Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.546Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.547Z] [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-11-28T22:38:53.547Z] [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-11-28T22:38:53.547Z] [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-11-28T22:38:53.547Z] [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-11-28T22:38:53.547Z] [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-11-28T22:38:53.547Z] [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-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-11-28T22:38:53.547Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-11-28T22:38:53.547Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.547Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.547Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [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-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-11-28T22:38:53.548Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-11-28T22:38:53.548Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.548Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.548Z] [INFO] The project's OSGi version is 0.8.0.I202011282235 [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.548Z] [INFO] [2020-11-28T22:38:53.548Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-11-28T22:38:53.549Z] [INFO] [2020-11-28T22:38:53.549Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] The project's OSGi version is 0.8.0.I202011282235 [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [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-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [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-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [INFO] [2020-11-28T22:38:53.805Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.805Z] [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-11-28T22:38:53.805Z] [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-11-28T22:38:53.805Z] [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-11-28T22:38:53.805Z] [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-11-28T22:38:53.806Z] [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-11-28T22:38:53.806Z] [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-11-28T22:38:53.806Z] [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-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-11-28T22:38:53.806Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-11-28T22:38:53.806Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [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-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.806Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.806Z] [INFO] [2020-11-28T22:38:53.807Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:53.807Z] [INFO] [2020-11-28T22:38:53.807Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:54.087Z] [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-11-28T22:38:54.087Z] [INFO] [2020-11-28T22:38:54.087Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:54.087Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [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-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-11-28T22:38:54.088Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-11-28T22:38:54.088Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.088Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.088Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [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-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-11-28T22:38:54.089Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-11-28T22:38:54.089Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.089Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.089Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.089Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.089Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [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-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [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-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [INFO] [2020-11-28T22:38:54.090Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.090Z] [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-11-28T22:38:54.090Z] [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-11-28T22:38:54.090Z] [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-11-28T22:38:54.091Z] [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-11-28T22:38:54.091Z] [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-11-28T22:38:54.091Z] [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-11-28T22:38:54.091Z] [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-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-11-28T22:38:54.091Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-11-28T22:38:54.091Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [INFO] [2020-11-28T22:38:54.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.091Z] [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-11-28T22:38:54.386Z] [INFO] [2020-11-28T22:38:54.386Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.386Z] [INFO] [2020-11-28T22:38:54.386Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.386Z] [INFO] [2020-11-28T22:38:54.386Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.386Z] [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-11-28T22:38:54.386Z] [INFO] [2020-11-28T22:38:54.386Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.386Z] [INFO] [2020-11-28T22:38:54.386Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [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-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-11-28T22:38:54.387Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-11-28T22:38:54.387Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.387Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.387Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [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-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-11-28T22:38:54.388Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-11-28T22:38:54.388Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.388Z] [INFO] [2020-11-28T22:38:54.388Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [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-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [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-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.389Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.389Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [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-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-11-28T22:38:54.390Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-11-28T22:38:54.390Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.390Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.390Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-11-28T22:38:54.390Z] [INFO] [2020-11-28T22:38:54.390Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [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-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [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-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.647Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.647Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [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-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-11-28T22:38:54.648Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-11-28T22:38:54.648Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.648Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.648Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [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-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-11-28T22:38:54.649Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-11-28T22:38:54.649Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.649Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.649Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-11-28T22:38:54.649Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [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-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.650Z] [INFO] [2020-11-28T22:38:54.650Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [INFO] [2020-11-28T22:38:54.907Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.907Z] [INFO] [2020-11-28T22:38:54.907Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [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-11-28T22:38:54.907Z] [INFO] [2020-11-28T22:38:54.907Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-11-28T22:38:54.907Z] [INFO] [2020-11-28T22:38:54.907Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-11-28T22:38:54.907Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-11-28T22:38:54.907Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-11-28T22:38:54.907Z] [INFO] [2020-11-28T22:38:54.907Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-11-28T22:38:54.908Z] [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-11-28T22:38:54.908Z] [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-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-11-28T22:38:54.908Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-11-28T22:38:54.908Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:54.908Z] [INFO] [2020-11-28T22:38:54.908Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.184Z] [INFO] The project's OSGi version is 0.8.0.I202011282235 [2020-11-28T22:38:55.184Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.185Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-11-28T22:38:55.185Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.185Z] [INFO] The project's OSGi version is 0.8.0.I202011282235 [2020-11-28T22:38:55.185Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.185Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-11-28T22:38:55.185Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] [2020-11-28T22:38:55.185Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:55.441Z] [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-11-28T22:38:55.441Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/help [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-11-28T22:38:55.441Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-11-28T22:38:55.441Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [2020-11-28T22:38:55.441Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:55.441Z] [INFO] [2020-11-28T22:38:55.441Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:57.972Z] [INFO] [2020-11-28T22:38:57.972Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:57.972Z] [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-11-28T22:38:58.227Z] [INFO] [2020-11-28T22:38:58.227Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:58.227Z] [INFO] [2020-11-28T22:38:58.227Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:58.227Z] [INFO] [2020-11-28T22:38:58.227Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:58.487Z] [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-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:58.743Z] [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-11-28T22:38:58.743Z] [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-11-28T22:38:58.743Z] [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-11-28T22:38:58.743Z] [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-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-11-28T22:38:58.743Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-11-28T22:38:58.743Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.743Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.743Z] [INFO] [2020-11-28T22:38:58.743Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.744Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] [2020-11-28T22:38:58.744Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:58.999Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:38:58.999Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:38:59.926Z] [INFO] [2020-11-28T22:38:59.926Z] Loading source files for package org.eclipse.ease.testhelper... [2020-11-28T22:38:59.926Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-11-28T22:38:59.926Z] Constructing Javadoc information... [2020-11-28T22:38:59.926Z] 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-11-28T22:38:59.926Z] [WARNING] Javadoc Warnings [2020-11-28T22:38:59.926Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:38:59.926Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:38:59.926Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:38:59.926Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:38:59.926Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:38:59.926Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:38:59.926Z] [INFO] [2020-11-28T22:38:59.927Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:59.927Z] [INFO] [2020-11-28T22:38:59.927Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:59.927Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:38:59.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/main/resources [2020-11-28T22:38:59.927Z] [INFO] Copying 3 resources to help [2020-11-28T22:38:59.927Z] [INFO] [2020-11-28T22:38:59.927Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-11-28T22:38:59.927Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/classes [2020-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:00.186Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/test/resources [2020-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [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-11-28T22:39:00.186Z] [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-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [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-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.186Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.186Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [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-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-11-28T22:39:00.187Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-11-28T22:39:00.187Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] [2020-11-28T22:39:00.187Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-11-28T22:39:00.443Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:39:00.443Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:39:01.369Z] [INFO] [2020-11-28T22:39:01.369Z] Loading source files for package org.eclipse.ease... [2020-11-28T22:39:01.369Z] Loading source files for package org.eclipse.ease.adapters... [2020-11-28T22:39:01.369Z] Loading source files for package org.eclipse.ease.sign... [2020-11-28T22:39:01.369Z] Loading source files for package org.eclipse.ease.tools... [2020-11-28T22:39:01.369Z] Constructing Javadoc information... [2020-11-28T22:39:01.369Z] 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-11-28T22:39:01.369Z] No plugin definition found, skipping [2020-11-28T22:39:01.369Z] No plugin definition found, skipping [2020-11-28T22:39:01.369Z] [WARNING] Javadoc Warnings [2020-11-28T22:39:01.369Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:01.369Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:39:01.369Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:39:01.369Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:39:01.369Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:39:01.370Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:39:01.370Z] [INFO] [2020-11-28T22:39:01.370Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.370Z] [INFO] [2020-11-28T22:39:01.370Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.370Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:01.370Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-11-28T22:39:01.370Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/help [2020-11-28T22:39:01.370Z] [INFO] [2020-11-28T22:39:01.370Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.370Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/classes [2020-11-28T22:39:01.625Z] [INFO] [2020-11-28T22:39:01.625Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.625Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:01.625Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-11-28T22:39:01.625Z] [INFO] [2020-11-28T22:39:01.625Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.625Z] [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-11-28T22:39:01.625Z] [INFO] [2020-11-28T22:39:01.625Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.625Z] [INFO] [2020-11-28T22:39:01.625Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.626Z] [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-11-28T22:39:01.626Z] [INFO] [2020-11-28T22:39:01.626Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.626Z] [INFO] [2020-11-28T22:39:01.626Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.626Z] [INFO] [2020-11-28T22:39:01.626Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.626Z] [INFO] [2020-11-28T22:39:01.626Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-11-28T22:39:01.884Z] [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-11-28T22:39:01.884Z] [INFO] Command line: [2020-11-28T22:39:01.885Z] [/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-11-28T22:39:01.885Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:03.809Z] Running org.eclipse.ease.tools.StringToolsTest [2020-11-28T22:39:03.809Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.ease.tools.StringToolsTest [2020-11-28T22:39:03.809Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.809Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.809Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.809Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-11-28T22:39:03.809Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-11-28T22:39:03.809Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.086 s [2020-11-28T22:39:03.809Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.809Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-11-28T22:39:03.809Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-11-28T22:39:03.809Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.005 s [2020-11-28T22:39:03.810Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-11-28T22:39:03.810Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.02 s [2020-11-28T22:39:03.810Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-11-28T22:39:03.810Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-11-28T22:39:03.810Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] Running org.eclipse.ease.ScriptTest [2020-11-28T22:39:03.810Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ease.ScriptTest [2020-11-28T22:39:03.810Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-11-28T22:39:03.810Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-11-28T22:39:03.810Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-11-28T22:39:03.810Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:39:03.810Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-11-28T22:39:09.054Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-11-28T22:39:09.054Z] java.lang.RuntimeException: ERROR [2020-11-28T22:39:09.054Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-11-28T22:39:09.054Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:39:09.054Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:39:09.054Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:39:09.983Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.024 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-11-28T22:39:09.983Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-11-28T22:39:09.983Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.206 s [2020-11-28T22:39:09.983Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:39:09.983Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-11-28T22:39:09.983Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-11-28T22:39:09.983Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.602 s [2020-11-28T22:39:09.983Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:39:09.983Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-11-28T22:39:09.983Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.003 s [2020-11-28T22:39:09.983Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:39:09.983Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-11-28T22:39:09.983Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-11-28T22:39:09.983Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.006 s [2020-11-28T22:39:09.983Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-11-28T22:39:09.983Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:39:09.983Z] 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-11-28T22:39:09.983Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:39:09.983Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:39:09.983Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:39:09.983Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-11-28T22:39:09.983Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.059 s [2020-11-28T22:39:09.983Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-11-28T22:39:09.983Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-11-28T22:39:09.983Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.004 s [2020-11-28T22:39:09.983Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-11-28T22:39:09.983Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-11-28T22:39:09.983Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-11-28T22:39:09.983Z] Running org.eclipse.ease.ScriptResultTest [2020-11-28T22:39:09.983Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-11-28T22:39:09.983Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-11-28T22:39:09.983Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-11-28T22:39:09.983Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:39:09.983Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-11-28T22:39:09.984Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:39:09.984Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:39:09.984Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:39:09.984Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-11-28T22:39:16.520Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-11-28T22:39:16.520Z] java.lang.RuntimeException: ERROR [2020-11-28T22:39:16.520Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-11-28T22:39:16.520Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:39:16.520Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:39:16.520Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:39:16.520Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.643 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-11-28T22:39:16.520Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.026 s [2020-11-28T22:39:16.520Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:39:16.520Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:39:16.520Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.520Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.520Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.102 s [2020-11-28T22:39:16.520Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.520Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.520Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:39:16.520Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:39:16.520Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.520Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.521Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.521Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:39:16.521Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:39:16.521Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.302 s [2020-11-28T22:39:16.521Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:39:16.521Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.202 s [2020-11-28T22:39:16.521Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.002 s [2020-11-28T22:39:16.521Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:39:16.521Z] [2020-11-28T22:39:16.521Z] Results: [2020-11-28T22:39:16.521Z] [2020-11-28T22:39:16.521Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:39:16.521Z] [2020-11-28T22:39:16.521Z] [INFO] All tests passed! [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [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-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-11-28T22:39:16.521Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-11-28T22:39:16.521Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.521Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-11-28T22:39:16.521Z] [INFO] [2020-11-28T22:39:16.521Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.522Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:16.522Z] [INFO] [2020-11-28T22:39:16.522Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.522Z] [INFO] [2020-11-28T22:39:16.522Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.522Z] [INFO] [2020-11-28T22:39:16.522Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-11-28T22:39:16.522Z] [INFO] [2020-11-28T22:39:16.522Z] [INFO] [2020-11-28T22:39:16.522Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:16.522Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:39:16.522Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:39:17.093Z] [INFO] [2020-11-28T22:39:17.093Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-11-28T22:39:17.093Z] Constructing Javadoc information... [2020-11-28T22:39:17.093Z] 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-11-28T22:39:17.093Z] No plugin definition found, skipping [2020-11-28T22:39:17.093Z] No plugin definition found, skipping [2020-11-28T22:39:17.093Z] [WARNING] Javadoc Warnings [2020-11-28T22:39:17.093Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:17.093Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:39:17.093Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:39:17.093Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:39:17.093Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:39:17.093Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:39:17.093Z] [INFO] [2020-11-28T22:39:17.093Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.093Z] [INFO] [2020-11-28T22:39:17.093Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.093Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:17.093Z] [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-11-28T22:39:17.093Z] [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-11-28T22:39:17.093Z] [INFO] [2020-11-28T22:39:17.094Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.094Z] [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-11-28T22:39:17.094Z] [INFO] [2020-11-28T22:39:17.094Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.094Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:17.094Z] [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-11-28T22:39:17.094Z] [INFO] [2020-11-28T22:39:17.094Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.094Z] [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-11-28T22:39:17.094Z] [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-11-28T22:39:17.094Z] [INFO] [2020-11-28T22:39:17.094Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.350Z] [INFO] [2020-11-28T22:39:17.350Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.350Z] [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-11-28T22:39:17.350Z] [INFO] [2020-11-28T22:39:17.350Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.350Z] [INFO] [2020-11-28T22:39:17.350Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.350Z] [INFO] [2020-11-28T22:39:17.350Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.350Z] [INFO] [2020-11-28T22:39:17.350Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:17.350Z] [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-11-28T22:39:17.350Z] [INFO] Command line: [2020-11-28T22:39:17.350Z] [/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-11-28T22:39:17.350Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:19.250Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-11-28T22:39:19.250Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:39:19.506Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:39:19.506Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:39:19.763Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:39:19.763Z] 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-11-28T22:39:19.763Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:39:19.763Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:39:19.763Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:39:19.763Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:39:19.763Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:39:20.039Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-11-28T22:39:20.039Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.506 s [2020-11-28T22:39:20.039Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.066 s [2020-11-28T22:39:20.039Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.122 s [2020-11-28T22:39:20.039Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.067 s [2020-11-28T22:39:20.039Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.099 s [2020-11-28T22:39:20.039Z] [2020-11-28T22:39:20.039Z] Results: [2020-11-28T22:39:20.039Z] [2020-11-28T22:39:20.039Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:39:20.039Z] [2020-11-28T22:39:20.601Z] [INFO] All tests passed! [2020-11-28T22:39:20.601Z] [INFO] [2020-11-28T22:39:20.601Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [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-11-28T22:39:20.601Z] [INFO] [2020-11-28T22:39:20.601Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:39:20.601Z] [INFO] [2020-11-28T22:39:20.601Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-11-28T22:39:20.601Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-11-28T22:39:20.601Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:39:20.601Z] [INFO] [2020-11-28T22:39:20.601Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.601Z] [INFO] [2020-11-28T22:39:20.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.601Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-11-28T22:39:20.601Z] [INFO] [2020-11-28T22:39:20.601Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.602Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] [2020-11-28T22:39:20.602Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:20.859Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:39:20.859Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:39:22.293Z] [INFO] [2020-11-28T22:39:22.293Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-11-28T22:39:22.293Z] Constructing Javadoc information... [2020-11-28T22:39:22.293Z] 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-11-28T22:39:22.293Z] No plugin definition found, skipping [2020-11-28T22:39:22.293Z] No plugin definition found, skipping [2020-11-28T22:39:22.293Z] [WARNING] Javadoc Warnings [2020-11-28T22:39:22.293Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:22.293Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:39:22.293Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:39:22.293Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:39:22.293Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:39:22.293Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:39:22.293Z] [INFO] [2020-11-28T22:39:22.293Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.293Z] [INFO] [2020-11-28T22:39:22.293Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.293Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:22.293Z] [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-11-28T22:39:22.293Z] [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-11-28T22:39:22.293Z] [INFO] [2020-11-28T22:39:22.293Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.293Z] [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-11-28T22:39:22.293Z] [INFO] [2020-11-28T22:39:22.293Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.293Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:22.293Z] [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-11-28T22:39:22.293Z] [INFO] [2020-11-28T22:39:22.293Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [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-11-28T22:39:22.294Z] [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-11-28T22:39:22.294Z] [INFO] [2020-11-28T22:39:22.294Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [INFO] [2020-11-28T22:39:22.294Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [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-11-28T22:39:22.294Z] [INFO] [2020-11-28T22:39:22.294Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [INFO] [2020-11-28T22:39:22.294Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [INFO] [2020-11-28T22:39:22.294Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [INFO] [2020-11-28T22:39:22.294Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:22.294Z] [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-11-28T22:39:22.294Z] [INFO] Command line: [2020-11-28T22:39:22.294Z] [/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-11-28T22:39:22.294Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:24.220Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-11-28T22:39:24.220Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-11-28T22:39:24.220Z] [2020-11-28T22:39:24.220Z] Java Stacktrace: [2020-11-28T22:39:24.220Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-11-28T22:39:24.220Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-11-28T22:39:24.220Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-11-28T22:39:24.220Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-11-28T22:39:24.220Z] at java.base/java.lang.Class.forName0(Native Method) [2020-11-28T22:39:24.220Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-11-28T22:39:24.220Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-11-28T22:39:24.220Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-11-28T22:39:24.220Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-11-28T22:39:24.220Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-11-28T22:39:24.220Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-11-28T22:39:24.220Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:39:24.220Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:39:24.220Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:39:24.220Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:39:24.220Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:39:24.487Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-11-28T22:39:24.487Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-11-28T22:39:24.487Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-11-28T22:39:24.487Z] [2020-11-28T22:39:24.487Z] Java Stacktrace: [2020-11-28T22:39:24.487Z] java.lang.Exception [2020-11-28T22:39:24.487Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-11-28T22:39:24.487Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-11-28T22:39:24.487Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-11-28T22:39:24.487Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-11-28T22:39:24.487Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-11-28T22:39:24.487Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:39:24.487Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:39:24.487Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:39:24.487Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:39:24.487Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:39:24.487Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-11-28T22:39:24.487Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-11-28T22:39:24.487Z] 'asdf [2020-11-28T22:39:24.487Z] ^ [2020-11-28T22:39:24.487Z] at :1 [2020-11-28T22:39:24.744Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-11-28T22:39:24.744Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.201 s [2020-11-28T22:39:24.744Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.057 s [2020-11-28T22:39:24.744Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-11-28T22:39:24.744Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.062 s [2020-11-28T22:39:24.744Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.022 s [2020-11-28T22:39:24.744Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-11-28T22:39:24.744Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.021 s [2020-11-28T22:39:24.744Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.053 s [2020-11-28T22:39:24.744Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-11-28T22:39:24.744Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-11-28T22:39:24.744Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-11-28T22:39:24.744Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-11-28T22:39:24.744Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-11-28T22:39:24.744Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:39:24.744Z] 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-11-28T22:39:24.744Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:39:24.744Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:39:24.744Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:39:24.744Z] Start of script [2020-11-28T22:39:24.744Z] include file start [2020-11-28T22:39:24.744Z] Include file processed [2020-11-28T22:39:24.744Z] line after include file [2020-11-28T22:39:24.744Z] Result of testMethod = 5 [2020-11-28T22:39:24.744Z] End of script [2020-11-28T22:39:25.001Z] Start of script [2020-11-28T22:39:25.001Z] include file start [2020-11-28T22:39:25.001Z] Include file processed [2020-11-28T22:39:25.001Z] line after include file [2020-11-28T22:39:25.001Z] Result of testMethod = 5 [2020-11-28T22:39:25.001Z] End of script [2020-11-28T22:39:25.257Z] Start of script [2020-11-28T22:39:25.257Z] include file start [2020-11-28T22:39:25.257Z] Include file processed [2020-11-28T22:39:25.257Z] line after include file [2020-11-28T22:39:25.257Z] Result of testMethod = 5 [2020-11-28T22:39:25.514Z] Start of script [2020-11-28T22:39:25.514Z] include file start [2020-11-28T22:39:25.514Z] Include file processed [2020-11-28T22:39:25.514Z] line after include file [2020-11-28T22:39:25.771Z] Result of testMethod = 5 [2020-11-28T22:39:25.771Z] End of script [2020-11-28T22:39:26.028Z] Start of script [2020-11-28T22:39:26.284Z] include file start [2020-11-28T22:39:26.285Z] Include file processed [2020-11-28T22:39:26.285Z] line after include file [2020-11-28T22:39:26.285Z] Result of testMethod = 5 [2020-11-28T22:39:26.285Z] End of script [2020-11-28T22:39:26.285Z] Start of script [2020-11-28T22:39:26.285Z] include file start [2020-11-28T22:39:26.285Z] Include file processed [2020-11-28T22:39:26.285Z] line after include file [2020-11-28T22:39:26.542Z] Result of testMethod = 5 [2020-11-28T22:39:26.542Z] End of script [2020-11-28T22:39:26.542Z] Start of script [2020-11-28T22:39:26.542Z] include file start [2020-11-28T22:39:26.542Z] Include file processed [2020-11-28T22:39:26.542Z] line after include file [2020-11-28T22:39:26.542Z] Result of testMethod = 5 [2020-11-28T22:39:26.798Z] Start of script [2020-11-28T22:39:26.798Z] include file start [2020-11-28T22:39:26.798Z] Include file processed [2020-11-28T22:39:26.798Z] line after include file [2020-11-28T22:39:27.055Z] Result of testMethod = 5 [2020-11-28T22:39:27.055Z] End of script [2020-11-28T22:39:27.312Z] Start of script [2020-11-28T22:39:27.312Z] include file start [2020-11-28T22:39:27.312Z] Include file processed [2020-11-28T22:39:27.312Z] line after include file [2020-11-28T22:39:27.312Z] Result of testMethod = 5 [2020-11-28T22:39:27.312Z] End of script [2020-11-28T22:39:27.312Z] Start of script [2020-11-28T22:39:27.312Z] include file start [2020-11-28T22:39:27.312Z] Include file processed [2020-11-28T22:39:27.313Z] line after include file [2020-11-28T22:39:27.875Z] Start of script [2020-11-28T22:39:27.875Z] include file start [2020-11-28T22:39:27.875Z] Include file processed [2020-11-28T22:39:27.875Z] line after include file [2020-11-28T22:39:27.875Z] Result of testMethod = 5 [2020-11-28T22:39:27.875Z] End of script [2020-11-28T22:39:28.131Z] Start of script [2020-11-28T22:39:28.131Z] include file start [2020-11-28T22:39:28.131Z] Include file processed [2020-11-28T22:39:28.131Z] line after include file [2020-11-28T22:39:28.131Z] Result of testMethod = 5 [2020-11-28T22:39:28.131Z] End of script [2020-11-28T22:39:28.694Z] Start of script [2020-11-28T22:39:28.694Z] include file start [2020-11-28T22:39:28.694Z] Include file processed [2020-11-28T22:39:28.694Z] line after include file [2020-11-28T22:39:28.694Z] Result of testMethod = 5 [2020-11-28T22:39:28.694Z] End of script [2020-11-28T22:39:28.694Z] Start of script [2020-11-28T22:39:28.694Z] include file start [2020-11-28T22:39:28.694Z] Include file processed [2020-11-28T22:39:28.694Z] line after include file [2020-11-28T22:39:28.951Z] Result of testMethod = 5 [2020-11-28T22:39:28.951Z] End of script [2020-11-28T22:39:28.951Z] Start of script [2020-11-28T22:39:28.951Z] include file start [2020-11-28T22:39:28.951Z] Include file processed [2020-11-28T22:39:28.951Z] line after include file [2020-11-28T22:39:28.951Z] Result of testMethod = 5 [2020-11-28T22:39:29.514Z] Start of script [2020-11-28T22:39:29.514Z] include file start [2020-11-28T22:39:29.514Z] Include file processed [2020-11-28T22:39:29.514Z] line after include file [2020-11-28T22:39:29.514Z] Result of testMethod = 5 [2020-11-28T22:39:29.514Z] End of script [2020-11-28T22:39:29.770Z] Start of script [2020-11-28T22:39:29.771Z] include file start [2020-11-28T22:39:29.771Z] Include file processed [2020-11-28T22:39:29.771Z] line after include file [2020-11-28T22:39:29.771Z] Result of testMethod = 5 [2020-11-28T22:39:30.027Z] End of script [2020-11-28T22:39:30.027Z] Start of script [2020-11-28T22:39:30.027Z] include file start [2020-11-28T22:39:30.027Z] Include file processed [2020-11-28T22:39:30.027Z] line after include file [2020-11-28T22:39:30.283Z] Result of testMethod = 5 [2020-11-28T22:39:30.283Z] End of script [2020-11-28T22:39:30.539Z] Start of script [2020-11-28T22:39:30.539Z] include file start [2020-11-28T22:39:30.539Z] Include file processed [2020-11-28T22:39:30.539Z] line after include file [2020-11-28T22:39:30.795Z] Result of testMethod = 5 [2020-11-28T22:39:30.795Z] End of script [2020-11-28T22:39:30.795Z] Start of script [2020-11-28T22:39:30.795Z] include file start [2020-11-28T22:39:30.795Z] Include file processed [2020-11-28T22:39:30.795Z] line after include file [2020-11-28T22:39:30.795Z] Result of testMethod = 5 [2020-11-28T22:39:31.357Z] Start of script [2020-11-28T22:39:31.357Z] include file start [2020-11-28T22:39:31.357Z] Include file processed [2020-11-28T22:39:31.358Z] line after include file [2020-11-28T22:39:31.358Z] Result of testMethod = 5 [2020-11-28T22:39:31.358Z] End of script [2020-11-28T22:39:31.358Z] Start of script [2020-11-28T22:39:31.358Z] include file start [2020-11-28T22:39:31.358Z] Include file processed [2020-11-28T22:39:31.358Z] line after include file [2020-11-28T22:39:31.613Z] Result of testMethod = 5 [2020-11-28T22:39:31.613Z] End of script [2020-11-28T22:39:31.613Z] Start of script [2020-11-28T22:39:31.613Z] include file start [2020-11-28T22:39:31.613Z] Include file processed [2020-11-28T22:39:31.613Z] line after include file [2020-11-28T22:39:31.614Z] Result of testMethod = 5 [2020-11-28T22:39:31.614Z] End of script [2020-11-28T22:39:31.870Z] Start of script [2020-11-28T22:39:31.870Z] include file start [2020-11-28T22:39:31.870Z] Include file processed [2020-11-28T22:39:32.125Z] line after include file [2020-11-28T22:39:32.126Z] Result of testMethod = 5 [2020-11-28T22:39:32.126Z] End of script [2020-11-28T22:39:32.126Z] Start of script [2020-11-28T22:39:32.126Z] include file start [2020-11-28T22:39:32.126Z] Include file processed [2020-11-28T22:39:32.126Z] line after include file [2020-11-28T22:39:32.381Z] Start of script [2020-11-28T22:39:32.638Z] include file start [2020-11-28T22:39:32.638Z] Include file processed [2020-11-28T22:39:32.638Z] line after include file [2020-11-28T22:39:32.638Z] Result of testMethod = 5 [2020-11-28T22:39:32.638Z] End of script [2020-11-28T22:39:32.638Z] Start of script [2020-11-28T22:39:32.638Z] include file start [2020-11-28T22:39:32.638Z] Include file processed [2020-11-28T22:39:32.638Z] line after include file [2020-11-28T22:39:32.638Z] Result of testMethod = 5 [2020-11-28T22:39:33.201Z] Start of script [2020-11-28T22:39:33.201Z] include file start [2020-11-28T22:39:33.201Z] Include file processed [2020-11-28T22:39:33.201Z] line after include file [2020-11-28T22:39:33.201Z] Result of testMethod = 5 [2020-11-28T22:39:33.201Z] End of script [2020-11-28T22:39:33.201Z] Start of script [2020-11-28T22:39:33.201Z] include file start [2020-11-28T22:39:33.201Z] Include file processed [2020-11-28T22:39:33.201Z] line after include file [2020-11-28T22:39:33.457Z] Result of testMethod = 5 [2020-11-28T22:39:33.457Z] End of script [2020-11-28T22:39:33.457Z] Start of script [2020-11-28T22:39:33.457Z] include file start [2020-11-28T22:39:33.457Z] Include file processed [2020-11-28T22:39:33.457Z] line after include file [2020-11-28T22:39:33.713Z] Result of testMethod = 5 [2020-11-28T22:39:33.713Z] End of script [2020-11-28T22:39:33.969Z] Start of script [2020-11-28T22:39:33.969Z] include file start [2020-11-28T22:39:33.969Z] Include file processed [2020-11-28T22:39:33.969Z] line after include file [2020-11-28T22:39:33.969Z] Result of testMethod = 5 [2020-11-28T22:39:33.969Z] End of script [2020-11-28T22:39:33.969Z] Start of script [2020-11-28T22:39:33.969Z] include file start [2020-11-28T22:39:33.969Z] Include file processed [2020-11-28T22:39:33.969Z] line after include file [2020-11-28T22:39:33.969Z] Result of testMethod = 5 [2020-11-28T22:39:34.532Z] Start of script [2020-11-28T22:39:34.532Z] include file start [2020-11-28T22:39:34.532Z] Include file processed [2020-11-28T22:39:34.532Z] line after include file [2020-11-28T22:39:34.532Z] Result of testMethod = 5 [2020-11-28T22:39:34.532Z] End of script [2020-11-28T22:39:34.532Z] Start of script [2020-11-28T22:39:34.532Z] include file start [2020-11-28T22:39:34.532Z] Include file processed [2020-11-28T22:39:34.532Z] line after include file [2020-11-28T22:39:34.532Z] Result of testMethod = 5 [2020-11-28T22:39:35.095Z] Start of script [2020-11-28T22:39:35.095Z] include file start [2020-11-28T22:39:35.095Z] Include file processed [2020-11-28T22:39:35.095Z] line after include file [2020-11-28T22:39:35.095Z] Result of testMethod = 5 [2020-11-28T22:39:35.095Z] End of script [2020-11-28T22:39:35.352Z] Start of script [2020-11-28T22:39:35.352Z] include file start [2020-11-28T22:39:35.352Z] Include file processed [2020-11-28T22:39:35.352Z] line after include file [2020-11-28T22:39:35.352Z] Result of testMethod = 5 [2020-11-28T22:39:35.352Z] End of script [2020-11-28T22:39:35.608Z] Start of script [2020-11-28T22:39:35.608Z] include file start [2020-11-28T22:39:35.608Z] Include file processed [2020-11-28T22:39:35.608Z] line after include file [2020-11-28T22:39:35.608Z] Result of testMethod = 5 [2020-11-28T22:39:35.608Z] End of script [2020-11-28T22:39:35.886Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.155 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-11-28T22:39:35.886Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.286 s [2020-11-28T22:39:35.886Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.21 s [2020-11-28T22:39:35.886Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-11-28T22:39:35.886Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-11-28T22:39:35.886Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-11-28T22:39:35.887Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.403 s [2020-11-28T22:39:35.887Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-11-28T22:39:35.887Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-11-28T22:39:35.887Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-11-28T22:39:35.887Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.407 s [2020-11-28T22:39:35.887Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:39:35.887Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-11-28T22:39:35.887Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-11-28T22:39:35.887Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:39:35.887Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:39:35.887Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:39:35.887Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:39:35.887Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:39:35.887Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:39:35.887Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-11-28T22:39:35.887Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:39:35.887Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:39:35.887Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-11-28T22:39:35.887Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:39:35.887Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:39:35.887Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:39:35.887Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-11-28T22:39:35.887Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:39:35.887Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-11-28T22:39:35.887Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:39:35.887Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:39:35.887Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:39:35.887Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:39:35.887Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:39:35.887Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-11-28T22:39:35.887Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-11-28T22:39:35.887Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-11-28T22:39:35.887Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.05 s [2020-11-28T22:39:35.887Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.019 s [2020-11-28T22:39:35.887Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.015 s [2020-11-28T22:39:35.887Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.047 s [2020-11-28T22:39:35.887Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.027 s [2020-11-28T22:39:35.887Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-11-28T22:39:35.887Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-11-28T22:39:35.887Z] at [2020-11-28T22:39:35.887Z] [2020-11-28T22:39:35.887Z] Java Stacktrace: [2020-11-28T22:39:35.887Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-11-28T22:39:35.887Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-11-28T22:39:35.887Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-11-28T22:39:35.887Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-11-28T22:39:35.887Z] at java.base/java.lang.Class.forName0(Native Method) [2020-11-28T22:39:35.887Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-11-28T22:39:35.887Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-11-28T22:39:35.888Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-11-28T22:39:35.888Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-11-28T22:39:35.888Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-11-28T22:39:35.888Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-11-28T22:39:35.888Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:39:35.888Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:39:35.888Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:39:35.888Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:39:35.888Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:39:36.143Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-11-28T22:39:36.143Z] at [2020-11-28T22:39:36.143Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-11-28T22:39:36.143Z] at [2020-11-28T22:39:36.144Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-11-28T22:39:36.144Z] at [2020-11-28T22:39:36.144Z] [2020-11-28T22:39:36.144Z] Java Stacktrace: [2020-11-28T22:39:36.144Z] java.lang.Exception [2020-11-28T22:39:36.144Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-11-28T22:39:36.144Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-11-28T22:39:36.144Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-11-28T22:39:36.144Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-11-28T22:39:36.144Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-11-28T22:39:36.144Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:39:36.144Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:39:36.144Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:39:36.144Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:39:36.144Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:39:36.144Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-11-28T22:39:36.144Z] at [2020-11-28T22:39:36.144Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-11-28T22:39:36.144Z] 'asdf [2020-11-28T22:39:36.144Z] ^ [2020-11-28T22:39:36.144Z] at [2020-11-28T22:39:36.144Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-11-28T22:39:36.144Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.01 s [2020-11-28T22:39:36.144Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.013 s [2020-11-28T22:39:36.144Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.036 s [2020-11-28T22:39:36.144Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-11-28T22:39:36.144Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-11-28T22:39:36.144Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-11-28T22:39:36.144Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-11-28T22:39:36.144Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:39:36.144Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-11-28T22:39:36.144Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:39:36.144Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:39:36.144Z] [2020-11-28T22:39:36.144Z] Results: [2020-11-28T22:39:36.144Z] [2020-11-28T22:39:36.144Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:39:36.144Z] [2020-11-28T22:39:36.706Z] [INFO] All tests passed! [2020-11-28T22:39:36.706Z] [INFO] [2020-11-28T22:39:36.706Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [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-11-28T22:39:36.706Z] [INFO] [2020-11-28T22:39:36.706Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:39:36.706Z] [INFO] [2020-11-28T22:39:36.706Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-11-28T22:39:36.706Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-11-28T22:39:36.706Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:39:36.706Z] [INFO] [2020-11-28T22:39:36.706Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.706Z] [INFO] [2020-11-28T22:39:36.706Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.707Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.707Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] [2020-11-28T22:39:36.707Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:36.962Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:39:36.962Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:39:37.888Z] [INFO] [2020-11-28T22:39:37.888Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-11-28T22:39:37.888Z] Constructing Javadoc information... [2020-11-28T22:39:37.888Z] 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-11-28T22:39:37.888Z] No plugin definition found, skipping [2020-11-28T22:39:37.888Z] No plugin definition found, skipping [2020-11-28T22:39:37.888Z] [WARNING] Javadoc Warnings [2020-11-28T22:39:37.889Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:37.889Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:39:37.889Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:39:37.889Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:39:37.889Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:39:37.889Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:39:37.889Z] [INFO] [2020-11-28T22:39:37.889Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:37.889Z] [INFO] [2020-11-28T22:39:37.889Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:37.889Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:37.889Z] [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-11-28T22:39:37.889Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/help [2020-11-28T22:39:37.889Z] [INFO] [2020-11-28T22:39:37.889Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:37.889Z] [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-11-28T22:39:38.186Z] [INFO] [2020-11-28T22:39:38.186Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:38.186Z] [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-11-28T22:39:38.186Z] [INFO] [2020-11-28T22:39:38.186Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.186Z] [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-11-28T22:39:38.186Z] [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-11-28T22:39:38.186Z] [INFO] [2020-11-28T22:39:38.186Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.186Z] [INFO] [2020-11-28T22:39:38.186Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.186Z] [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-11-28T22:39:38.186Z] [INFO] [2020-11-28T22:39:38.187Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.187Z] [INFO] [2020-11-28T22:39:38.187Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.187Z] [INFO] [2020-11-28T22:39:38.187Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.187Z] [INFO] [2020-11-28T22:39:38.187Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:38.187Z] [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-11-28T22:39:38.187Z] [INFO] Command line: [2020-11-28T22:39:38.187Z] [/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-11-28T22:39:38.187Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:40.148Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-11-28T22:39:40.148Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-11-28T22:39:40.148Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.003 s [2020-11-28T22:39:40.148Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-11-28T22:39:40.404Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-11-28T22:39:40.404Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-11-28T22:39:40.404Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.038 s [2020-11-28T22:39:40.404Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.087 s [2020-11-28T22:39:40.404Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-11-28T22:39:40.404Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:39:40.404Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:39:40.404Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-11-28T22:39:40.404Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:39:40.404Z] [2020-11-28T22:39:40.404Z] Results: [2020-11-28T22:39:40.404Z] [2020-11-28T22:39:40.404Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:39:40.404Z] [2020-11-28T22:39:40.966Z] [INFO] All tests passed! [2020-11-28T22:39:40.966Z] [INFO] [2020-11-28T22:39:40.966Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [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-11-28T22:39:40.966Z] [INFO] [2020-11-28T22:39:40.966Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:39:40.966Z] [INFO] [2020-11-28T22:39:40.966Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-11-28T22:39:40.966Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-11-28T22:39:40.967Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] [2020-11-28T22:39:40.967Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:41.223Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:39:41.223Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] Loading source files for package org.eclipse.ease.lang.python... [2020-11-28T22:39:42.186Z] Constructing Javadoc information... [2020-11-28T22:39:42.186Z] 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-11-28T22:39:42.186Z] No plugin definition found, skipping [2020-11-28T22:39:42.186Z] No plugin definition found, skipping [2020-11-28T22:39:42.186Z] [WARNING] Javadoc Warnings [2020-11-28T22:39:42.186Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:42.186Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:39:42.186Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:39:42.186Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:39:42.186Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:39:42.186Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:42.186Z] [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-11-28T22:39:42.186Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/help [2020-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.186Z] [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-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:42.186Z] [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-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.186Z] [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-11-28T22:39:42.186Z] [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-11-28T22:39:42.186Z] [INFO] [2020-11-28T22:39:42.186Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.187Z] [INFO] [2020-11-28T22:39:42.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.187Z] [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-11-28T22:39:42.187Z] [INFO] [2020-11-28T22:39:42.187Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.187Z] [INFO] [2020-11-28T22:39:42.187Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.187Z] [INFO] [2020-11-28T22:39:42.187Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.187Z] [INFO] [2020-11-28T22:39:42.187Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:42.488Z] [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-11-28T22:39:42.488Z] [INFO] Command line: [2020-11-28T22:39:42.488Z] [/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-11-28T22:39:42.488Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:43.922Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-11-28T22:39:43.922Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-11-28T22:39:43.922Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.003 s [2020-11-28T22:39:43.923Z] [2020-11-28T22:39:43.923Z] Results: [2020-11-28T22:39:43.923Z] [2020-11-28T22:39:43.923Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:39:43.923Z] [2020-11-28T22:39:44.485Z] [INFO] All tests passed! [2020-11-28T22:39:44.485Z] [INFO] [2020-11-28T22:39:44.485Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [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-11-28T22:39:44.485Z] [INFO] [2020-11-28T22:39:44.485Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-11-28T22:39:44.741Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-11-28T22:39:44.741Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.741Z] [INFO] [2020-11-28T22:39:44.741Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-11-28T22:39:44.742Z] [INFO] [2020-11-28T22:39:44.742Z] [INFO] [2020-11-28T22:39:44.742Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:44.742Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:39:44.742Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:39:45.670Z] [INFO] [2020-11-28T22:39:45.670Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-11-28T22:39:45.670Z] Constructing Javadoc information... [2020-11-28T22:39:45.670Z] 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-11-28T22:39:45.670Z] No plugin definition found, skipping [2020-11-28T22:39:45.670Z] No plugin definition found, skipping [2020-11-28T22:39:45.670Z] [WARNING] Javadoc Warnings [2020-11-28T22:39:45.670Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:45.670Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:39:45.670Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:39:45.670Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:39:45.670Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:39:45.670Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:39:45.670Z] [INFO] [2020-11-28T22:39:45.670Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.670Z] [INFO] [2020-11-28T22:39:45.670Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.670Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:45.670Z] [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-11-28T22:39:45.670Z] [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-11-28T22:39:45.670Z] [INFO] [2020-11-28T22:39:45.670Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.670Z] [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-11-28T22:39:45.926Z] [INFO] [2020-11-28T22:39:45.926Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.926Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:39:45.926Z] [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-11-28T22:39:45.926Z] [INFO] [2020-11-28T22:39:45.926Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.927Z] [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-11-28T22:39:45.927Z] [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-11-28T22:39:45.927Z] [INFO] [2020-11-28T22:39:45.927Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.927Z] [INFO] [2020-11-28T22:39:45.927Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.927Z] [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-11-28T22:39:45.927Z] [INFO] [2020-11-28T22:39:45.927Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.927Z] [INFO] [2020-11-28T22:39:45.927Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.927Z] [INFO] [2020-11-28T22:39:45.927Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:45.927Z] [INFO] [2020-11-28T22:39:45.927Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:39:46.487Z] [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-11-28T22:39:46.487Z] [INFO] Command line: [2020-11-28T22:39:46.488Z] [/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-11-28T22:39:46.488Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:39:47.923Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:39:47.923Z] 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-11-28T22:39:47.923Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-11-28T22:39:47.923Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:39:47.923Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:39:48.183Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-11-28T22:39:50.072Z] Start of script [2020-11-28T22:39:50.072Z] include file start [2020-11-28T22:39:50.072Z] include file processed [2020-11-28T22:39:50.072Z] Result of testMethod = 5 [2020-11-28T22:39:50.072Z] End of script [2020-11-28T22:39:50.072Z] Start of script [2020-11-28T22:39:50.072Z] include file start [2020-11-28T22:39:50.072Z] include file processed [2020-11-28T22:39:50.072Z] Result of testMethod = 5 [2020-11-28T22:39:50.072Z] End of script [2020-11-28T22:39:50.072Z] Start of script [2020-11-28T22:39:50.072Z] include file start [2020-11-28T22:39:50.072Z] include file processed [2020-11-28T22:39:50.072Z] Result of testMethod = 5 [2020-11-28T22:39:50.072Z] Traceback (most recent call last): [2020-11-28T22:39:50.072Z] File "(none)", line 184, in run [2020-11-28T22:39:50.072Z] File "__ref_L/Debug Test/Main.py_ofnrgdzicl", line 23, in [2020-11-28T22:39:50.072Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:50.328Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:50.328Z] [2020-11-28T22:39:50.328Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:50.328Z] Start of script [2020-11-28T22:39:50.328Z] include file start [2020-11-28T22:39:50.328Z] include file processed [2020-11-28T22:39:50.584Z] Result of testMethod = 5 [2020-11-28T22:39:50.584Z] End of script [2020-11-28T22:39:50.839Z] Start of script [2020-11-28T22:39:50.839Z] include file start [2020-11-28T22:39:50.839Z] include file processed [2020-11-28T22:39:50.839Z] Result of testMethod = 5 [2020-11-28T22:39:50.839Z] End of script [2020-11-28T22:39:50.839Z] Start of script [2020-11-28T22:39:50.839Z] include file start [2020-11-28T22:39:50.839Z] include file processed [2020-11-28T22:39:51.095Z] Result of testMethod = 5 [2020-11-28T22:39:51.095Z] End of script [2020-11-28T22:39:51.351Z] Start of script [2020-11-28T22:39:51.351Z] include file start [2020-11-28T22:39:51.351Z] include file processed [2020-11-28T22:39:51.351Z] Result of testMethod = 5 [2020-11-28T22:39:51.351Z] Traceback (most recent call last): [2020-11-28T22:39:51.351Z] File "(none)", line 184, in run [2020-11-28T22:39:51.351Z] File "__ref_L/Debug Test/Main.py_jwpckniyyb", line 23, in [2020-11-28T22:39:51.351Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:51.351Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:51.351Z] [2020-11-28T22:39:51.351Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:51.607Z] Start of script [2020-11-28T22:39:51.607Z] include file start [2020-11-28T22:39:51.607Z] include file processed [2020-11-28T22:39:51.862Z] Result of testMethod = 5 [2020-11-28T22:39:51.862Z] End of script [2020-11-28T22:39:51.862Z] Start of script [2020-11-28T22:39:51.862Z] include file start [2020-11-28T22:39:51.862Z] include file processed [2020-11-28T22:39:51.862Z] Result of testMethod = 5 [2020-11-28T22:39:51.862Z] End of script [2020-11-28T22:39:52.119Z] Start of script [2020-11-28T22:39:52.119Z] include file start [2020-11-28T22:39:52.119Z] include file processed [2020-11-28T22:39:52.374Z] Traceback (most recent call last): [2020-11-28T22:39:52.374Z] File "(none)", line 184, in run [2020-11-28T22:39:52.374Z] File "__ref_L/Debug Test/Main.py_padnxwtpqh", line 22, in [2020-11-28T22:39:52.374Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:52.374Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:52.374Z] [2020-11-28T22:39:52.374Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:52.630Z] Start of script [2020-11-28T22:39:52.630Z] include file start [2020-11-28T22:39:52.630Z] include file processed [2020-11-28T22:39:52.630Z] Result of testMethod = 5 [2020-11-28T22:39:52.630Z] End of script [2020-11-28T22:39:52.885Z] Start of script [2020-11-28T22:39:52.886Z] include file start [2020-11-28T22:39:52.886Z] include file processed [2020-11-28T22:39:52.886Z] Result of testMethod = 5 [2020-11-28T22:39:52.886Z] End of script [2020-11-28T22:39:53.141Z] Traceback (most recent call last): [2020-11-28T22:39:53.142Z] File "(none)", line 184, in run [2020-11-28T22:39:53.142Z] File "__ref_L/Debug Test/Main.py_kloamylxiy", line 1, in [2020-11-28T22:39:53.142Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:53.142Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:53.142Z] [2020-11-28T22:39:53.142Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:53.397Z] Start of script [2020-11-28T22:39:53.397Z] include file start [2020-11-28T22:39:53.397Z] include file processed [2020-11-28T22:39:53.397Z] Result of testMethod = 5 [2020-11-28T22:39:53.397Z] End of script [2020-11-28T22:39:53.397Z] Start of script [2020-11-28T22:39:53.397Z] include file start [2020-11-28T22:39:53.397Z] include file processed [2020-11-28T22:39:53.653Z] Result of testMethod = 5 [2020-11-28T22:39:53.653Z] End of script [2020-11-28T22:39:53.909Z] Start of script [2020-11-28T22:39:53.909Z] include file start [2020-11-28T22:39:53.909Z] include file processed [2020-11-28T22:39:53.909Z] Result of testMethod = 5 [2020-11-28T22:39:53.909Z] Traceback (most recent call last): [2020-11-28T22:39:53.909Z] File "(none)", line 184, in run [2020-11-28T22:39:53.909Z] File "__ref_L/Debug Test/Main.py_awklkxvyin", line 23, in [2020-11-28T22:39:53.909Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:53.909Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:53.909Z] [2020-11-28T22:39:53.909Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:54.164Z] Start of script [2020-11-28T22:39:54.164Z] include file start [2020-11-28T22:39:54.164Z] include file processed [2020-11-28T22:39:54.420Z] Result of testMethod = 5 [2020-11-28T22:39:54.420Z] End of script [2020-11-28T22:39:54.420Z] Traceback (most recent call last): [2020-11-28T22:39:54.420Z] File "(none)", line 184, in run [2020-11-28T22:39:54.420Z] File "__ref_L/Debug Test/Main.py_oalyqysczw", line 1, in [2020-11-28T22:39:54.420Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:54.420Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:54.420Z] [2020-11-28T22:39:54.420Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:54.675Z] Start of script [2020-11-28T22:39:54.675Z] include file start [2020-11-28T22:39:54.676Z] include file processed [2020-11-28T22:39:54.676Z] Result of testMethod = 5 [2020-11-28T22:39:54.676Z] End of script [2020-11-28T22:39:54.931Z] Start of script [2020-11-28T22:39:54.931Z] include file start [2020-11-28T22:39:54.931Z] include file processed [2020-11-28T22:39:54.931Z] Result of testMethod = 5 [2020-11-28T22:39:54.931Z] End of script [2020-11-28T22:39:55.187Z] Traceback (most recent call last): [2020-11-28T22:39:55.187Z] File "(none)", line 184, in run [2020-11-28T22:39:55.187Z] File "__ref_L/Debug Test/Main.py_qyllhmsjax", line 1, in [2020-11-28T22:39:55.187Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:55.187Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:55.187Z] [2020-11-28T22:39:55.187Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:55.443Z] Start of script [2020-11-28T22:39:55.443Z] include file start [2020-11-28T22:39:55.443Z] include file processed [2020-11-28T22:39:55.443Z] Result of testMethod = 5 [2020-11-28T22:39:55.443Z] End of script [2020-11-28T22:39:55.698Z] Start of script [2020-11-28T22:39:55.698Z] include file start [2020-11-28T22:39:55.698Z] include file processed [2020-11-28T22:39:55.698Z] Result of testMethod = 5 [2020-11-28T22:39:55.954Z] Traceback (most recent call last): [2020-11-28T22:39:55.954Z] File "(none)", line 184, in run [2020-11-28T22:39:55.954Z] File "__ref_L/Debug Test/Main.py_effmssfcdt", line 23, in [2020-11-28T22:39:55.954Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:55.954Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:55.954Z] [2020-11-28T22:39:55.954Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:55.954Z] Start of script [2020-11-28T22:39:55.954Z] include file start [2020-11-28T22:39:55.954Z] include file processed [2020-11-28T22:39:55.954Z] Result of testMethod = 5 [2020-11-28T22:39:55.954Z] End of script [2020-11-28T22:39:56.210Z] Start of script [2020-11-28T22:39:56.210Z] include file start [2020-11-28T22:39:56.210Z] include file processed [2020-11-28T22:39:56.466Z] Result of testMethod = 5 [2020-11-28T22:39:56.466Z] End of script [2020-11-28T22:39:56.466Z] Start of script [2020-11-28T22:39:56.466Z] include file start [2020-11-28T22:39:56.466Z] include file processed [2020-11-28T22:39:56.466Z] Result of testMethod = 5 [2020-11-28T22:39:56.466Z] End of script [2020-11-28T22:39:56.466Z] Start of script [2020-11-28T22:39:56.722Z] include file start [2020-11-28T22:39:56.722Z] include file processed [2020-11-28T22:39:56.722Z] Result of testMethod = 5 [2020-11-28T22:39:56.722Z] End of script [2020-11-28T22:39:56.978Z] Start of script [2020-11-28T22:39:56.978Z] include file start [2020-11-28T22:39:56.978Z] include file processed [2020-11-28T22:39:56.978Z] Traceback (most recent call last): [2020-11-28T22:39:56.978Z] File "(none)", line 184, in run [2020-11-28T22:39:56.978Z] File "__ref_L/Debug Test/Main.py_msdflkcugs", line 21, in [2020-11-28T22:39:56.978Z] File "__ref_L/Debug Test/Main.py_msdflkcugs", line 18, in testMethod [2020-11-28T22:39:56.978Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:56.978Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:56.978Z] [2020-11-28T22:39:56.978Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:57.233Z] Start of script [2020-11-28T22:39:57.489Z] include file start [2020-11-28T22:39:57.489Z] include file processed [2020-11-28T22:39:57.489Z] Result of testMethod = 5 [2020-11-28T22:39:57.489Z] End of script [2020-11-28T22:39:57.489Z] Start of script [2020-11-28T22:39:57.489Z] include file start [2020-11-28T22:39:57.489Z] include file processed [2020-11-28T22:39:57.489Z] Result of testMethod = 5 [2020-11-28T22:39:57.745Z] Traceback (most recent call last): [2020-11-28T22:39:57.745Z] File "(none)", line 184, in run [2020-11-28T22:39:57.745Z] File "__ref_L/Debug Test/Main.py_ykorwnsqzx", line 23, in [2020-11-28T22:39:57.745Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:57.745Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:57.745Z] [2020-11-28T22:39:57.745Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:57.745Z] Start of script [2020-11-28T22:39:57.745Z] include file start [2020-11-28T22:39:57.745Z] include file processed [2020-11-28T22:39:57.745Z] Result of testMethod = 5 [2020-11-28T22:39:58.002Z] End of script [2020-11-28T22:39:58.002Z] Start of script [2020-11-28T22:39:58.002Z] include file start [2020-11-28T22:39:58.002Z] include file processed [2020-11-28T22:39:58.258Z] Result of testMethod = 5 [2020-11-28T22:39:58.258Z] End of script [2020-11-28T22:39:58.258Z] Start of script [2020-11-28T22:39:58.258Z] include file start [2020-11-28T22:39:58.258Z] include file processed [2020-11-28T22:39:58.513Z] Result of testMethod = 5 [2020-11-28T22:39:58.513Z] End of script [2020-11-28T22:39:58.513Z] Start of script [2020-11-28T22:39:58.513Z] include file start [2020-11-28T22:39:58.513Z] include file processed [2020-11-28T22:39:58.513Z] Result of testMethod = 5 [2020-11-28T22:39:58.769Z] End of script [2020-11-28T22:39:58.769Z] Start of script [2020-11-28T22:39:58.769Z] include file start [2020-11-28T22:39:58.769Z] include file processed [2020-11-28T22:39:58.769Z] Result of testMethod = 5 [2020-11-28T22:39:59.025Z] Traceback (most recent call last): [2020-11-28T22:39:59.025Z] File "(none)", line 184, in run [2020-11-28T22:39:59.025Z] File "__ref_L/Debug Test/Main.py_rmtiskqwxj", line 23, in [2020-11-28T22:39:59.025Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:59.025Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:59.025Z] [2020-11-28T22:39:59.025Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:59.025Z] Start of script [2020-11-28T22:39:59.025Z] include file start [2020-11-28T22:39:59.025Z] include file processed [2020-11-28T22:39:59.025Z] Result of testMethod = 5 [2020-11-28T22:39:59.281Z] End of script [2020-11-28T22:39:59.281Z] Start of script [2020-11-28T22:39:59.281Z] include file start [2020-11-28T22:39:59.281Z] include file processed [2020-11-28T22:39:59.281Z] Result of testMethod = 5 [2020-11-28T22:39:59.537Z] Traceback (most recent call last): [2020-11-28T22:39:59.537Z] File "(none)", line 184, in run [2020-11-28T22:39:59.537Z] File "__ref_L/Debug Test/Main.py_opirkgcxug", line 23, in [2020-11-28T22:39:59.537Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:59.537Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:59.537Z] [2020-11-28T22:39:59.537Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:39:59.793Z] Traceback (most recent call last): [2020-11-28T22:39:59.793Z] File "(none)", line 184, in run [2020-11-28T22:39:59.793Z] File "__ref_L/Debug Test/Main.py_cplrnafisc", line 1, in [2020-11-28T22:39:59.793Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:39:59.793Z] org.eclipse.ease.ExitException: [2020-11-28T22:39:59.793Z] [2020-11-28T22:39:59.793Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:40:00.049Z] Start of script [2020-11-28T22:40:00.049Z] include file start [2020-11-28T22:40:00.049Z] include file processed [2020-11-28T22:40:00.049Z] Result of testMethod = 5 [2020-11-28T22:40:00.049Z] End of script [2020-11-28T22:40:00.049Z] Start of script [2020-11-28T22:40:00.049Z] include file start [2020-11-28T22:40:00.049Z] include file processed [2020-11-28T22:40:00.305Z] Result of testMethod = 5 [2020-11-28T22:40:00.305Z] End of script [2020-11-28T22:40:00.305Z] Start of script [2020-11-28T22:40:00.305Z] include file start [2020-11-28T22:40:00.305Z] include file processed [2020-11-28T22:40:00.305Z] Result of testMethod = 5 [2020-11-28T22:40:00.560Z] End of script [2020-11-28T22:40:00.560Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.325 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-11-28T22:40:00.560Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.526 s [2020-11-28T22:40:00.560Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-11-28T22:40:00.561Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-11-28T22:40:00.561Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.31 s [2020-11-28T22:40:00.561Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-11-28T22:40:00.561Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-11-28T22:40:00.561Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-11-28T22:40:00.561Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-11-28T22:40:00.561Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-11-28T22:40:00.561Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-11-28T22:40:00.561Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.561Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-11-28T22:40:00.561Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-11-28T22:40:00.561Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-11-28T22:40:00.561Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.561Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-11-28T22:40:00.561Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.561Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:40:00.561Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:40:00.561Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-11-28T22:40:00.561Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-11-28T22:40:00.561Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:40:00.561Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:40:00.561Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.561Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:40:00.561Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:40:00.561Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.561Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:40:00.561Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:40:00.561Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:40:00.561Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.562Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:40:00.562Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-11-28T22:40:00.562Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-11-28T22:40:00.562Z] [2020-11-28T22:40:00.562Z] Results: [2020-11-28T22:40:00.562Z] [2020-11-28T22:40:00.562Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:40:00.562Z] [2020-11-28T22:40:01.123Z] [INFO] All tests passed! [2020-11-28T22:40:01.123Z] [INFO] [2020-11-28T22:40:01.123Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:40:01.123Z] [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-11-28T22:40:01.123Z] [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-11-28T22:40:01.123Z] [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-11-28T22:40:01.123Z] [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-11-28T22:40:01.123Z] [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-11-28T22:40:01.123Z] [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-11-28T22:40:01.124Z] [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-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-11-28T22:40:01.124Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [44/48] [2020-11-28T22:40:01.124Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.test >>> [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.test <<< [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] [2020-11-28T22:40:01.124Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:01.380Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:40:01.380Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:40:02.307Z] [INFO] [2020-11-28T22:40:02.307Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-11-28T22:40:02.307Z] Constructing Javadoc information... [2020-11-28T22:40:02.307Z] 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-11-28T22:40:02.307Z] No plugin definition found, skipping [2020-11-28T22:40:02.307Z] No plugin definition found, skipping [2020-11-28T22:40:02.307Z] [WARNING] Javadoc Warnings [2020-11-28T22:40:02.307Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:02.307Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:40:02.307Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:40:02.307Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:40:02.307Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:40:02.307Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:40:02.307Z] [INFO] [2020-11-28T22:40:02.307Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.307Z] [INFO] [2020-11-28T22:40:02.307Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.307Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:02.307Z] [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-11-28T22:40:02.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/help [2020-11-28T22:40:02.307Z] [INFO] [2020-11-28T22:40:02.307Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [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-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:02.308Z] [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-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [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-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [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-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.308Z] [INFO] [2020-11-28T22:40:02.308Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:02.586Z] [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-11-28T22:40:02.586Z] [INFO] Command line: [2020-11-28T22:40:02.586Z] [/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-11-28T22:40:02.586Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:04.485Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-11-28T22:40:04.485Z] We are running from a zip file! [2020-11-28T22:40:04.485Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-11-28T22:40:04.485Z] this is an error [2020-11-28T22:40:04.485Z] ^ [2020-11-28T22:40:04.485Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-11-28T22:40:04.485Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-11-28T22:40:04.485Z] this is an error [2020-11-28T22:40:04.485Z] ^ [2020-11-28T22:40:04.485Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-11-28T22:40:04.744Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-11-28T22:40:04.744Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.273 s [2020-11-28T22:40:04.744Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.006 s [2020-11-28T22:40:04.744Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-11-28T22:40:04.744Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.001 s [2020-11-28T22:40:04.744Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-11-28T22:40:04.744Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.044 s [2020-11-28T22:40:04.744Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.078 s [2020-11-28T22:40:04.744Z] [2020-11-28T22:40:04.744Z] Results: [2020-11-28T22:40:04.744Z] [2020-11-28T22:40:04.744Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:40:04.744Z] [2020-11-28T22:40:05.334Z] [INFO] All tests passed! [2020-11-28T22:40:05.334Z] [INFO] [2020-11-28T22:40:05.334Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [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-11-28T22:40:05.334Z] [INFO] [2020-11-28T22:40:05.334Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:40:05.334Z] [INFO] [2020-11-28T22:40:05.334Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >-------- [2020-11-28T22:40:05.334Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT [45/48] [2020-11-28T22:40:05.334Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:40:05.334Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.test >>> [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.test <<< [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] [2020-11-28T22:40:05.335Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:05.603Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:40:05.603Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.585Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-11-28T22:40:06.585Z] Constructing Javadoc information... [2020-11-28T22:40:06.585Z] 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-11-28T22:40:06.585Z] No plugin definition found, skipping [2020-11-28T22:40:06.585Z] No plugin definition found, skipping [2020-11-28T22:40:06.585Z] [WARNING] Javadoc Warnings [2020-11-28T22:40:06.585Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:06.585Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:40:06.585Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:40:06.585Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:40:06.585Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:40:06.585Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.585Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.585Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:06.585Z] [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-11-28T22:40:06.585Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/help [2020-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.585Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.585Z] [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-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.585Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:06.585Z] [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-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.585Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.585Z] [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-11-28T22:40:06.585Z] [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-11-28T22:40:06.585Z] [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-11-28T22:40:06.585Z] [INFO] [2020-11-28T22:40:06.586Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.586Z] [INFO] [2020-11-28T22:40:06.586Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.586Z] [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-11-28T22:40:06.586Z] [INFO] [2020-11-28T22:40:06.586Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.586Z] [INFO] [2020-11-28T22:40:06.586Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.586Z] [INFO] [2020-11-28T22:40:06.586Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.884Z] [INFO] [2020-11-28T22:40:06.884Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:06.884Z] [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-11-28T22:40:06.884Z] [INFO] Command line: [2020-11-28T22:40:06.884Z] [/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-11-28T22:40:06.884Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:08.847Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-11-28T22:40:10.222Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-11-28T22:40:10.222Z] folderStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.577 s [2020-11-28T22:40:10.222Z] errorTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.176 s [2020-11-28T22:40:10.222Z] failureTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.112 s [2020-11-28T22:40:10.222Z] verifyOutput(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.111 s [2020-11-28T22:40:10.222Z] suiteStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.116 s [2020-11-28T22:40:10.223Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.101 s [2020-11-28T22:40:10.223Z] passTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.102 s [2020-11-28T22:40:10.223Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-11-28T22:40:10.792Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-11-28T22:40:10.792Z] folderStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.14 s [2020-11-28T22:40:10.792Z] verifyOutput(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.1 s [2020-11-28T22:40:10.792Z] suiteStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.066 s [2020-11-28T22:40:10.792Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.093 s [2020-11-28T22:40:10.792Z] ignoreTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.089 s [2020-11-28T22:40:10.792Z] failureTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.086 s [2020-11-28T22:40:10.792Z] errorTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.086 s [2020-11-28T22:40:10.792Z] passTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.074 s [2020-11-28T22:40:10.792Z] [2020-11-28T22:40:10.792Z] Results: [2020-11-28T22:40:10.792Z] [2020-11-28T22:40:10.792Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:40:10.792Z] [2020-11-28T22:40:11.354Z] [INFO] All tests passed! [2020-11-28T22:40:11.354Z] [INFO] [2020-11-28T22:40:11.354Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [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-11-28T22:40:11.354Z] [INFO] [2020-11-28T22:40:11.355Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test --- [2020-11-28T22:40:11.355Z] [INFO] [2020-11-28T22:40:11.355Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.ui.scripts.test >---------- [2020-11-28T22:40:11.355Z] [INFO] Building org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT [46/48] [2020-11-28T22:40:11.355Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts.test >>> [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts.test <<< [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] [2020-11-28T22:40:11.610Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:11.610Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:40:11.610Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:40:12.553Z] [INFO] [2020-11-28T22:40:12.553Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-11-28T22:40:12.553Z] Constructing Javadoc information... [2020-11-28T22:40:12.553Z] 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-11-28T22:40:12.553Z] No plugin definition found, skipping [2020-11-28T22:40:12.553Z] No plugin definition found, skipping [2020-11-28T22:40:12.553Z] [WARNING] Javadoc Warnings [2020-11-28T22:40:12.553Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:12.553Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:40:12.553Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:40:12.553Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:40:12.553Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:40:12.553Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:40:12.553Z] [INFO] [2020-11-28T22:40:12.553Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.553Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:12.554Z] [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-11-28T22:40:12.554Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/help [2020-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [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-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:12.554Z] [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-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [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-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [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-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.554Z] [INFO] [2020-11-28T22:40:12.554Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.839Z] [INFO] [2020-11-28T22:40:12.839Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:12.839Z] [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-11-28T22:40:12.839Z] [INFO] Command line: [2020-11-28T22:40:12.839Z] [/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-11-28T22:40:12.839Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:14.811Z] Running org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest [2020-11-28T22:40:14.811Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest [2020-11-28T22:40:14.811Z] loadClassWithExpression Time elapsed: 0.008 s [2020-11-28T22:40:14.811Z] createWithExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] createReferenceExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] loadClassReferenceExpression Time elapsed: 0 s [2020-11-28T22:40:14.811Z] loadClassTestExpression Time elapsed: 0 s [2020-11-28T22:40:14.811Z] createEqualsExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] loadClassCountExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] loadClassOrExpression Time elapsed: 0 s [2020-11-28T22:40:14.811Z] createTestExpression Time elapsed: 0.002 s [2020-11-28T22:40:14.811Z] createOrExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] loadClassAndExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] createAndExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] loadClassEqualsExpression Time elapsed: 0 s [2020-11-28T22:40:14.811Z] createCountExpression Time elapsed: 0.001 s [2020-11-28T22:40:14.811Z] [2020-11-28T22:40:14.811Z] Results: [2020-11-28T22:40:14.811Z] [2020-11-28T22:40:14.811Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:40:14.811Z] [2020-11-28T22:40:15.372Z] [INFO] All tests passed! [2020-11-28T22:40:15.372Z] [INFO] [2020-11-28T22:40:15.372Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:15.372Z] [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-11-28T22:40:15.372Z] [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-11-28T22:40:15.372Z] [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-11-28T22:40:15.372Z] [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-11-28T22:40:15.372Z] [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-11-28T22:40:15.373Z] [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-11-28T22:40:15.373Z] [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-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts.test --- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-11-28T22:40:15.373Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [47/48] [2020-11-28T22:40:15.373Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.test >>> [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.test <<< [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] [2020-11-28T22:40:15.373Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:15.373Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-11-28T22:40:15.373Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-11-28T22:40:16.786Z] [INFO] [2020-11-28T22:40:16.786Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-11-28T22:40:16.786Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-11-28T22:40:16.786Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-11-28T22:40:16.786Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-11-28T22:40:16.786Z] Constructing Javadoc information... [2020-11-28T22:40:16.786Z] 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-11-28T22:40:16.786Z] [WARNING] Javadoc Warnings [2020-11-28T22:40:16.787Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:16.787Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-11-28T22:40:16.787Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-11-28T22:40:16.787Z] [WARNING] are planned to be removed in a future JDK release. These [2020-11-28T22:40:16.787Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-11-28T22:40:16.787Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [INFO] Copying 2 resources to help [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [INFO] [2020-11-28T22:40:16.787Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:16.787Z] [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-11-28T22:40:16.787Z] [INFO] Command line: [2020-11-28T22:40:16.788Z] [/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-11-28T22:40:16.788Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff" [2020-11-28T22:40:18.747Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-11-28T22:40:18.747Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.02 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-11-28T22:40:18.747Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:40:18.747Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:40:18.747Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:40:18.747Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:40:18.747Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-11-28T22:40:19.004Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.055 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-11-28T22:40:19.004Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:40:19.004Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-11-28T22:40:19.004Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-11-28T22:40:19.004Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.003 s [2020-11-28T22:40:19.004Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:40:19.004Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-11-28T22:40:19.004Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:40:19.004Z] 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-11-28T22:40:19.004Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:40:19.004Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:40:19.004Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:40:25.545Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.835 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-11-28T22:40:25.545Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.415 s [2020-11-28T22:40:25.545Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-11-28T22:40:25.545Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-11-28T22:40:25.545Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.072 s [2020-11-28T22:40:25.545Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-11-28T22:40:30.794Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.154 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-11-28T22:40:30.794Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.008 s [2020-11-28T22:40:30.794Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.034 s [2020-11-28T22:40:30.794Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.046 s [2020-11-28T22:40:30.794Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.009 s [2020-11-28T22:40:30.794Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-11-28T22:40:30.794Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.045 s [2020-11-28T22:40:30.794Z] [2020-11-28T22:40:30.794Z] Results: [2020-11-28T22:40:30.794Z] [2020-11-28T22:40:30.794Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-11-28T22:40:30.794Z] [2020-11-28T22:40:31.050Z] [INFO] All tests passed! [2020-11-28T22:40:31.050Z] [INFO] [2020-11-28T22:40:31.051Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [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-11-28T22:40:31.051Z] [INFO] [2020-11-28T22:40:31.051Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test --- [2020-11-28T22:40:31.051Z] [INFO] [2020-11-28T22:40:31.051Z] [INFO] ---------------------< org.eclipse.ease:ease.core >--------------------- [2020-11-28T22:40:31.051Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT [48/48] [2020-11-28T22:40:31.051Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-11-28T22:40:31.051Z] [INFO] [2020-11-28T22:40:31.051Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core --- [2020-11-28T22:40:31.051Z] [INFO] [2020-11-28T22:40:31.051Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core --- [2020-11-28T22:40:31.308Z] [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-11-28T22:40:31.308Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:40:31.308Z] [INFO] Reactor Summary: [2020-11-28T22:40:31.308Z] [INFO] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 4.309 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 8.249 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 3.323 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 3.095 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 1.886 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 2.708 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.374 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.321 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.632 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.499 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.581 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.480 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 2.328 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 2.355 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.332 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.473 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.363 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.653 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.662 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.721 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.653 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.338 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.210 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.195 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.248 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.063 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.096 s] [2020-11-28T22:40:31.308Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.106 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.090 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.099 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.110 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.177 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.097 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.095 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.009 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 3.882 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.441 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 15.917 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 4.483 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 16.188 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 4.289 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.574 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT SUCCESS [ 16.538 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SUCCESS [ 4.209 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SUCCESS [ 6.116 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT .... SUCCESS [ 3.755 s] [2020-11-28T22:40:31.309Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SUCCESS [ 15.814 s] [2020-11-28T22:40:31.309Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [ 0.215 s] [2020-11-28T22:40:31.309Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:40:31.309Z] [INFO] BUILD SUCCESS [2020-11-28T22:40:31.309Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:40:31.309Z] [INFO] Total time: 04:56 min [2020-11-28T22:40:31.309Z] [INFO] Finished at: 2020-11-28T22:40:31Z [2020-11-28T22:40:31.309Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:40:31.309Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven334811ff/maven-spy-20201128-223534-66013648842330781152028.log [Pipeline] } [2020-11-28T22:40:33.097Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.jython.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.unittest.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.scripts.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.scripts.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.098Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.test/target/surefire-reports/*.xml [2020-11-28T22:40:33.101Z] [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results [2020-11-28T22:40:34.406Z] [withMaven] Publishers: Pipeline Graph Publisher: 60 ms, Invoker Publisher: 2 ms, Junit Publisher: 324 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 971 ms, Findbugs Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2020-11-28T22:40:34.721Z] + 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-11-28T22:40:34.729Z] [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-11-28T22:40:34.729Z] [withMaven] Available options: [2020-11-28T22:40:34.729Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-11-28T22:40:34.735Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-11-28T22:40:35.015Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2020-11-28T22:40:35.015Z] ----- withMaven Wrapper script ----- [2020-11-28T22:40:35.015Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:40:35.015Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-11-28T22:40:35.015Z] Maven home: /opt/tools/apache-maven/latest [2020-11-28T22:40:35.015Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-11-28T22:40:35.016Z] Default locale: en_US, platform encoding: UTF-8 [2020-11-28T22:40:35.016Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-11-28T22:40:35.591Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/maven-spy-20201128-224035-5558427327969351198889.log.tmp ... [2020-11-28T22:40:35.847Z] [INFO] Scanning for projects... [2020-11-28T22:40:36.785Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-11-28T22:40:38.150Z] [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-11-28T22:40:38.406Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [2020-11-28T22:40:38.406Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [2020-11-28T22:40:38.406Z] [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [2020-11-28T22:40:38.406Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-11-28T22:40:38.406Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-11-28T22:40:38.661Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [2020-11-28T22:40:38.661Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [2020-11-28T22:40:38.917Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ (24.79kB) [2020-11-28T22:40:38.917Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ (24.79kB) [2020-11-28T22:40:38.917Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [2020-11-28T22:40:38.917Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ (142B) [2020-11-28T22:40:39.173Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ (992.46kB) [2020-11-28T22:40:39.173Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ (992.46kB) [2020-11-28T22:40:40.536Z] Nov 28, 2020 10:40:40 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:40:40.536Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond [2020-11-28T22:40:40.536Z] Nov 28, 2020 10:40:40 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:40:40.536Z] INFO: Retrying request to {s}->https://download.eclipse.org:443 [2020-11-28T22:40:40.792Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ (134B) [2020-11-28T22:40:40.792Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ (134B) [2020-11-28T22:40:40.792Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository [2020-11-28T22:40:40.792Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-11-28T22:40:40.792Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-11-28T22:40:41.048Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-11-28T22:40:41.048Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-11-28T22:40:41.048Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (172B) [2020-11-28T22:40:41.048Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (172B) [2020-11-28T22:40:41.305Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (72.75kB) [2020-11-28T22:40:41.305Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (72.75kB) [2020-11-28T22:40:42.668Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-11-28T22:40:43.229Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.4 [2020-11-28T22:40:43.229Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-11-28T22:40:43.229Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-11-28T22:40:43.791Z] [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-11-28T22:40:47.955Z] [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ [2020-11-28T22:40:47.955Z] [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-11-28T22:40:47.955Z] [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-11-28T22:40:50.471Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.32kB) [2020-11-28T22:40:50.726Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.32kB) [2020-11-28T22:40:50.726Z] [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-11-28T22:40:50.726Z] [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-11-28T22:40:50.982Z] [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-11-28T22:40:50.982Z] [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-11-28T22:40:51.238Z] [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-11-28T22:40:51.238Z] [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-11-28T22:40:51.494Z] [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-11-28T22:40:51.494Z] [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-11-28T22:40:51.494Z] [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-11-28T22:40:51.494Z] [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-11-28T22:40:51.750Z] [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-11-28T22:40:51.750Z] [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-11-28T22:40:51.750Z] [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-11-28T22:40:52.006Z] [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-11-28T22:40:52.006Z] [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-11-28T22:40:52.006Z] [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-11-28T22:40:52.263Z] [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-11-28T22:40:52.263Z] [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-11-28T22:40:52.263Z] [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-11-28T22:40:52.263Z] [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-11-28T22:40:52.519Z] [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-11-28T22:40:52.519Z] [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-11-28T22:40:52.775Z] [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-11-28T22:40:52.775Z] [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-11-28T22:40:52.775Z] [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-11-28T22:40:52.775Z] [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-11-28T22:40:53.335Z] [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-11-28T22:40:53.335Z] [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-11-28T22:40:53.591Z] [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-11-28T22:40:53.591Z] [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-11-28T22:40:53.846Z] [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-11-28T22:40:53.846Z] [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-11-28T22:40:54.102Z] [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-11-28T22:40:54.102Z] [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-11-28T22:40:54.102Z] [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-11-28T22:40:54.102Z] [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-11-28T22:40:54.357Z] [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-11-28T22:40:54.357Z] [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-11-28T22:40:54.357Z] [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-11-28T22:40:54.357Z] [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-11-28T22:40:54.615Z] [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-11-28T22:40:54.615Z] [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-11-28T22:40:54.871Z] [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-11-28T22:40:54.871Z] [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-11-28T22:40:54.871Z] [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-11-28T22:40:54.871Z] [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-11-28T22:40:55.127Z] [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-11-28T22:40:55.127Z] [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-11-28T22:40:55.127Z] [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-11-28T22:40:55.127Z] [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-11-28T22:40:55.383Z] [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-11-28T22:40:55.383Z] [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-11-28T22:40:55.383Z] [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-11-28T22:40:55.383Z] [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-11-28T22:40:55.638Z] [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-11-28T22:40:55.638Z] [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-11-28T22:40:55.894Z] [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-11-28T22:40:55.894Z] [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-11-28T22:40:55.895Z] [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-11-28T22:40:55.895Z] [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-11-28T22:40:56.150Z] [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-11-28T22:40:56.406Z] [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-11-28T22:40:56.661Z] [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-11-28T22:40:56.661Z] [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-11-28T22:40:56.661Z] [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-11-28T22:40:56.661Z] [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-11-28T22:40:56.917Z] [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-11-28T22:40:56.917Z] [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-11-28T22:40:56.917Z] [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-11-28T22:40:56.917Z] [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-11-28T22:40:57.173Z] [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-11-28T22:40:57.173Z] [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-11-28T22:40:57.173Z] [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-11-28T22:40:57.173Z] [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-11-28T22:40:57.173Z] [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-11-28T22:40:57.429Z] [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-11-28T22:40:57.429Z] [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-11-28T22:40:57.429Z] [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-11-28T22:40:57.991Z] [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-11-28T22:40:57.991Z] [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-11-28T22:40:58.246Z] [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-11-28T22:40:58.246Z] [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-11-28T22:40:58.247Z] [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-11-28T22:40:58.247Z] [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-11-28T22:40:58.502Z] [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-11-28T22:40:58.502Z] [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-11-28T22:40:58.502Z] [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-11-28T22:40:58.502Z] [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-11-28T22:40:58.759Z] [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-11-28T22:40:58.759Z] [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-11-28T22:40:58.759Z] [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-11-28T22:40:58.759Z] [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-11-28T22:40:59.017Z] [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-11-28T22:40:59.017Z] [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-11-28T22:40:59.017Z] [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-11-28T22:40:59.017Z] [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-11-28T22:40:59.272Z] [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-11-28T22:40:59.272Z] [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-11-28T22:40:59.273Z] [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-11-28T22:40:59.273Z] [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-11-28T22:40:59.528Z] [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-11-28T22:40:59.784Z] [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-11-28T22:40:59.784Z] [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-11-28T22:40:59.784Z] [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-11-28T22:40:59.784Z] [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-11-28T22:40:59.784Z] [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-11-28T22:41:00.345Z] [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-11-28T22:41:00.345Z] [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-11-28T22:41:00.345Z] [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-11-28T22:41:00.345Z] [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-11-28T22:41:00.600Z] [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-11-28T22:41:00.600Z] [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-11-28T22:41:00.600Z] [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-11-28T22:41:00.601Z] [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-11-28T22:41:00.856Z] [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-11-28T22:41:00.856Z] [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-11-28T22:41:00.856Z] [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-11-28T22:41:00.857Z] [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-11-28T22:41:01.112Z] [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-11-28T22:41:01.112Z] [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-11-28T22:41:01.112Z] [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-11-28T22:41:01.112Z] [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-11-28T22:41:01.369Z] [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-11-28T22:41:01.369Z] [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-11-28T22:41:01.369Z] [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-11-28T22:41:01.369Z] [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-11-28T22:41:01.624Z] [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-11-28T22:41:01.624Z] [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-11-28T22:41:01.625Z] [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-11-28T22:41:01.625Z] [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-11-28T22:41:01.882Z] [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-11-28T22:41:01.882Z] [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-11-28T22:41:01.882Z] [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-11-28T22:41:02.138Z] [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-11-28T22:41:02.138Z] [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-11-28T22:41:02.138Z] [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-11-28T22:41:02.393Z] [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-11-28T22:41:02.393Z] [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-11-28T22:41:02.393Z] [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-11-28T22:41:02.393Z] [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-11-28T22:41:02.649Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-11-28T22:41:02.649Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-11-28T22:41:02.649Z] [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-11-28T22:41:02.649Z] [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-11-28T22:41:03.575Z] [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-11-28T22:41:03.575Z] [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-11-28T22:41:03.575Z] [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-11-28T22:41:03.575Z] [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-11-28T22:41:03.575Z] [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-11-28T22:41:03.831Z] [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-11-28T22:41:03.831Z] [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-11-28T22:41:03.831Z] [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-11-28T22:41:04.086Z] [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-11-28T22:41:04.086Z] [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-11-28T22:41:04.086Z] [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-11-28T22:41:04.086Z] [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-11-28T22:41:04.342Z] [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-11-28T22:41:04.342Z] [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-11-28T22:41:04.342Z] [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-11-28T22:41:04.342Z] [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-11-28T22:41:04.598Z] [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-11-28T22:41:04.598Z] [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-11-28T22:41:04.598Z] [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-11-28T22:41:04.598Z] [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-11-28T22:41:04.855Z] [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-11-28T22:41:04.855Z] [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-11-28T22:41:04.855Z] [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-11-28T22:41:04.855Z] [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-11-28T22:41:05.110Z] [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-11-28T22:41:05.110Z] [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-11-28T22:41:05.366Z] [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-11-28T22:41:05.366Z] [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-11-28T22:41:05.366Z] [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-11-28T22:41:05.366Z] [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-11-28T22:41:05.622Z] [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-11-28T22:41:05.622Z] [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-11-28T22:41:05.878Z] [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-11-28T22:41:05.878Z] [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-11-28T22:41:06.136Z] [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-11-28T22:41:06.136Z] [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-11-28T22:41:06.701Z] [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-11-28T22:41:06.701Z] [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-11-28T22:41:06.978Z] [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-11-28T22:41:06.978Z] [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-11-28T22:41:06.978Z] [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-11-28T22:41:06.978Z] [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-11-28T22:41:07.233Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:07.233Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.ui.scripts/0.8.0.I202010061535 [2020-11-28T22:41:07.234Z] [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-11-28T22:41:07.234Z] [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-11-28T22:41:07.234Z] [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-11-28T22:41:07.234Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.lang.javascript.nashorn/0.8.0.I202010061535 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:07.234Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-11-28T22:41:07.234Z] [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-11-28T22:41:07.489Z] [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-11-28T22:41:07.489Z] [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-11-28T22:41:07.489Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-11-28T22:41:07.489Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-11-28T22:41:07.745Z] [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-11-28T22:41:07.745Z] [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-11-28T22:41:08.001Z] [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-11-28T22:41:08.256Z] [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-11-28T22:41:09.621Z] Nov 28, 2020 10:41:09 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:41:09.621Z] 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-11-28T22:41:09.621Z] Nov 28, 2020 10:41:09 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:41:09.621Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:41:09.621Z] [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-11-28T22:41:09.621Z] [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-11-28T22:41:09.877Z] [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-11-28T22:41:09.877Z] [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-11-28T22:41:10.132Z] [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-11-28T22:41:10.132Z] [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-11-28T22:41:10.132Z] [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-11-28T22:41:10.132Z] [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-11-28T22:41:10.388Z] [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-11-28T22:41:10.388Z] [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-11-28T22:41:10.388Z] [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-11-28T22:41:10.388Z] [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-11-28T22:41:10.643Z] [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-11-28T22:41:10.643Z] [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-11-28T22:41:11.569Z] [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-11-28T22:41:11.569Z] [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-11-28T22:41:11.569Z] [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-11-28T22:41:11.569Z] [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-11-28T22:41:11.825Z] [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-11-28T22:41:11.825Z] [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-11-28T22:41:11.825Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:11.825Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:11.825Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:11.825Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-11-28T22:41:11.825Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:11.825Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-11-28T22:41:11.825Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-11-28T22:41:11.825Z] [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-11-28T22:41:11.825Z] [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-11-28T22:41:11.825Z] [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-11-28T22:41:12.086Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-11-28T22:41:12.087Z] [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-11-28T22:41:12.087Z] [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-11-28T22:41:12.087Z] [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-11-28T22:41:12.087Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-11-28T22:41:12.087Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:12.087Z] [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-11-28T22:41:12.342Z] [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-11-28T22:41:12.342Z] [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-11-28T22:41:12.342Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:12.342Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:12.343Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:12.343Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-11-28T22:41:12.343Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:12.343Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-11-28T22:41:12.343Z] [WARNING] org.eclipse.ease.lang.python.jython/0.8.0.I202010061535 [2020-11-28T22:41:12.343Z] [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-11-28T22:41:12.343Z] [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-11-28T22:41:12.343Z] [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-11-28T22:41:12.599Z] [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-11-28T22:41:12.599Z] [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-11-28T22:41:12.854Z] [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-11-28T22:41:13.112Z] [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-11-28T22:41:13.112Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.lang.python.py4j/0.8.0.I202010061535 [2020-11-28T22:41:13.112Z] [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-11-28T22:41:13.112Z] [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-11-28T22:41:13.112Z] [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-11-28T22:41:13.112Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-11-28T22:41:13.112Z] [WARNING] org.eclipse.ease.lang.scriptarchive/0.8.0.I202010061535 [2020-11-28T22:41:13.113Z] [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-11-28T22:41:13.372Z] [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-11-28T22:41:13.372Z] [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-11-28T22:41:13.372Z] Nov 28, 2020 10:41:13 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:41:13.372Z] 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-11-28T22:41:13.372Z] Nov 28, 2020 10:41:13 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:41:13.372Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:41:13.372Z] [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-11-28T22:41:13.372Z] [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-11-28T22:41:13.932Z] [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-11-28T22:41:13.932Z] [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-11-28T22:41:14.493Z] [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-11-28T22:41:14.493Z] [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-11-28T22:41:15.419Z] [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-11-28T22:41:15.419Z] [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-11-28T22:41:17.933Z] Nov 28, 2020 10:41:17 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:41:17.933Z] 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-11-28T22:41:17.933Z] Nov 28, 2020 10:41:17 PM org.apache.http.impl.execchain.RetryExec execute [2020-11-28T22:41:17.933Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-11-28T22:41:17.933Z] [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-11-28T22:41:17.933Z] [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-11-28T22:41:17.933Z] [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-11-28T22:41:17.933Z] [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-11-28T22:41:18.189Z] [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-11-28T22:41:18.189Z] [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-11-28T22:41:18.189Z] [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-11-28T22:41:18.189Z] [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-11-28T22:41:18.444Z] [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-11-28T22:41:18.444Z] [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-11-28T22:41:18.700Z] [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-11-28T22:41:18.700Z] [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-11-28T22:41:18.700Z] [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-11-28T22:41:18.700Z] [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-11-28T22:41:18.955Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-11-28T22:41:18.955Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-11-28T22:41:18.955Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-11-28T22:41:18.955Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-11-28T22:41:19.211Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-11-28T22:41:19.211Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-11-28T22:41:19.211Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-11-28T22:41:19.211Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-11-28T22:41:19.466Z] [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-11-28T22:41:19.466Z] [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-11-28T22:41:19.466Z] [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-11-28T22:41:19.466Z] [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-11-28T22:41:19.722Z] [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-11-28T22:41:19.722Z] [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-11-28T22:41:19.722Z] [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-11-28T22:41:19.722Z] [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-11-28T22:41:19.978Z] [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-11-28T22:41:19.978Z] [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-11-28T22:41:20.234Z] [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-11-28T22:41:20.234Z] [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-11-28T22:41:20.489Z] [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-11-28T22:41:20.489Z] [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-11-28T22:41:20.489Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-11-28T22:41:20.489Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-11-28T22:41:20.745Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-11-28T22:41:20.745Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-11-28T22:41:20.745Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-11-28T22:41:20.745Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-11-28T22:41:20.745Z] [WARNING] org.eclipse.ease.ui.completions.java/0.8.0.I202010061535 [2020-11-28T22:41:20.745Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202011101420 [2020-11-28T22:41:20.745Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-11-28T22:41:20.745Z] [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-11-28T22:41:20.745Z] [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-11-28T22:41:20.745Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-11-28T22:41:20.745Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:41:20.745Z] [INFO] Reactor Build Order: [2020-11-28T22:41:20.745Z] [INFO] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.releng [pom] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-11-28T22:41:20.745Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-11-28T22:41:20.745Z] [INFO] [2020-11-28T22:41:20.745Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-11-28T22:41:20.745Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/11] [2020-11-28T22:41:20.745Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-11-28T22:41:20.745Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-11-28T22:41:20.745Z] [INFO] [2020-11-28T22:41:20.745Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-11-28T22:41:20.745Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [2/11] [2020-11-28T22:41:20.745Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-11-28T22:41:20.745Z] [INFO] [2020-11-28T22:41:20.745Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-11-28T22:41:21.001Z] [INFO] [2020-11-28T22:41:21.001Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-11-28T22:41:21.001Z] [INFO] [2020-11-28T22:41:21.001Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-11-28T22:41:21.001Z] [INFO] [2020-11-28T22:41:21.001Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-11-28T22:41:21.001Z] [INFO] [2020-11-28T22:41:21.001Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-11-28T22:41:21.001Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [3/11] [2020-11-28T22:41:21.001Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:41:21.001Z] [INFO] [2020-11-28T22:41:21.001Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:21.285Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:21.285Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.285Z] [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-11-28T22:41:21.285Z] [INFO] [2020-11-28T22:41:21.285Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.542Z] [INFO] [2020-11-28T22:41:21.542Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.542Z] [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-11-28T22:41:21.542Z] [INFO] [2020-11-28T22:41:21.542Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.542Z] [INFO] [2020-11-28T22:41:21.542Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.542Z] [INFO] [2020-11-28T22:41:21.542Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.542Z] [INFO] [2020-11-28T22:41:21.542Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-11-28T22:41:21.837Z] [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-11-28T22:41:21.837Z] [INFO] Command line: [2020-11-28T22:41:21.837Z] [/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-11-28T22:41:21.837Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:41:23.745Z] Running org.eclipse.ease.tools.StringToolsTest [2020-11-28T22:41:23.745Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ease.tools.StringToolsTest [2020-11-28T22:41:23.745Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-11-28T22:41:23.745Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-11-28T22:41:23.745Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.069 s [2020-11-28T22:41:23.745Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-11-28T22:41:23.745Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-11-28T22:41:23.745Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-11-28T22:41:23.745Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.745Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.745Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.746Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-11-28T22:41:23.746Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.746Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.746Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-11-28T22:41:23.746Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-11-28T22:41:23.746Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-11-28T22:41:23.746Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] Running org.eclipse.ease.ScriptTest [2020-11-28T22:41:23.746Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ease.ScriptTest [2020-11-28T22:41:23.746Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.027 s [2020-11-28T22:41:23.746Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.002 s [2020-11-28T22:41:23.746Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-11-28T22:41:23.746Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-11-28T22:41:23.746Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-11-28T22:41:28.990Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-11-28T22:41:28.991Z] java.lang.RuntimeException: ERROR [2020-11-28T22:41:28.991Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-11-28T22:41:28.991Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:41:28.991Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:41:28.991Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:41:29.552Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.025 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-11-28T22:41:29.552Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-11-28T22:41:29.552Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.204 s [2020-11-28T22:41:29.552Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:41:29.552Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:41:29.552Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-11-28T22:41:29.552Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.004 s [2020-11-28T22:41:29.552Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.201 s [2020-11-28T22:41:29.552Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-11-28T22:41:29.552Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:41:29.552Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-11-28T22:41:29.552Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-11-28T22:41:29.552Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.007 s [2020-11-28T22:41:29.552Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-11-28T22:41:29.552Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-11-28T22:41:29.808Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:41:29.808Z] 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-11-28T22:41:29.808Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:41:29.808Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:41:29.808Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:41:29.808Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-11-28T22:41:29.808Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.06 s [2020-11-28T22:41:29.808Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-11-28T22:41:29.808Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-11-28T22:41:29.808Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.005 s [2020-11-28T22:41:29.808Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-11-28T22:41:29.808Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-11-28T22:41:29.808Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-11-28T22:41:29.809Z] Running org.eclipse.ease.ScriptResultTest [2020-11-28T22:41:29.809Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-11-28T22:41:29.809Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-11-28T22:41:29.809Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-11-28T22:41:29.809Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-11-28T22:41:29.809Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-11-28T22:41:35.057Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-11-28T22:41:35.620Z] java.lang.RuntimeException: ERROR [2020-11-28T22:41:35.620Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-11-28T22:41:35.620Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:41:35.620Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:41:35.620Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:41:36.547Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.746 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-11-28T22:41:36.547Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.021 s [2020-11-28T22:41:36.547Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:41:36.547Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:41:36.547Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.202 s [2020-11-28T22:41:36.547Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:41:36.547Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-11-28T22:41:36.547Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-11-28T22:41:36.547Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.301 s [2020-11-28T22:41:36.547Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:41:36.547Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.201 s [2020-11-28T22:41:36.547Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-11-28T22:41:36.547Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-11-28T22:41:36.547Z] [2020-11-28T22:41:36.547Z] Results: [2020-11-28T22:41:36.547Z] [2020-11-28T22:41:36.547Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:41:36.547Z] [2020-11-28T22:41:36.803Z] [INFO] All tests passed! [2020-11-28T22:41:36.803Z] [INFO] [2020-11-28T22:41:36.803Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-11-28T22:41:36.803Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [4/11] [2020-11-28T22:41:36.803Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:41:36.803Z] [INFO] [2020-11-28T22:41:36.803Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:37.059Z] [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-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:37.059Z] [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-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [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-11-28T22:41:37.059Z] [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-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [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-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.059Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.059Z] [INFO] [2020-11-28T22:41:37.060Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.060Z] [INFO] [2020-11-28T22:41:37.060Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-11-28T22:41:37.060Z] [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-11-28T22:41:37.060Z] [INFO] Command line: [2020-11-28T22:41:37.060Z] [/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-11-28T22:41:37.060Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:41:38.987Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-11-28T22:41:38.987Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:41:39.242Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:41:39.242Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:41:39.497Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:41:39.498Z] 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-11-28T22:41:39.498Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:41:39.498Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:41:39.498Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:41:39.498Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:41:39.498Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-11-28T22:41:39.753Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.003 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-11-28T22:41:39.753Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.624 s [2020-11-28T22:41:39.753Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.063 s [2020-11-28T22:41:39.753Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.123 s [2020-11-28T22:41:39.753Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.082 s [2020-11-28T22:41:39.753Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.092 s [2020-11-28T22:41:39.753Z] [2020-11-28T22:41:39.753Z] Results: [2020-11-28T22:41:39.753Z] [2020-11-28T22:41:39.753Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:41:39.753Z] [2020-11-28T22:41:40.009Z] [INFO] All tests passed! [2020-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-11-28T22:41:40.009Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [5/11] [2020-11-28T22:41:40.009Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:40.009Z] [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-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:40.009Z] [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-11-28T22:41:40.009Z] [INFO] [2020-11-28T22:41:40.009Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.009Z] [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-11-28T22:41:40.009Z] [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-11-28T22:41:40.285Z] [INFO] [2020-11-28T22:41:40.285Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.285Z] [INFO] [2020-11-28T22:41:40.285Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.285Z] [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-11-28T22:41:40.285Z] [INFO] [2020-11-28T22:41:40.285Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.285Z] [INFO] [2020-11-28T22:41:40.285Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.285Z] [INFO] [2020-11-28T22:41:40.285Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.285Z] [INFO] [2020-11-28T22:41:40.285Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-11-28T22:41:40.285Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-11-28T22:41:40.285Z] [INFO] Command line: [2020-11-28T22:41:40.286Z] [/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-11-28T22:41:40.286Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:41:42.186Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-11-28T22:41:42.186Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-11-28T22:41:42.186Z] [2020-11-28T22:41:42.186Z] Java Stacktrace: [2020-11-28T22:41:42.186Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-11-28T22:41:42.186Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-11-28T22:41:42.186Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-11-28T22:41:42.186Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-11-28T22:41:42.186Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-11-28T22:41:42.187Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-11-28T22:41:42.187Z] at java.base/java.lang.Class.forName0(Native Method) [2020-11-28T22:41:42.187Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-11-28T22:41:42.187Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-11-28T22:41:42.187Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-11-28T22:41:42.187Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-11-28T22:41:42.187Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-11-28T22:41:42.187Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-11-28T22:41:42.187Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:41:42.187Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:41:42.187Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:41:42.187Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:41:42.187Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:41:42.444Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-11-28T22:41:42.444Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-11-28T22:41:42.444Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-11-28T22:41:42.444Z] [2020-11-28T22:41:42.444Z] Java Stacktrace: [2020-11-28T22:41:42.444Z] java.lang.Exception [2020-11-28T22:41:42.444Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-11-28T22:41:42.444Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-11-28T22:41:42.444Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-11-28T22:41:42.444Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-11-28T22:41:42.444Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-11-28T22:41:42.444Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:41:42.444Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:41:42.444Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:41:42.444Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:41:42.444Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:41:42.444Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-11-28T22:41:42.444Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-11-28T22:41:42.444Z] 'asdf [2020-11-28T22:41:42.444Z] ^ [2020-11-28T22:41:42.444Z] at :1 [2020-11-28T22:41:42.444Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-11-28T22:41:42.445Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.198 s [2020-11-28T22:41:42.445Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.06 s [2020-11-28T22:41:42.445Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.018 s [2020-11-28T22:41:42.445Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-11-28T22:41:42.445Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-11-28T22:41:42.445Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.049 s [2020-11-28T22:41:42.445Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-11-28T22:41:42.445Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.021 s [2020-11-28T22:41:42.445Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.02 s [2020-11-28T22:41:42.445Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.051 s [2020-11-28T22:41:42.445Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-11-28T22:41:42.445Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-11-28T22:41:42.445Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-11-28T22:41:42.741Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:41:42.741Z] 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-11-28T22:41:42.741Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:41:42.741Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:41:42.741Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:41:42.741Z] Start of script [2020-11-28T22:41:42.741Z] include file start [2020-11-28T22:41:42.741Z] Include file processed [2020-11-28T22:41:42.741Z] line after include file [2020-11-28T22:41:42.741Z] Result of testMethod = 5 [2020-11-28T22:41:42.741Z] End of script [2020-11-28T22:41:42.996Z] Start of script [2020-11-28T22:41:42.996Z] include file start [2020-11-28T22:41:42.996Z] Include file processed [2020-11-28T22:41:42.996Z] line after include file [2020-11-28T22:41:42.996Z] Result of testMethod = 5 [2020-11-28T22:41:42.996Z] End of script [2020-11-28T22:41:43.252Z] Start of script [2020-11-28T22:41:43.252Z] include file start [2020-11-28T22:41:43.252Z] Include file processed [2020-11-28T22:41:43.252Z] line after include file [2020-11-28T22:41:43.252Z] Result of testMethod = 5 [2020-11-28T22:41:43.508Z] Start of script [2020-11-28T22:41:43.508Z] include file start [2020-11-28T22:41:43.508Z] Include file processed [2020-11-28T22:41:43.508Z] line after include file [2020-11-28T22:41:43.764Z] Result of testMethod = 5 [2020-11-28T22:41:43.764Z] End of script [2020-11-28T22:41:44.020Z] Start of script [2020-11-28T22:41:44.020Z] include file start [2020-11-28T22:41:44.020Z] Include file processed [2020-11-28T22:41:44.020Z] line after include file [2020-11-28T22:41:44.020Z] Result of testMethod = 5 [2020-11-28T22:41:44.020Z] End of script [2020-11-28T22:41:44.020Z] Start of script [2020-11-28T22:41:44.020Z] include file start [2020-11-28T22:41:44.020Z] Include file processed [2020-11-28T22:41:44.020Z] line after include file [2020-11-28T22:41:44.275Z] Result of testMethod = 5 [2020-11-28T22:41:44.275Z] End of script [2020-11-28T22:41:44.275Z] Start of script [2020-11-28T22:41:44.275Z] include file start [2020-11-28T22:41:44.275Z] Include file processed [2020-11-28T22:41:44.275Z] line after include file [2020-11-28T22:41:44.275Z] Result of testMethod = 5 [2020-11-28T22:41:44.837Z] Start of script [2020-11-28T22:41:44.837Z] include file start [2020-11-28T22:41:44.837Z] Include file processed [2020-11-28T22:41:44.837Z] line after include file [2020-11-28T22:41:44.837Z] Result of testMethod = 5 [2020-11-28T22:41:44.837Z] End of script [2020-11-28T22:41:45.093Z] Start of script [2020-11-28T22:41:45.093Z] include file start [2020-11-28T22:41:45.093Z] Include file processed [2020-11-28T22:41:45.093Z] line after include file [2020-11-28T22:41:45.093Z] Result of testMethod = 5 [2020-11-28T22:41:45.093Z] End of script [2020-11-28T22:41:45.093Z] Start of script [2020-11-28T22:41:45.093Z] include file start [2020-11-28T22:41:45.093Z] Include file processed [2020-11-28T22:41:45.093Z] line after include file [2020-11-28T22:41:45.655Z] Start of script [2020-11-28T22:41:45.655Z] include file start [2020-11-28T22:41:45.655Z] Include file processed [2020-11-28T22:41:45.655Z] line after include file [2020-11-28T22:41:45.655Z] Result of testMethod = 5 [2020-11-28T22:41:45.655Z] End of script [2020-11-28T22:41:45.911Z] Start of script [2020-11-28T22:41:45.911Z] include file start [2020-11-28T22:41:45.911Z] Include file processed [2020-11-28T22:41:45.911Z] line after include file [2020-11-28T22:41:45.911Z] Result of testMethod = 5 [2020-11-28T22:41:45.911Z] End of script [2020-11-28T22:41:46.472Z] Start of script [2020-11-28T22:41:46.472Z] include file start [2020-11-28T22:41:46.472Z] Include file processed [2020-11-28T22:41:46.472Z] line after include file [2020-11-28T22:41:46.472Z] Result of testMethod = 5 [2020-11-28T22:41:46.472Z] End of script [2020-11-28T22:41:46.472Z] Start of script [2020-11-28T22:41:46.472Z] include file start [2020-11-28T22:41:46.472Z] Include file processed [2020-11-28T22:41:46.472Z] line after include file [2020-11-28T22:41:46.727Z] Result of testMethod = 5 [2020-11-28T22:41:46.727Z] End of script [2020-11-28T22:41:46.727Z] Start of script [2020-11-28T22:41:46.983Z] include file start [2020-11-28T22:41:46.983Z] Include file processed [2020-11-28T22:41:46.983Z] line after include file [2020-11-28T22:41:46.983Z] Result of testMethod = 5 [2020-11-28T22:41:47.238Z] Start of script [2020-11-28T22:41:47.238Z] include file start [2020-11-28T22:41:47.238Z] Include file processed [2020-11-28T22:41:47.238Z] line after include file [2020-11-28T22:41:47.238Z] Result of testMethod = 5 [2020-11-28T22:41:47.238Z] End of script [2020-11-28T22:41:47.799Z] Start of script [2020-11-28T22:41:47.799Z] include file start [2020-11-28T22:41:47.799Z] Include file processed [2020-11-28T22:41:47.799Z] line after include file [2020-11-28T22:41:47.799Z] Result of testMethod = 5 [2020-11-28T22:41:47.799Z] End of script [2020-11-28T22:41:47.799Z] Start of script [2020-11-28T22:41:47.799Z] include file start [2020-11-28T22:41:47.799Z] Include file processed [2020-11-28T22:41:47.799Z] line after include file [2020-11-28T22:41:48.055Z] Result of testMethod = 5 [2020-11-28T22:41:48.055Z] End of script [2020-11-28T22:41:48.310Z] Start of script [2020-11-28T22:41:48.310Z] include file start [2020-11-28T22:41:48.310Z] Include file processed [2020-11-28T22:41:48.310Z] line after include file [2020-11-28T22:41:48.565Z] Result of testMethod = 5 [2020-11-28T22:41:48.565Z] End of script [2020-11-28T22:41:48.828Z] Start of script [2020-11-28T22:41:48.828Z] include file start [2020-11-28T22:41:48.828Z] Include file processed [2020-11-28T22:41:48.828Z] line after include file [2020-11-28T22:41:48.828Z] Result of testMethod = 5 [2020-11-28T22:41:49.094Z] Start of script [2020-11-28T22:41:49.094Z] include file start [2020-11-28T22:41:49.094Z] Include file processed [2020-11-28T22:41:49.094Z] line after include file [2020-11-28T22:41:49.094Z] Result of testMethod = 5 [2020-11-28T22:41:49.094Z] End of script [2020-11-28T22:41:49.094Z] Start of script [2020-11-28T22:41:49.094Z] include file start [2020-11-28T22:41:49.094Z] Include file processed [2020-11-28T22:41:49.094Z] line after include file [2020-11-28T22:41:49.350Z] Result of testMethod = 5 [2020-11-28T22:41:49.350Z] End of script [2020-11-28T22:41:49.606Z] Start of script [2020-11-28T22:41:49.606Z] include file start [2020-11-28T22:41:49.606Z] Include file processed [2020-11-28T22:41:49.606Z] line after include file [2020-11-28T22:41:49.606Z] Result of testMethod = 5 [2020-11-28T22:41:49.606Z] End of script [2020-11-28T22:41:49.606Z] Start of script [2020-11-28T22:41:49.606Z] include file start [2020-11-28T22:41:49.606Z] Include file processed [2020-11-28T22:41:49.862Z] line after include file [2020-11-28T22:41:49.862Z] Result of testMethod = 5 [2020-11-28T22:41:49.862Z] End of script [2020-11-28T22:41:49.862Z] Start of script [2020-11-28T22:41:49.862Z] include file start [2020-11-28T22:41:49.862Z] Include file processed [2020-11-28T22:41:49.862Z] line after include file [2020-11-28T22:41:50.117Z] Start of script [2020-11-28T22:41:50.374Z] include file start [2020-11-28T22:41:50.374Z] Include file processed [2020-11-28T22:41:50.374Z] line after include file [2020-11-28T22:41:50.374Z] Result of testMethod = 5 [2020-11-28T22:41:50.374Z] End of script [2020-11-28T22:41:50.630Z] Start of script [2020-11-28T22:41:50.630Z] include file start [2020-11-28T22:41:50.630Z] Include file processed [2020-11-28T22:41:50.630Z] line after include file [2020-11-28T22:41:50.630Z] Result of testMethod = 5 [2020-11-28T22:41:50.886Z] Start of script [2020-11-28T22:41:50.886Z] include file start [2020-11-28T22:41:50.886Z] Include file processed [2020-11-28T22:41:50.886Z] line after include file [2020-11-28T22:41:50.886Z] Result of testMethod = 5 [2020-11-28T22:41:50.886Z] End of script [2020-11-28T22:41:51.142Z] Start of script [2020-11-28T22:41:51.142Z] include file start [2020-11-28T22:41:51.142Z] Include file processed [2020-11-28T22:41:51.142Z] line after include file [2020-11-28T22:41:51.142Z] Result of testMethod = 5 [2020-11-28T22:41:51.142Z] End of script [2020-11-28T22:41:51.399Z] Start of script [2020-11-28T22:41:51.399Z] include file start [2020-11-28T22:41:51.399Z] Include file processed [2020-11-28T22:41:51.399Z] line after include file [2020-11-28T22:41:51.654Z] Result of testMethod = 5 [2020-11-28T22:41:51.654Z] End of script [2020-11-28T22:41:51.654Z] Start of script [2020-11-28T22:41:51.654Z] include file start [2020-11-28T22:41:51.654Z] Include file processed [2020-11-28T22:41:51.654Z] line after include file [2020-11-28T22:41:51.654Z] Result of testMethod = 5 [2020-11-28T22:41:51.654Z] End of script [2020-11-28T22:41:51.910Z] Start of script [2020-11-28T22:41:51.910Z] include file start [2020-11-28T22:41:51.910Z] Include file processed [2020-11-28T22:41:51.910Z] line after include file [2020-11-28T22:41:51.910Z] Result of testMethod = 5 [2020-11-28T22:41:52.166Z] Start of script [2020-11-28T22:41:52.166Z] include file start [2020-11-28T22:41:52.166Z] Include file processed [2020-11-28T22:41:52.166Z] line after include file [2020-11-28T22:41:52.166Z] Result of testMethod = 5 [2020-11-28T22:41:52.166Z] End of script [2020-11-28T22:41:52.422Z] Start of script [2020-11-28T22:41:52.422Z] include file start [2020-11-28T22:41:52.422Z] Include file processed [2020-11-28T22:41:52.422Z] line after include file [2020-11-28T22:41:52.422Z] Result of testMethod = 5 [2020-11-28T22:41:52.984Z] Start of script [2020-11-28T22:41:52.984Z] include file start [2020-11-28T22:41:52.984Z] Include file processed [2020-11-28T22:41:52.984Z] line after include file [2020-11-28T22:41:52.984Z] Result of testMethod = 5 [2020-11-28T22:41:52.984Z] End of script [2020-11-28T22:41:52.984Z] Start of script [2020-11-28T22:41:52.984Z] include file start [2020-11-28T22:41:52.984Z] Include file processed [2020-11-28T22:41:52.984Z] line after include file [2020-11-28T22:41:53.240Z] Result of testMethod = 5 [2020-11-28T22:41:53.240Z] End of script [2020-11-28T22:41:53.496Z] Start of script [2020-11-28T22:41:53.496Z] include file start [2020-11-28T22:41:53.496Z] Include file processed [2020-11-28T22:41:53.496Z] line after include file [2020-11-28T22:41:53.496Z] Result of testMethod = 5 [2020-11-28T22:41:53.496Z] End of script [2020-11-28T22:41:53.496Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.028 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-11-28T22:41:53.496Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.302 s [2020-11-28T22:41:53.496Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.213 s [2020-11-28T22:41:53.496Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.311 s [2020-11-28T22:41:53.496Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.312 s [2020-11-28T22:41:53.496Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.107 s [2020-11-28T22:41:53.496Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.209 s [2020-11-28T22:41:53.496Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.31 s [2020-11-28T22:41:53.496Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-11-28T22:41:53.496Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.31 s [2020-11-28T22:41:53.496Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-11-28T22:41:53.496Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.408 s [2020-11-28T22:41:53.496Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-11-28T22:41:53.496Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:41:53.496Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:41:53.496Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:41:53.496Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:41:53.496Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:41:53.496Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.496Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:41:53.496Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:41:53.496Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.497Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:41:53.497Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:41:53.497Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.497Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:41:53.497Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-11-28T22:41:53.497Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-11-28T22:41:53.497Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-11-28T22:41:53.497Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.497Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-11-28T22:41:53.497Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-11-28T22:41:53.497Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:41:53.497Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.497Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-11-28T22:41:53.497Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:41:53.497Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-11-28T22:41:53.497Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:41:53.497Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.497Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-11-28T22:41:53.497Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-11-28T22:41:53.497Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-11-28T22:41:53.497Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-11-28T22:41:53.497Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-11-28T22:41:53.752Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-11-28T22:41:53.753Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.035 s [2020-11-28T22:41:53.753Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.01 s [2020-11-28T22:41:53.753Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.013 s [2020-11-28T22:41:53.753Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.01 s [2020-11-28T22:41:53.753Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.048 s [2020-11-28T22:41:53.753Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-11-28T22:41:53.753Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-11-28T22:41:53.753Z] at [2020-11-28T22:41:53.753Z] [2020-11-28T22:41:53.753Z] Java Stacktrace: [2020-11-28T22:41:53.753Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-11-28T22:41:53.753Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-11-28T22:41:53.753Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-11-28T22:41:53.753Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-11-28T22:41:53.753Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-11-28T22:41:53.753Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-11-28T22:41:53.753Z] at java.base/java.lang.Class.forName0(Native Method) [2020-11-28T22:41:53.753Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-11-28T22:41:53.753Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-11-28T22:41:53.753Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-11-28T22:41:53.753Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-11-28T22:41:53.753Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:41:53.753Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:41:53.753Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-11-28T22:41:53.753Z] at [2020-11-28T22:41:53.753Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-11-28T22:41:53.753Z] at [2020-11-28T22:41:53.753Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-11-28T22:41:53.753Z] at [2020-11-28T22:41:53.753Z] [2020-11-28T22:41:53.753Z] Java Stacktrace: [2020-11-28T22:41:53.753Z] java.lang.Exception [2020-11-28T22:41:53.753Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-11-28T22:41:53.753Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-11-28T22:41:53.753Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-11-28T22:41:53.753Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-11-28T22:41:53.753Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:41:53.753Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:41:53.753Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:41:53.753Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-11-28T22:41:53.753Z] at [2020-11-28T22:41:53.753Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-11-28T22:41:53.753Z] 'asdf [2020-11-28T22:41:53.753Z] ^ [2020-11-28T22:41:53.753Z] at [2020-11-28T22:41:53.753Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-11-28T22:41:53.753Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-11-28T22:41:53.753Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:41:53.753Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:41:53.753Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:41:53.754Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:41:53.754Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:41:53.754Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-11-28T22:41:53.754Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-11-28T22:41:53.754Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-11-28T22:41:53.754Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.03 s [2020-11-28T22:41:53.754Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-11-28T22:41:53.754Z] [2020-11-28T22:41:53.754Z] Results: [2020-11-28T22:41:53.754Z] [2020-11-28T22:41:53.754Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:41:53.754Z] [2020-11-28T22:41:54.344Z] [INFO] All tests passed! [2020-11-28T22:41:54.344Z] [INFO] [2020-11-28T22:41:54.344Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-11-28T22:41:54.344Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [6/11] [2020-11-28T22:41:54.344Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:41:54.344Z] [INFO] [2020-11-28T22:41:54.344Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.344Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:41:54.344Z] [INFO] [2020-11-28T22:41:54.344Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.344Z] [INFO] [2020-11-28T22:41:54.344Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.344Z] [INFO] [2020-11-28T22:41:54.344Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.344Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:54.344Z] [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-11-28T22:41:54.344Z] [INFO] [2020-11-28T22:41:54.344Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.344Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:41:54.345Z] [INFO] [2020-11-28T22:41:54.345Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.345Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:54.345Z] [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-11-28T22:41:54.345Z] [INFO] [2020-11-28T22:41:54.345Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.345Z] [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-11-28T22:41:54.345Z] [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-11-28T22:41:54.345Z] [INFO] [2020-11-28T22:41:54.345Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.345Z] [INFO] [2020-11-28T22:41:54.345Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.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-11-28T22:41:54.601Z] [INFO] [2020-11-28T22:41:54.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.601Z] [INFO] [2020-11-28T22:41:54.601Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.601Z] [INFO] [2020-11-28T22:41:54.601Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.601Z] [INFO] [2020-11-28T22:41:54.601Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-11-28T22:41:54.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-11-28T22:41:54.601Z] [INFO] Command line: [2020-11-28T22:41:54.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-11-28T22:41:54.601Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:41:56.551Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-11-28T22:41:56.551Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-11-28T22:41:56.551Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.004 s [2020-11-28T22:41:56.551Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-11-28T22:41:56.551Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-11-28T22:41:56.551Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-11-28T22:41:56.551Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.007 s [2020-11-28T22:41:56.551Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.107 s [2020-11-28T22:41:56.551Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:41:56.551Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-11-28T22:41:56.551Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:41:56.551Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:41:56.551Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-11-28T22:41:56.551Z] [2020-11-28T22:41:56.551Z] Results: [2020-11-28T22:41:56.551Z] [2020-11-28T22:41:56.551Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:41:56.551Z] [2020-11-28T22:41:57.112Z] [INFO] All tests passed! [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-11-28T22:41:57.112Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [7/11] [2020-11-28T22:41:57.112Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:57.112Z] [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-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:57.112Z] [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-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [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-11-28T22:41:57.112Z] [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-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [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-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [INFO] [2020-11-28T22:41:57.112Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-11-28T22:41:57.112Z] [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-11-28T22:41:57.112Z] [INFO] Command line: [2020-11-28T22:41:57.113Z] [/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-11-28T22:41:57.113Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:41:59.017Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-11-28T22:41:59.017Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-11-28T22:41:59.017Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.003 s [2020-11-28T22:41:59.017Z] [2020-11-28T22:41:59.017Z] Results: [2020-11-28T22:41:59.017Z] [2020-11-28T22:41:59.017Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:41:59.017Z] [2020-11-28T22:41:59.017Z] [INFO] All tests passed! [2020-11-28T22:41:59.017Z] [INFO] [2020-11-28T22:41:59.017Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-11-28T22:41:59.017Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [8/11] [2020-11-28T22:41:59.017Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:41:59.017Z] [INFO] [2020-11-28T22:41:59.017Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.017Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-11-28T22:41:59.017Z] [INFO] [2020-11-28T22:41:59.017Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.017Z] [INFO] [2020-11-28T22:41:59.017Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.017Z] [INFO] [2020-11-28T22:41:59.018Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.018Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:59.018Z] [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-11-28T22:41:59.018Z] [INFO] [2020-11-28T22:41:59.018Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.018Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:41:59.018Z] [INFO] [2020-11-28T22:41:59.018Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.018Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:41:59.018Z] [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-11-28T22:41:59.018Z] [INFO] [2020-11-28T22:41:59.018Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.018Z] [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-11-28T22:41:59.018Z] [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-11-28T22:41:59.018Z] [INFO] [2020-11-28T22:41:59.018Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.018Z] [INFO] [2020-11-28T22:41:59.018Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.286Z] [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-11-28T22:41:59.286Z] [INFO] [2020-11-28T22:41:59.286Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.286Z] [INFO] [2020-11-28T22:41:59.286Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.286Z] [INFO] [2020-11-28T22:41:59.286Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.286Z] [INFO] [2020-11-28T22:41:59.286Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-11-28T22:41:59.846Z] [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-11-28T22:41:59.846Z] [INFO] Command line: [2020-11-28T22:41:59.847Z] [/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-11-28T22:41:59.847Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:42:01.746Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:42:01.746Z] 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-11-28T22:42:01.746Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-11-28T22:42:01.746Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:42:01.747Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:42:01.747Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-11-28T22:42:03.122Z] Start of script [2020-11-28T22:42:03.122Z] include file start [2020-11-28T22:42:03.122Z] include file processed [2020-11-28T22:42:03.122Z] Result of testMethod = 5 [2020-11-28T22:42:03.122Z] End of script [2020-11-28T22:42:03.122Z] Start of script [2020-11-28T22:42:03.377Z] include file start [2020-11-28T22:42:03.377Z] include file processed [2020-11-28T22:42:03.377Z] Result of testMethod = 5 [2020-11-28T22:42:03.377Z] End of script [2020-11-28T22:42:03.377Z] Start of script [2020-11-28T22:42:03.377Z] include file start [2020-11-28T22:42:03.377Z] include file processed [2020-11-28T22:42:03.377Z] Result of testMethod = 5 [2020-11-28T22:42:03.634Z] Traceback (most recent call last): [2020-11-28T22:42:03.634Z] File "(none)", line 184, in run [2020-11-28T22:42:03.634Z] File "__ref_L/Debug Test/Main.py_chgenxlpkz", line 23, in [2020-11-28T22:42:03.634Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:03.634Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:03.635Z] [2020-11-28T22:42:03.635Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:03.635Z] Start of script [2020-11-28T22:42:03.635Z] include file start [2020-11-28T22:42:03.635Z] include file processed [2020-11-28T22:42:03.891Z] Result of testMethod = 5 [2020-11-28T22:42:03.891Z] End of script [2020-11-28T22:42:04.146Z] Start of script [2020-11-28T22:42:04.146Z] include file start [2020-11-28T22:42:04.146Z] include file processed [2020-11-28T22:42:04.146Z] Result of testMethod = 5 [2020-11-28T22:42:04.146Z] End of script [2020-11-28T22:42:04.401Z] Start of script [2020-11-28T22:42:04.401Z] include file start [2020-11-28T22:42:04.401Z] include file processed [2020-11-28T22:42:04.401Z] Result of testMethod = 5 [2020-11-28T22:42:04.401Z] End of script [2020-11-28T22:42:04.657Z] Start of script [2020-11-28T22:42:04.657Z] include file start [2020-11-28T22:42:04.657Z] include file processed [2020-11-28T22:42:04.657Z] Result of testMethod = 5 [2020-11-28T22:42:04.912Z] Traceback (most recent call last): [2020-11-28T22:42:04.912Z] File "(none)", line 184, in run [2020-11-28T22:42:04.912Z] File "__ref_L/Debug Test/Main.py_fgtplwkqsy", line 23, in [2020-11-28T22:42:04.912Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:04.912Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:04.912Z] [2020-11-28T22:42:04.912Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:04.912Z] Start of script [2020-11-28T22:42:04.912Z] include file start [2020-11-28T22:42:04.912Z] include file processed [2020-11-28T22:42:05.167Z] Result of testMethod = 5 [2020-11-28T22:42:05.167Z] End of script [2020-11-28T22:42:05.167Z] Start of script [2020-11-28T22:42:05.167Z] include file start [2020-11-28T22:42:05.167Z] include file processed [2020-11-28T22:42:05.167Z] Result of testMethod = 5 [2020-11-28T22:42:05.423Z] End of script [2020-11-28T22:42:05.423Z] Start of script [2020-11-28T22:42:05.423Z] include file start [2020-11-28T22:42:05.423Z] include file processed [2020-11-28T22:42:05.984Z] Traceback (most recent call last): [2020-11-28T22:42:05.984Z] File "(none)", line 184, in run [2020-11-28T22:42:05.984Z] File "__ref_L/Debug Test/Main.py_tfywjytacu", line 22, in [2020-11-28T22:42:05.984Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:05.984Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:05.984Z] [2020-11-28T22:42:05.984Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:05.984Z] Start of script [2020-11-28T22:42:05.984Z] include file start [2020-11-28T22:42:05.984Z] include file processed [2020-11-28T22:42:05.984Z] Result of testMethod = 5 [2020-11-28T22:42:05.984Z] End of script [2020-11-28T22:42:06.240Z] Start of script [2020-11-28T22:42:06.240Z] include file start [2020-11-28T22:42:06.240Z] include file processed [2020-11-28T22:42:06.240Z] Result of testMethod = 5 [2020-11-28T22:42:06.240Z] End of script [2020-11-28T22:42:06.495Z] Traceback (most recent call last): [2020-11-28T22:42:06.495Z] File "(none)", line 184, in run [2020-11-28T22:42:06.495Z] File "__ref_L/Debug Test/Main.py_fioljmoelq", line 1, in [2020-11-28T22:42:06.495Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:06.495Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:06.495Z] [2020-11-28T22:42:06.495Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:06.751Z] Start of script [2020-11-28T22:42:06.751Z] include file start [2020-11-28T22:42:06.751Z] include file processed [2020-11-28T22:42:06.751Z] Result of testMethod = 5 [2020-11-28T22:42:06.751Z] End of script [2020-11-28T22:42:07.008Z] Start of script [2020-11-28T22:42:07.008Z] include file start [2020-11-28T22:42:07.008Z] include file processed [2020-11-28T22:42:07.008Z] Result of testMethod = 5 [2020-11-28T22:42:07.008Z] End of script [2020-11-28T22:42:07.264Z] Start of script [2020-11-28T22:42:07.264Z] include file start [2020-11-28T22:42:07.264Z] include file processed [2020-11-28T22:42:07.264Z] Result of testMethod = 5 [2020-11-28T22:42:07.264Z] Traceback (most recent call last): [2020-11-28T22:42:07.264Z] File "(none)", line 184, in run [2020-11-28T22:42:07.264Z] File "__ref_L/Debug Test/Main.py_bvutbtttir", line 23, in [2020-11-28T22:42:07.264Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:07.264Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:07.264Z] [2020-11-28T22:42:07.264Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:07.520Z] Start of script [2020-11-28T22:42:07.520Z] include file start [2020-11-28T22:42:07.520Z] include file processed [2020-11-28T22:42:07.776Z] Result of testMethod = 5 [2020-11-28T22:42:07.776Z] End of script [2020-11-28T22:42:07.776Z] Traceback (most recent call last): [2020-11-28T22:42:07.776Z] File "(none)", line 184, in run [2020-11-28T22:42:07.776Z] File "__ref_L/Debug Test/Main.py_bpwfqkccnv", line 1, in [2020-11-28T22:42:07.776Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:07.776Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:07.776Z] [2020-11-28T22:42:07.776Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:08.031Z] Start of script [2020-11-28T22:42:08.031Z] include file start [2020-11-28T22:42:08.031Z] include file processed [2020-11-28T22:42:08.031Z] Result of testMethod = 5 [2020-11-28T22:42:08.031Z] End of script [2020-11-28T22:42:08.287Z] Start of script [2020-11-28T22:42:08.287Z] include file start [2020-11-28T22:42:08.287Z] include file processed [2020-11-28T22:42:08.542Z] Result of testMethod = 5 [2020-11-28T22:42:08.542Z] End of script [2020-11-28T22:42:08.542Z] Traceback (most recent call last): [2020-11-28T22:42:08.542Z] File "(none)", line 184, in run [2020-11-28T22:42:08.542Z] File "__ref_L/Debug Test/Main.py_joyxselkol", line 1, in [2020-11-28T22:42:08.543Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:08.543Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:08.543Z] [2020-11-28T22:42:08.543Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:08.798Z] Start of script [2020-11-28T22:42:08.798Z] include file start [2020-11-28T22:42:08.798Z] include file processed [2020-11-28T22:42:09.054Z] Result of testMethod = 5 [2020-11-28T22:42:09.055Z] End of script [2020-11-28T22:42:09.055Z] Start of script [2020-11-28T22:42:09.055Z] include file start [2020-11-28T22:42:09.055Z] include file processed [2020-11-28T22:42:09.055Z] Result of testMethod = 5 [2020-11-28T22:42:09.310Z] Traceback (most recent call last): [2020-11-28T22:42:09.310Z] File "(none)", line 184, in run [2020-11-28T22:42:09.310Z] File "__ref_L/Debug Test/Main.py_uixgqbvgza", line 23, in [2020-11-28T22:42:09.310Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:09.310Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:09.311Z] [2020-11-28T22:42:09.311Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:09.311Z] Start of script [2020-11-28T22:42:09.566Z] include file start [2020-11-28T22:42:09.566Z] include file processed [2020-11-28T22:42:09.566Z] Result of testMethod = 5 [2020-11-28T22:42:09.566Z] End of script [2020-11-28T22:42:09.566Z] Start of script [2020-11-28T22:42:09.566Z] include file start [2020-11-28T22:42:09.567Z] include file processed [2020-11-28T22:42:09.832Z] Result of testMethod = 5 [2020-11-28T22:42:09.832Z] End of script [2020-11-28T22:42:09.832Z] Start of script [2020-11-28T22:42:09.832Z] include file start [2020-11-28T22:42:09.832Z] include file processed [2020-11-28T22:42:09.832Z] Result of testMethod = 5 [2020-11-28T22:42:09.832Z] End of script [2020-11-28T22:42:10.098Z] Start of script [2020-11-28T22:42:10.098Z] include file start [2020-11-28T22:42:10.098Z] include file processed [2020-11-28T22:42:10.098Z] Result of testMethod = 5 [2020-11-28T22:42:10.098Z] End of script [2020-11-28T22:42:10.353Z] Start of script [2020-11-28T22:42:10.353Z] include file start [2020-11-28T22:42:10.353Z] include file processed [2020-11-28T22:42:10.353Z] Traceback (most recent call last): [2020-11-28T22:42:10.353Z] File "(none)", line 184, in run [2020-11-28T22:42:10.353Z] File "__ref_L/Debug Test/Main.py_juonqjokvr", line 21, in [2020-11-28T22:42:10.353Z] File "__ref_L/Debug Test/Main.py_juonqjokvr", line 18, in testMethod [2020-11-28T22:42:10.353Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:10.353Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:10.353Z] [2020-11-28T22:42:10.353Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:10.609Z] Start of script [2020-11-28T22:42:10.864Z] include file start [2020-11-28T22:42:10.864Z] include file processed [2020-11-28T22:42:10.864Z] Result of testMethod = 5 [2020-11-28T22:42:10.864Z] End of script [2020-11-28T22:42:10.864Z] Start of script [2020-11-28T22:42:10.864Z] include file start [2020-11-28T22:42:10.864Z] include file processed [2020-11-28T22:42:10.864Z] Result of testMethod = 5 [2020-11-28T22:42:11.120Z] Traceback (most recent call last): [2020-11-28T22:42:11.120Z] File "(none)", line 184, in run [2020-11-28T22:42:11.120Z] File "__ref_L/Debug Test/Main.py_buyibjtbar", line 23, in [2020-11-28T22:42:11.120Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:11.120Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:11.120Z] [2020-11-28T22:42:11.120Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:11.120Z] Start of script [2020-11-28T22:42:11.120Z] include file start [2020-11-28T22:42:11.120Z] include file processed [2020-11-28T22:42:11.120Z] Result of testMethod = 5 [2020-11-28T22:42:11.376Z] End of script [2020-11-28T22:42:11.376Z] Start of script [2020-11-28T22:42:11.376Z] include file start [2020-11-28T22:42:11.376Z] include file processed [2020-11-28T22:42:11.633Z] Result of testMethod = 5 [2020-11-28T22:42:11.633Z] End of script [2020-11-28T22:42:11.633Z] Start of script [2020-11-28T22:42:11.633Z] include file start [2020-11-28T22:42:11.633Z] include file processed [2020-11-28T22:42:11.888Z] Result of testMethod = 5 [2020-11-28T22:42:11.888Z] End of script [2020-11-28T22:42:11.888Z] Start of script [2020-11-28T22:42:11.888Z] include file start [2020-11-28T22:42:11.888Z] include file processed [2020-11-28T22:42:11.888Z] Result of testMethod = 5 [2020-11-28T22:42:12.143Z] End of script [2020-11-28T22:42:12.143Z] Start of script [2020-11-28T22:42:12.143Z] include file start [2020-11-28T22:42:12.143Z] include file processed [2020-11-28T22:42:12.143Z] Result of testMethod = 5 [2020-11-28T22:42:12.399Z] Traceback (most recent call last): [2020-11-28T22:42:12.399Z] File "(none)", line 184, in run [2020-11-28T22:42:12.399Z] File "__ref_L/Debug Test/Main.py_kujtnkaimj", line 23, in [2020-11-28T22:42:12.399Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:12.399Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:12.399Z] [2020-11-28T22:42:12.399Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:12.399Z] Start of script [2020-11-28T22:42:12.654Z] include file start [2020-11-28T22:42:12.654Z] include file processed [2020-11-28T22:42:12.654Z] Result of testMethod = 5 [2020-11-28T22:42:12.654Z] End of script [2020-11-28T22:42:12.654Z] Start of script [2020-11-28T22:42:12.654Z] include file start [2020-11-28T22:42:12.654Z] include file processed [2020-11-28T22:42:12.654Z] Result of testMethod = 5 [2020-11-28T22:42:12.909Z] Traceback (most recent call last): [2020-11-28T22:42:12.909Z] File "(none)", line 184, in run [2020-11-28T22:42:12.909Z] File "__ref_L/Debug Test/Main.py_lqxxyjcsvr", line 23, in [2020-11-28T22:42:12.909Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:12.909Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:12.909Z] [2020-11-28T22:42:12.909Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:13.165Z] Traceback (most recent call last): [2020-11-28T22:42:13.165Z] File "(none)", line 184, in run [2020-11-28T22:42:13.165Z] File "__ref_L/Debug Test/Main.py_rfhhclakwp", line 1, in [2020-11-28T22:42:13.165Z] File "(none)", line 161, in trace_dispatch [2020-11-28T22:42:13.165Z] org.eclipse.ease.ExitException: [2020-11-28T22:42:13.165Z] [2020-11-28T22:42:13.165Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-11-28T22:42:13.421Z] Start of script [2020-11-28T22:42:13.421Z] include file start [2020-11-28T22:42:13.421Z] include file processed [2020-11-28T22:42:13.421Z] Result of testMethod = 5 [2020-11-28T22:42:13.421Z] End of script [2020-11-28T22:42:13.421Z] Start of script [2020-11-28T22:42:13.421Z] include file start [2020-11-28T22:42:13.421Z] include file processed [2020-11-28T22:42:13.676Z] Result of testMethod = 5 [2020-11-28T22:42:13.676Z] End of script [2020-11-28T22:42:13.676Z] Start of script [2020-11-28T22:42:13.676Z] include file start [2020-11-28T22:42:13.676Z] include file processed [2020-11-28T22:42:13.676Z] Result of testMethod = 5 [2020-11-28T22:42:13.932Z] End of script [2020-11-28T22:42:13.932Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.357 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-11-28T22:42:13.932Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.526 s [2020-11-28T22:42:13.932Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.213 s [2020-11-28T22:42:13.932Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-11-28T22:42:13.932Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.31 s [2020-11-28T22:42:13.932Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-11-28T22:42:13.932Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-11-28T22:42:13.932Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-11-28T22:42:13.932Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:13.932Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.311 s [2020-11-28T22:42:13.932Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-11-28T22:42:13.932Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-11-28T22:42:13.932Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-11-28T22:42:13.932Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:13.932Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-11-28T22:42:13.932Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:42:13.932Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-11-28T22:42:13.932Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-11-28T22:42:13.932Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:13.932Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:42:13.932Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:42:13.932Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:13.932Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-11-28T22:42:13.932Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:13.932Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-11-28T22:42:13.932Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:13.932Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:13.932Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-11-28T22:42:13.932Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-11-28T22:42:13.932Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:13.932Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-11-28T22:42:13.932Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-11-28T22:42:13.932Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:13.932Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:13.932Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:13.932Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:13.932Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:13.932Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:13.932Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.31 s [2020-11-28T22:42:13.932Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:13.933Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:13.933Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:13.933Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-11-28T22:42:13.933Z] [2020-11-28T22:42:13.933Z] Results: [2020-11-28T22:42:13.933Z] [2020-11-28T22:42:13.933Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:42:13.933Z] [2020-11-28T22:42:14.494Z] [INFO] All tests passed! [2020-11-28T22:42:14.494Z] [INFO] [2020-11-28T22:42:14.494Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-11-28T22:42:14.494Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [9/11] [2020-11-28T22:42:14.494Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:42:14.494Z] [INFO] [2020-11-28T22:42:14.494Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:14.494Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-11-28T22:42:14.494Z] [INFO] [2020-11-28T22:42:14.494Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:14.494Z] [INFO] [2020-11-28T22:42:14.494Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:14.494Z] [INFO] [2020-11-28T22:42:14.494Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:14.494Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:42:14.494Z] [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-11-28T22:42:14.494Z] [INFO] [2020-11-28T22:42:14.494Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:14.494Z] [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-11-28T22:42:15.484Z] [INFO] [2020-11-28T22:42:15.484Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.484Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:42:15.484Z] [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-11-28T22:42:15.484Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.485Z] [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-11-28T22:42:15.485Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.485Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.485Z] [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-11-28T22:42:15.485Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.485Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.485Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.485Z] [INFO] [2020-11-28T22:42:15.485Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-11-28T22:42:15.743Z] [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-11-28T22:42:15.743Z] [INFO] Command line: [2020-11-28T22:42:15.743Z] [/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-11-28T22:42:15.743Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:42:17.647Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-11-28T22:42:17.647Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.019 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-11-28T22:42:17.647Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-11-28T22:42:17.647Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-11-28T22:42:17.647Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-11-28T22:42:17.647Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-11-28T22:42:17.647Z] ---------------------------------------------- [2020-11-28T22:42:17.647Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:17.902Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-11-28T22:42:17.902Z] 1++ [2020-11-28T22:42:17.902Z] ^ [2020-11-28T22:42:17.902Z] SyntaxError: invalid syntax [2020-11-28T22:42:17.902Z] [2020-11-28T22:42:17.902Z] [2020-11-28T22:42:17.902Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:17.902Z] ---------------------------------------------- [2020-11-28T22:42:17.902Z] ---------------------------------------------- [2020-11-28T22:42:17.902Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.158Z] [2020-11-28T22:42:18.158Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.158Z] ---------------------------------------------- [2020-11-28T22:42:18.158Z] ---------------------------------------------- [2020-11-28T22:42:18.158Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.413Z] [2020-11-28T22:42:18.413Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.413Z] ---------------------------------------------- [2020-11-28T22:42:18.413Z] ---------------------------------------------- [2020-11-28T22:42:18.413Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.668Z] [2020-11-28T22:42:18.668Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.668Z] ---------------------------------------------- [2020-11-28T22:42:18.669Z] ---------------------------------------------- [2020-11-28T22:42:18.669Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.669Z] [2020-11-28T22:42:18.669Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.669Z] ---------------------------------------------- [2020-11-28T22:42:18.669Z] ---------------------------------------------- [2020-11-28T22:42:18.669Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.924Z] [2020-11-28T22:42:18.924Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:18.924Z] ---------------------------------------------- [2020-11-28T22:42:18.924Z] ---------------------------------------------- [2020-11-28T22:42:18.924Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.179Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-11-28T22:42:19.179Z] File "", line 1, in [2020-11-28T22:42:19.179Z] NameError: name 'x' is not defined [2020-11-28T22:42:19.179Z] [2020-11-28T22:42:19.179Z] [2020-11-28T22:42:19.179Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.179Z] ---------------------------------------------- [2020-11-28T22:42:19.179Z] ---------------------------------------------- [2020-11-28T22:42:19.179Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.435Z] [2020-11-28T22:42:19.435Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.435Z] ---------------------------------------------- [2020-11-28T22:42:19.435Z] ---------------------------------------------- [2020-11-28T22:42:19.435Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.690Z] [2020-11-28T22:42:19.690Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.690Z] ---------------------------------------------- [2020-11-28T22:42:19.690Z] ---------------------------------------------- [2020-11-28T22:42:19.690Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.690Z] [2020-11-28T22:42:19.690Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.690Z] ---------------------------------------------- [2020-11-28T22:42:19.690Z] ---------------------------------------------- [2020-11-28T22:42:19.690Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.946Z] [2020-11-28T22:42:19.946Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:19.946Z] ---------------------------------------------- [2020-11-28T22:42:19.946Z] ---------------------------------------------- [2020-11-28T22:42:19.946Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.201Z] [2020-11-28T22:42:20.201Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.201Z] ---------------------------------------------- [2020-11-28T22:42:20.202Z] ---------------------------------------------- [2020-11-28T22:42:20.202Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.457Z] [2020-11-28T22:42:20.457Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.457Z] ---------------------------------------------- [2020-11-28T22:42:20.457Z] ---------------------------------------------- [2020-11-28T22:42:20.457Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.713Z] [2020-11-28T22:42:20.713Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.713Z] ---------------------------------------------- [2020-11-28T22:42:20.713Z] ---------------------------------------------- [2020-11-28T22:42:20.713Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.713Z] [2020-11-28T22:42:20.713Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.713Z] ---------------------------------------------- [2020-11-28T22:42:20.713Z] ---------------------------------------------- [2020-11-28T22:42:20.713Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.968Z] [2020-11-28T22:42:20.968Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:20.968Z] ---------------------------------------------- [2020-11-28T22:42:20.968Z] ---------------------------------------------- [2020-11-28T22:42:20.968Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.223Z] [2020-11-28T22:42:21.223Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.223Z] ---------------------------------------------- [2020-11-28T22:42:21.223Z] ---------------------------------------------- [2020-11-28T22:42:21.223Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.480Z] [2020-11-28T22:42:21.480Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.480Z] ---------------------------------------------- [2020-11-28T22:42:21.480Z] ---------------------------------------------- [2020-11-28T22:42:21.480Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.735Z] [2020-11-28T22:42:21.735Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.735Z] ---------------------------------------------- [2020-11-28T22:42:21.735Z] ---------------------------------------------- [2020-11-28T22:42:21.735Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.735Z] [2020-11-28T22:42:21.735Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.735Z] ---------------------------------------------- [2020-11-28T22:42:21.735Z] ---------------------------------------------- [2020-11-28T22:42:21.735Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.991Z] [2020-11-28T22:42:21.991Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:21.991Z] ---------------------------------------------- [2020-11-28T22:42:21.991Z] ---------------------------------------------- [2020-11-28T22:42:21.991Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.248Z] [2020-11-28T22:42:22.248Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.248Z] ---------------------------------------------- [2020-11-28T22:42:22.248Z] ---------------------------------------------- [2020-11-28T22:42:22.248Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.504Z] [2020-11-28T22:42:22.504Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.504Z] ---------------------------------------------- [2020-11-28T22:42:22.504Z] ---------------------------------------------- [2020-11-28T22:42:22.504Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.760Z] [2020-11-28T22:42:22.760Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.760Z] ---------------------------------------------- [2020-11-28T22:42:22.760Z] ---------------------------------------------- [2020-11-28T22:42:22.760Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.760Z] [2020-11-28T22:42:22.760Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:22.760Z] ---------------------------------------------- [2020-11-28T22:42:22.760Z] ---------------------------------------------- [2020-11-28T22:42:22.760Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.015Z] [2020-11-28T22:42:23.015Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.015Z] ---------------------------------------------- [2020-11-28T22:42:23.015Z] ---------------------------------------------- [2020-11-28T22:42:23.015Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.272Z] [2020-11-28T22:42:23.272Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.272Z] ---------------------------------------------- [2020-11-28T22:42:23.272Z] ---------------------------------------------- [2020-11-28T22:42:23.272Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.527Z] [2020-11-28T22:42:23.527Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.527Z] ---------------------------------------------- [2020-11-28T22:42:23.527Z] ---------------------------------------------- [2020-11-28T22:42:23.527Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.527Z] [2020-11-28T22:42:23.527Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.527Z] ---------------------------------------------- [2020-11-28T22:42:23.527Z] ---------------------------------------------- [2020-11-28T22:42:23.527Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.786Z] [2020-11-28T22:42:23.786Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-11-28T22:42:23.786Z] ---------------------------------------------- [2020-11-28T22:42:23.786Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.236 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-11-28T22:42:23.786Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.353 s [2020-11-28T22:42:23.786Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-11-28T22:42:23.786Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-11-28T22:42:23.786Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-11-28T22:42:23.786Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-11-28T22:42:23.786Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-11-28T22:42:23.786Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-11-28T22:42:23.786Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-11-28T22:42:23.786Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:23.786Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.209 s [2020-11-28T22:42:23.786Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-11-28T22:42:23.786Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-11-28T22:42:23.786Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-11-28T22:42:23.786Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-11-28T22:42:23.786Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-11-28T22:42:23.786Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-11-28T22:42:23.786Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:23.787Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-11-28T22:42:23.787Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:23.787Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-11-28T22:42:23.787Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-11-28T22:42:23.787Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:23.787Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-11-28T22:42:23.787Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-11-28T22:42:23.787Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-11-28T22:42:23.787Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-11-28T22:42:23.787Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-11-28T22:42:23.787Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:23.787Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:23.787Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:23.787Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:23.787Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-11-28T22:42:23.787Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:23.787Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-11-28T22:42:23.787Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-11-28T22:42:23.787Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:42:23.787Z] 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-11-28T22:42:23.787Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:42:23.787Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:42:23.787Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:42:24.043Z] Start of script [2020-11-28T22:42:24.298Z] include file start [2020-11-28T22:42:24.298Z] include file processed [2020-11-28T22:42:24.298Z] Result of testMethod = 5 [2020-11-28T22:42:24.298Z] End of script [2020-11-28T22:42:24.298Z] Start of script [2020-11-28T22:42:24.553Z] include file start [2020-11-28T22:42:24.553Z] include file processed [2020-11-28T22:42:24.553Z] Result of testMethod = 5 [2020-11-28T22:42:24.553Z] End of script [2020-11-28T22:42:24.553Z] Start of script [2020-11-28T22:42:24.810Z] include file start [2020-11-28T22:42:24.810Z] include file processed [2020-11-28T22:42:24.810Z] Result of testMethod = 5 [2020-11-28T22:42:24.810Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:24.810Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:24.810Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:24.810Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:24.810Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:24.810Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:24.810Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:24.810Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:24.810Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:24.810Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:25.065Z] Start of script [2020-11-28T22:42:25.065Z] include file start [2020-11-28T22:42:25.065Z] include file processed [2020-11-28T22:42:25.320Z] Result of testMethod = 5 [2020-11-28T22:42:25.320Z] End of script [2020-11-28T22:42:25.881Z] Start of script [2020-11-28T22:42:25.881Z] include file start [2020-11-28T22:42:25.881Z] include file processed [2020-11-28T22:42:25.881Z] Result of testMethod = 5 [2020-11-28T22:42:25.881Z] End of script [2020-11-28T22:42:26.137Z] Start of script [2020-11-28T22:42:26.137Z] include file start [2020-11-28T22:42:26.137Z] include file processed [2020-11-28T22:42:26.137Z] Result of testMethod = 5 [2020-11-28T22:42:26.137Z] End of script [2020-11-28T22:42:26.393Z] Start of script [2020-11-28T22:42:26.393Z] include file start [2020-11-28T22:42:26.393Z] include file processed [2020-11-28T22:42:26.393Z] Result of testMethod = 5 [2020-11-28T22:42:26.648Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:26.648Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:26.648Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:26.649Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:26.649Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:26.649Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:26.649Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:26.649Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:26.649Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:26.649Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:26.904Z] Start of script [2020-11-28T22:42:26.904Z] include file start [2020-11-28T22:42:26.904Z] include file processed [2020-11-28T22:42:27.159Z] Result of testMethod = 5 [2020-11-28T22:42:27.160Z] End of script [2020-11-28T22:42:27.160Z] Start of script [2020-11-28T22:42:27.160Z] include file start [2020-11-28T22:42:27.160Z] include file processed [2020-11-28T22:42:27.415Z] Result of testMethod = 5 [2020-11-28T22:42:27.415Z] End of script [2020-11-28T22:42:27.673Z] Start of script [2020-11-28T22:42:27.673Z] include file start [2020-11-28T22:42:27.673Z] include file processed [2020-11-28T22:42:27.929Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:27.929Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:27.929Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:27.929Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:27.929Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:27.929Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:27.929Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:27.929Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:27.929Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:27.929Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:28.190Z] Start of script [2020-11-28T22:42:28.190Z] include file start [2020-11-28T22:42:28.190Z] include file processed [2020-11-28T22:42:28.446Z] Result of testMethod = 5 [2020-11-28T22:42:28.446Z] End of script [2020-11-28T22:42:28.702Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:28.702Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:28.702Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:28.702Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:28.702Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:28.702Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:28.702Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:28.702Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:28.702Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:28.702Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:28.958Z] Start of script [2020-11-28T22:42:28.958Z] include file start [2020-11-28T22:42:28.958Z] include file processed [2020-11-28T22:42:28.958Z] Result of testMethod = 5 [2020-11-28T22:42:28.958Z] End of script [2020-11-28T22:42:29.214Z] Start of script [2020-11-28T22:42:29.214Z] include file start [2020-11-28T22:42:29.214Z] include file processed [2020-11-28T22:42:29.470Z] Result of testMethod = 5 [2020-11-28T22:42:29.470Z] End of script [2020-11-28T22:42:29.726Z] Start of script [2020-11-28T22:42:29.726Z] include file start [2020-11-28T22:42:29.726Z] include file processed [2020-11-28T22:42:29.726Z] Result of testMethod = 5 [2020-11-28T22:42:29.726Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:29.726Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:29.726Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:29.726Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:29.726Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:29.726Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:29.726Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:29.726Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:29.726Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:29.726Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:29.982Z] Start of script [2020-11-28T22:42:29.982Z] include file start [2020-11-28T22:42:29.982Z] include file processed [2020-11-28T22:42:30.238Z] Result of testMethod = 5 [2020-11-28T22:42:30.238Z] End of script [2020-11-28T22:42:30.493Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:30.493Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:30.493Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:30.493Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:30.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:30.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:30.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:30.493Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:30.493Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:30.493Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:30.749Z] Start of script [2020-11-28T22:42:30.749Z] include file start [2020-11-28T22:42:30.749Z] include file processed [2020-11-28T22:42:30.749Z] Result of testMethod = 5 [2020-11-28T22:42:30.749Z] End of script [2020-11-28T22:42:31.004Z] Start of script [2020-11-28T22:42:31.004Z] include file start [2020-11-28T22:42:31.004Z] include file processed [2020-11-28T22:42:31.262Z] Result of testMethod = 5 [2020-11-28T22:42:31.262Z] End of script [2020-11-28T22:42:31.518Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:31.518Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:31.518Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:31.518Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:31.518Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:31.518Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:31.518Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:31.518Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:31.518Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:31.518Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:31.518Z] Start of script [2020-11-28T22:42:31.774Z] include file start [2020-11-28T22:42:31.774Z] include file processed [2020-11-28T22:42:31.774Z] Result of testMethod = 5 [2020-11-28T22:42:31.774Z] End of script [2020-11-28T22:42:32.337Z] Start of script [2020-11-28T22:42:32.337Z] include file start [2020-11-28T22:42:32.337Z] include file processed [2020-11-28T22:42:32.337Z] Result of testMethod = 5 [2020-11-28T22:42:32.337Z] End of script [2020-11-28T22:42:32.337Z] Start of script [2020-11-28T22:42:32.337Z] include file start [2020-11-28T22:42:32.337Z] include file processed [2020-11-28T22:42:32.593Z] Result of testMethod = 5 [2020-11-28T22:42:32.593Z] End of script [2020-11-28T22:42:32.848Z] Start of script [2020-11-28T22:42:32.848Z] include file start [2020-11-28T22:42:32.848Z] include file processed [2020-11-28T22:42:32.848Z] Result of testMethod = 5 [2020-11-28T22:42:32.848Z] End of script [2020-11-28T22:42:32.848Z] Start of script [2020-11-28T22:42:33.105Z] include file start [2020-11-28T22:42:33.105Z] include file processed [2020-11-28T22:42:33.105Z] Result of testMethod = 5 [2020-11-28T22:42:33.105Z] End of script [2020-11-28T22:42:33.363Z] Start of script [2020-11-28T22:42:33.363Z] include file start [2020-11-28T22:42:33.363Z] include file processed [2020-11-28T22:42:33.619Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:33.619Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:33.620Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:33.620Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:33.620Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:33.620Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:33.620Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:33.620Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:33.620Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:33.620Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:33.876Z] Start of script [2020-11-28T22:42:33.876Z] include file start [2020-11-28T22:42:33.876Z] include file processed [2020-11-28T22:42:33.876Z] Result of testMethod = 5 [2020-11-28T22:42:33.876Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:33.876Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:33.876Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:33.876Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:33.876Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:33.876Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:33.876Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:33.876Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:33.876Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:33.876Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:34.133Z] Start of script [2020-11-28T22:42:34.133Z] include file start [2020-11-28T22:42:34.133Z] include file processed [2020-11-28T22:42:34.133Z] Result of testMethod = 5 [2020-11-28T22:42:34.388Z] End of script [2020-11-28T22:42:34.388Z] Start of script [2020-11-28T22:42:34.388Z] include file start [2020-11-28T22:42:34.388Z] include file processed [2020-11-28T22:42:34.644Z] Result of testMethod = 5 [2020-11-28T22:42:34.644Z] End of script [2020-11-28T22:42:34.899Z] Start of script [2020-11-28T22:42:34.899Z] include file start [2020-11-28T22:42:34.899Z] include file processed [2020-11-28T22:42:35.155Z] Result of testMethod = 5 [2020-11-28T22:42:35.155Z] End of script [2020-11-28T22:42:35.411Z] Start of script [2020-11-28T22:42:35.411Z] include file start [2020-11-28T22:42:35.411Z] include file processed [2020-11-28T22:42:35.411Z] Result of testMethod = 5 [2020-11-28T22:42:35.411Z] End of script [2020-11-28T22:42:35.667Z] Start of script [2020-11-28T22:42:35.667Z] include file start [2020-11-28T22:42:35.667Z] include file processed [2020-11-28T22:42:35.667Z] Result of testMethod = 5 [2020-11-28T22:42:35.922Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:35.922Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:35.922Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:35.922Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:35.922Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:35.922Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:35.922Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:35.922Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:35.922Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:35.922Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:35.922Z] Start of script [2020-11-28T22:42:35.922Z] include file start [2020-11-28T22:42:35.922Z] include file processed [2020-11-28T22:42:35.922Z] Result of testMethod = 5 [2020-11-28T22:42:36.178Z] End of script [2020-11-28T22:42:36.434Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-11-28T22:42:36.434Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-11-28T22:42:36.434Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-11-28T22:42:36.434Z] at com.sun.proxy.$Proxy18.run(Unknown Source) [2020-11-28T22:42:36.434Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-11-28T22:42:36.434Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-11-28T22:42:36.434Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-11-28T22:42:36.434Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-11-28T22:42:36.434Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-11-28T22:42:36.434Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-11-28T22:42:36.690Z] Start of script [2020-11-28T22:42:36.690Z] include file start [2020-11-28T22:42:36.690Z] include file processed [2020-11-28T22:42:36.690Z] Result of testMethod = 5 [2020-11-28T22:42:36.690Z] End of script [2020-11-28T22:42:36.945Z] Start of script [2020-11-28T22:42:36.945Z] include file start [2020-11-28T22:42:36.945Z] include file processed [2020-11-28T22:42:36.945Z] Result of testMethod = 5 [2020-11-28T22:42:36.945Z] End of script [2020-11-28T22:42:37.201Z] Start of script [2020-11-28T22:42:37.201Z] include file start [2020-11-28T22:42:37.201Z] include file processed [2020-11-28T22:42:37.201Z] Result of testMethod = 5 [2020-11-28T22:42:37.456Z] End of script [2020-11-28T22:42:37.456Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 13.593 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-11-28T22:42:37.456Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-11-28T22:42:37.456Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-11-28T22:42:37.456Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-11-28T22:42:37.456Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-11-28T22:42:37.456Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.409 s [2020-11-28T22:42:37.457Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.312 s [2020-11-28T22:42:37.457Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.409 s [2020-11-28T22:42:37.457Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.408 s [2020-11-28T22:42:37.457Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:37.457Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-11-28T22:42:37.457Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.408 s [2020-11-28T22:42:37.457Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.443 s [2020-11-28T22:42:37.457Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.408 s [2020-11-28T22:42:37.457Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:37.457Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.606 s [2020-11-28T22:42:37.457Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-11-28T22:42:37.457Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:37.457Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:37.457Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-11-28T22:42:37.457Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.408 s [2020-11-28T22:42:37.457Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-11-28T22:42:37.457Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-11-28T22:42:37.457Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:37.457Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-11-28T22:42:37.457Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:37.457Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-11-28T22:42:37.457Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:37.457Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-11-28T22:42:37.457Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:37.457Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-11-28T22:42:37.457Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-11-28T22:42:37.457Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-11-28T22:42:37.457Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-11-28T22:42:37.457Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-11-28T22:42:37.457Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-11-28T22:42:37.457Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-11-28T22:42:37.457Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-11-28T22:42:37.457Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-11-28T22:42:37.457Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-11-28T22:42:37.457Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-11-28T22:42:37.457Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-11-28T22:42:37.457Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-11-28T22:42:37.457Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-11-28T22:42:37.713Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-11-28T22:42:37.713Z] File "<...>", line 1, in [2020-11-28T22:42:37.713Z] File "<...>", line 81, in load_module [2020-11-28T22:42:37.713Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-11-28T22:42:37.713Z] [2020-11-28T22:42:37.969Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-11-28T22:42:37.969Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.066 s [2020-11-28T22:42:37.969Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-11-28T22:42:37.969Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.056 s [2020-11-28T22:42:37.969Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-11-28T22:42:37.969Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.06 s [2020-11-28T22:42:37.969Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.061 s [2020-11-28T22:42:37.969Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.057 s [2020-11-28T22:42:37.969Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.063 s [2020-11-28T22:42:37.969Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-11-28T22:42:37.969Z] ---------------------------------------------- [2020-11-28T22:42:37.969Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:37.969Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-11-28T22:42:37.969Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-11-28T22:42:37.969Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-11-28T22:42:37.969Z] File "", line 1 [2020-11-28T22:42:37.969Z] 1++ [2020-11-28T22:42:37.969Z] ^ [2020-11-28T22:42:37.969Z] SyntaxError: invalid syntax [2020-11-28T22:42:37.969Z] [2020-11-28T22:42:38.225Z] [2020-11-28T22:42:38.225Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:38.225Z] ---------------------------------------------- [2020-11-28T22:42:38.225Z] ---------------------------------------------- [2020-11-28T22:42:38.225Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.594Z] 1039890873 [2020-11-28T22:42:39.594Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.594Z] ---------------------------------------------- [2020-11-28T22:42:39.594Z] ---------------------------------------------- [2020-11-28T22:42:39.594Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.594Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-11-28T22:42:39.594Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-11-28T22:42:39.594Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-11-28T22:42:39.594Z] File "", line 1 [2020-11-28T22:42:39.594Z] def a(): [2020-11-28T22:42:39.594Z] ^ [2020-11-28T22:42:39.594Z] SyntaxError: unexpected EOF while parsing [2020-11-28T22:42:39.594Z] [2020-11-28T22:42:39.594Z] [2020-11-28T22:42:39.594Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.594Z] ---------------------------------------------- [2020-11-28T22:42:39.594Z] ---------------------------------------------- [2020-11-28T22:42:39.594Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.850Z] [2020-11-28T22:42:39.850Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.850Z] ---------------------------------------------- [2020-11-28T22:42:39.850Z] ---------------------------------------------- [2020-11-28T22:42:39.850Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.850Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-11-28T22:42:39.850Z] File "<...>", line 1, in [2020-11-28T22:42:39.850Z] NameError: name 'a' is not defined [2020-11-28T22:42:39.850Z] [2020-11-28T22:42:39.851Z] [2020-11-28T22:42:39.851Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:39.851Z] ---------------------------------------------- [2020-11-28T22:42:39.851Z] ---------------------------------------------- [2020-11-28T22:42:39.851Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.107Z] [2020-11-28T22:42:40.107Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.107Z] ---------------------------------------------- [2020-11-28T22:42:40.107Z] ---------------------------------------------- [2020-11-28T22:42:40.107Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.363Z] [2020-11-28T22:42:40.363Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.363Z] ---------------------------------------------- [2020-11-28T22:42:40.363Z] ---------------------------------------------- [2020-11-28T22:42:40.363Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.619Z] [2020-11-28T22:42:40.619Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.619Z] ---------------------------------------------- [2020-11-28T22:42:40.619Z] ---------------------------------------------- [2020-11-28T22:42:40.619Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.619Z] [2020-11-28T22:42:40.619Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.619Z] ---------------------------------------------- [2020-11-28T22:42:40.619Z] ---------------------------------------------- [2020-11-28T22:42:40.619Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.874Z] [2020-11-28T22:42:40.874Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:40.874Z] ---------------------------------------------- [2020-11-28T22:42:40.874Z] ---------------------------------------------- [2020-11-28T22:42:40.874Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.130Z] [2020-11-28T22:42:41.130Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.130Z] ---------------------------------------------- [2020-11-28T22:42:41.130Z] ---------------------------------------------- [2020-11-28T22:42:41.130Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.386Z] [2020-11-28T22:42:41.386Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.386Z] ---------------------------------------------- [2020-11-28T22:42:41.386Z] ---------------------------------------------- [2020-11-28T22:42:41.386Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.386Z] [2020-11-28T22:42:41.386Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.386Z] ---------------------------------------------- [2020-11-28T22:42:41.386Z] ---------------------------------------------- [2020-11-28T22:42:41.386Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.642Z] [2020-11-28T22:42:41.642Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.642Z] ---------------------------------------------- [2020-11-28T22:42:41.642Z] ---------------------------------------------- [2020-11-28T22:42:41.642Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.897Z] [2020-11-28T22:42:41.897Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:41.897Z] ---------------------------------------------- [2020-11-28T22:42:41.897Z] ---------------------------------------------- [2020-11-28T22:42:41.897Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.155Z] [2020-11-28T22:42:42.155Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.155Z] ---------------------------------------------- [2020-11-28T22:42:42.155Z] ---------------------------------------------- [2020-11-28T22:42:42.155Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.411Z] [2020-11-28T22:42:42.411Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.411Z] ---------------------------------------------- [2020-11-28T22:42:42.411Z] ---------------------------------------------- [2020-11-28T22:42:42.411Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.411Z] [2020-11-28T22:42:42.411Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.411Z] ---------------------------------------------- [2020-11-28T22:42:42.411Z] ---------------------------------------------- [2020-11-28T22:42:42.411Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.666Z] [2020-11-28T22:42:42.666Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.666Z] ---------------------------------------------- [2020-11-28T22:42:42.667Z] ---------------------------------------------- [2020-11-28T22:42:42.667Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.922Z] [2020-11-28T22:42:42.923Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:42.923Z] ---------------------------------------------- [2020-11-28T22:42:42.923Z] ---------------------------------------------- [2020-11-28T22:42:42.923Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.178Z] [2020-11-28T22:42:43.178Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.178Z] ---------------------------------------------- [2020-11-28T22:42:43.178Z] ---------------------------------------------- [2020-11-28T22:42:43.178Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.178Z] [2020-11-28T22:42:43.178Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.178Z] ---------------------------------------------- [2020-11-28T22:42:43.178Z] ---------------------------------------------- [2020-11-28T22:42:43.178Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.435Z] [2020-11-28T22:42:43.435Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.435Z] ---------------------------------------------- [2020-11-28T22:42:43.435Z] ---------------------------------------------- [2020-11-28T22:42:43.435Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.691Z] [2020-11-28T22:42:43.691Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.691Z] ---------------------------------------------- [2020-11-28T22:42:43.691Z] ---------------------------------------------- [2020-11-28T22:42:43.691Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.947Z] [2020-11-28T22:42:43.947Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.947Z] ---------------------------------------------- [2020-11-28T22:42:43.947Z] ---------------------------------------------- [2020-11-28T22:42:43.947Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.947Z] [2020-11-28T22:42:43.947Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:43.947Z] ---------------------------------------------- [2020-11-28T22:42:43.947Z] ---------------------------------------------- [2020-11-28T22:42:43.947Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:44.203Z] [2020-11-28T22:42:44.203Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:44.203Z] ---------------------------------------------- [2020-11-28T22:42:44.203Z] ---------------------------------------------- [2020-11-28T22:42:44.203Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:44.461Z] [2020-11-28T22:42:44.461Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-11-28T22:42:44.461Z] ---------------------------------------------- [2020-11-28T22:42:44.461Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.528 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-11-28T22:42:44.461Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-11-28T22:42:44.461Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.198 s [2020-11-28T22:42:44.461Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-11-28T22:42:44.461Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-11-28T22:42:44.461Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:44.461Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-11-28T22:42:44.461Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:44.461Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:44.461Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:44.461Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-11-28T22:42:44.461Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:44.461Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:44.461Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:44.461Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-11-28T22:42:44.461Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-11-28T22:42:44.461Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:44.461Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-11-28T22:42:44.461Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:44.461Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-11-28T22:42:44.461Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:44.461Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-11-28T22:42:44.461Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-11-28T22:42:44.461Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-11-28T22:42:44.461Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-11-28T22:42:44.461Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-11-28T22:42:44.461Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-11-28T22:42:44.461Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-11-28T22:42:44.461Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-11-28T22:42:44.462Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-11-28T22:42:44.462Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-11-28T22:42:44.462Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-11-28T22:42:44.462Z] ---------------------------------------------- [2020-11-28T22:42:44.462Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-11-28T22:42:44.717Z] [2020-11-28T22:42:44.717Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-11-28T22:42:44.717Z] ---------------------------------------------- [2020-11-28T22:42:44.717Z] ---------------------------------------------- [2020-11-28T22:42:44.717Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-11-28T22:42:44.973Z] [2020-11-28T22:42:44.973Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-11-28T22:42:44.973Z] ---------------------------------------------- [2020-11-28T22:42:44.973Z] ---------------------------------------------- [2020-11-28T22:42:44.973Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-11-28T22:42:44.973Z] [2020-11-28T22:42:44.973Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-11-28T22:42:44.973Z] ---------------------------------------------- [2020-11-28T22:42:44.973Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-11-28T22:42:44.973Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-11-28T22:42:44.973Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-11-28T22:42:44.973Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-11-28T22:42:44.973Z] [2020-11-28T22:42:44.973Z] Results: [2020-11-28T22:42:44.973Z] [2020-11-28T22:42:44.973Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-11-28T22:42:44.973Z] [2020-11-28T22:42:45.534Z] [INFO] All tests passed! [2020-11-28T22:42:45.534Z] [INFO] [2020-11-28T22:42:45.534Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-11-28T22:42:45.534Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [10/11] [2020-11-28T22:42:45.534Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:42:45.534Z] [INFO] [2020-11-28T22:42:45.534Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.534Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:42:45.534Z] [INFO] [2020-11-28T22:42:45.534Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.534Z] [INFO] [2020-11-28T22:42:45.534Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.534Z] [INFO] [2020-11-28T22:42:45.534Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.534Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:42:45.535Z] [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-11-28T22:42:45.535Z] [INFO] [2020-11-28T22:42:45.535Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.535Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:42:45.535Z] [INFO] [2020-11-28T22:42:45.535Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.535Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:42:45.535Z] [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-11-28T22:42:45.535Z] [INFO] [2020-11-28T22:42:45.535Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.535Z] [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-11-28T22:42:45.535Z] [INFO] [2020-11-28T22:42:45.535Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.535Z] [INFO] [2020-11-28T22:42:45.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.535Z] [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-11-28T22:42:45.791Z] [INFO] [2020-11-28T22:42:45.791Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.791Z] [INFO] [2020-11-28T22:42:45.791Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.791Z] [INFO] [2020-11-28T22:42:45.791Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.791Z] [INFO] [2020-11-28T22:42:45.791Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-11-28T22:42:45.791Z] [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-11-28T22:42:45.791Z] [INFO] Command line: [2020-11-28T22:42:45.791Z] [/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-11-28T22:42:45.791Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:42:47.706Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-11-28T22:42:47.706Z] We are running from a zip file! [2020-11-28T22:42:47.706Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-11-28T22:42:47.706Z] this is an error [2020-11-28T22:42:47.706Z] ^ [2020-11-28T22:42:47.706Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-11-28T22:42:47.706Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-11-28T22:42:47.706Z] this is an error [2020-11-28T22:42:47.706Z] ^ [2020-11-28T22:42:47.706Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-11-28T22:42:47.963Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-11-28T22:42:47.963Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.283 s [2020-11-28T22:42:47.963Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.005 s [2020-11-28T22:42:47.963Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-11-28T22:42:47.963Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-11-28T22:42:47.963Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-11-28T22:42:47.963Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.061 s [2020-11-28T22:42:47.963Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.027 s [2020-11-28T22:42:47.963Z] [2020-11-28T22:42:47.963Z] Results: [2020-11-28T22:42:47.963Z] [2020-11-28T22:42:47.963Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-11-28T22:42:47.963Z] [2020-11-28T22:42:48.219Z] [INFO] All tests passed! [2020-11-28T22:42:48.219Z] [INFO] [2020-11-28T22:42:48.219Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-11-28T22:42:48.219Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [11/11] [2020-11-28T22:42:48.219Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-11-28T22:42:48.483Z] [INFO] [2020-11-28T22:42:48.483Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.483Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-11-28T22:42:48.483Z] [INFO] [2020-11-28T22:42:48.483Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.483Z] [INFO] [2020-11-28T22:42:48.483Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.483Z] [INFO] [2020-11-28T22:42:48.483Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.483Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:42:48.483Z] [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-11-28T22:42:48.483Z] [INFO] [2020-11-28T22:42:48.483Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [INFO] Nothing to compile - all classes are up to date [2020-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-11-28T22:42:48.484Z] [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-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [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-11-28T22:42:48.484Z] [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-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [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-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [INFO] [2020-11-28T22:42:48.484Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-11-28T22:42:48.484Z] [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-11-28T22:42:48.484Z] [INFO] Command line: [2020-11-28T22:42:48.484Z] [/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-11-28T22:42:48.484Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf" [2020-11-28T22:42:50.410Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-11-28T22:42:50.410Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.019 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-11-28T22:42:50.410Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:42:50.410Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:42:50.410Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:42:50.410Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-11-28T22:42:50.410Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-11-28T22:42:50.410Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.074 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-11-28T22:42:50.410Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-11-28T22:42:50.410Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-11-28T22:42:50.410Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-11-28T22:42:50.410Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.002 s [2020-11-28T22:42:50.410Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.410Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.411Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-11-28T22:42:50.411Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.411Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.411Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.411Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.411Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-11-28T22:42:50.411Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-11-28T22:42:50.411Z] WARNING: An illegal reflective access operation has occurred [2020-11-28T22:42:50.411Z] 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-11-28T22:42:50.411Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-11-28T22:42:50.411Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-11-28T22:42:50.411Z] WARNING: All illegal access operations will be denied in a future release [2020-11-28T22:42:56.977Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.854 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-11-28T22:42:56.977Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.423 s [2020-11-28T22:42:56.977Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-11-28T22:42:56.977Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-11-28T22:42:56.977Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.086 s [2020-11-28T22:42:56.977Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-11-28T22:43:02.228Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.173 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-11-28T22:43:02.228Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.008 s [2020-11-28T22:43:02.228Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.039 s [2020-11-28T22:43:02.228Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.046 s [2020-11-28T22:43:02.228Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.006 s [2020-11-28T22:43:02.228Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-11-28T22:43:02.228Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.062 s [2020-11-28T22:43:02.228Z] [2020-11-28T22:43:02.228Z] Results: [2020-11-28T22:43:02.228Z] [2020-11-28T22:43:02.228Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-11-28T22:43:02.228Z] [2020-11-28T22:43:02.228Z] [INFO] All tests passed! [2020-11-28T22:43:02.228Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:43:02.228Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.8.0-SNAPSHOT: [2020-11-28T22:43:02.228Z] [INFO] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.001 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 0.180 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 15.866 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test ...... SUCCESS [ 3.196 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 14.327 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [ 2.503 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [ 2.167 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SUCCESS [ 15.296 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.python.py4j.test ............. SUCCESS [ 31.224 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SUCCESS [ 2.715 s] [2020-11-28T22:43:02.228Z] [INFO] org.eclipse.ease.ui.test ........................... SUCCESS [ 13.923 s] [2020-11-28T22:43:02.228Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:43:02.228Z] [INFO] BUILD SUCCESS [2020-11-28T22:43:02.228Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:43:02.228Z] [INFO] Total time: 02:26 min [2020-11-28T22:43:02.228Z] [INFO] Finished at: 2020-11-28T22:43:02Z [2020-11-28T22:43:02.228Z] [INFO] ------------------------------------------------------------------------ [2020-11-28T22:43:02.228Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-11-28T22:43:02.228Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven964b78bf/maven-spy-20201128-224035-5558427327969351198889.log [Pipeline] } [2020-11-28T22:43:02.828Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.jython.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.py4j.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.829Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.test:eclipse-test-plugin:0.8.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.test/target/surefire-reports/*.xml [2020-11-28T22:43:02.833Z] [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results [2020-11-28T22:43:02.974Z] [withMaven] Publishers: Pipeline Graph Publisher: 8 ms, Junit Publisher: 134 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2020-11-28T22:43:03.008Z] Recording test results [2020-11-28T22:43:03.219Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS