Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-589lf’ is offline Agent centos-7-589lf 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-589lf" 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-589lf" - 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-589lf" - 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-589lf in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-31T21:35:19.262Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-10-31T21:35:20.499Z] No credentials specified [2020-10-31T21:35:20.502Z] Cloning the remote Git repository [2020-10-31T21:35:20.514Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-31T21:35:20.543Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 # timeout=10 [2020-10-31T21:35:20.556Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-31T21:35:20.557Z] > git --version # timeout=10 [2020-10-31T21:35:20.558Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-31T21:35:21.317Z] Checking out Revision c02d90ad0da9094a24d724b2bfe91eb6152c975b (refs/remotes/origin/master) [2020-10-31T21:35:21.241Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-10-31T21:35:21.244Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-31T21:35:21.248Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-10-31T21:35:21.254Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-31T21:35:21.254Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-31T21:35:21.309Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-10-31T21:35:21.314Z] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 [2020-10-31T21:35:21.325Z] > git config core.sparsecheckout # timeout=10 [2020-10-31T21:35:21.327Z] > git checkout -f c02d90ad0da9094a24d724b2bfe91eb6152c975b # timeout=10 [2020-10-31T21:35:24.942Z] Commit message: "Bug 522137: Update plugin name & vendor information" [2020-10-31T21:35:24.948Z] > git rev-list --no-walk c02d90ad0da9094a24d724b2bfe91eb6152c975b # timeout=10 [2020-10-31T21:35:24.959Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-10-31T21:35:24.963Z] > git rev-parse --verify HEAD # timeout=10 [2020-10-31T21:35:24.965Z] Resetting working tree [2020-10-31T21:35:24.965Z] > git reset --hard # timeout=10 [2020-10-31T21:35:25.033Z] > git clean -fdx # timeout=10 [2020-10-31T21:35:25.510Z] + curl https://ci.eclipse.org/ease/job/ease.build.module.doclet/lastSuccessfulBuild/artifact/developers/org.eclipse.ease.helpgenerator/target/ease.module.doclet.jar --output ease.module.doclet.jar [2020-10-31T21:35:25.511Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-31T21:35:25.511Z] Dload Upload Total Spent Left Speed [2020-10-31T21:35:25.511Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88597 100 88597 0 0 404k 0 --:--:-- --:--:-- --:--:-- 404k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-10-31T21:35:25.549Z] [withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true], org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='false', healthy='', unHealthy='', thresholdLimit='low'], org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true', healthy='', unHealthy='', thresholdLimit='low']] [2020-10-31T21:35:25.550Z] [withMaven] Available options: [2020-10-31T21:35:25.550Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-10-31T21:35:25.556Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-10-31T21:35:26.098Z] + mvn clean install -Pmodule-docs [2020-10-31T21:35:26.100Z] ----- withMaven Wrapper script ----- [2020-10-31T21:35:26.101Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:35:26.663Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-10-31T21:35:26.663Z] Maven home: /opt/tools/apache-maven/latest [2020-10-31T21:35:26.663Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-10-31T21:35:26.663Z] Default locale: en_US, platform encoding: UTF-8 [2020-10-31T21:35:26.663Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-10-31T21:35:27.591Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/maven-spy-20201031-213527-34115826194255547623895.log.tmp ... [2020-10-31T21:35:27.847Z] [INFO] Scanning for projects... [2020-10-31T21:35:34.417Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.379Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.380Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.380Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:35:44.380Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:37:05.759Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ [2020-10-31T21:37:05.759Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-09 [2020-10-31T21:37:05.759Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-10-31T21:37:05.759Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ [2020-10-31T21:37:05.759Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-10-31T21:37:05.759Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-31T21:37:05.759Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-31T21:37:05.759Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-31T21:37:05.759Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository [2020-10-31T21:37:05.759Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-31T21:37:05.759Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-31T21:37:05.759Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB) [2020-10-31T21:37:05.759Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-10-31T21:37:05.759Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-10-31T21:37:05.759Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-10-31T21:37:05.759Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-10-31T21:37:05.759Z] [INFO] Fetching 202009161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-09/ [2020-10-31T21:37:05.759Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.67MB) [2020-10-31T21:37:05.759Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.67MB) [2020-10-31T21:37:09.027Z] [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.28MB) [2020-10-31T21:37:09.027Z] [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.28MB) [2020-10-31T21:37:09.283Z] [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (328.72kB) [2020-10-31T21:37:09.283Z] [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (328.72kB) [2020-10-31T21:37:09.539Z] [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.58kB) [2020-10-31T21:37:09.539Z] [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.58kB) [2020-10-31T21:37:09.539Z] [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13kB) [2020-10-31T21:37:09.539Z] [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13kB) [2020-10-31T21:37:09.794Z] [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (102.39kB) [2020-10-31T21:37:09.794Z] [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (102.39kB) [2020-10-31T21:37:09.794Z] [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (63.23kB) [2020-10-31T21:37:10.050Z] [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (63.23kB) [2020-10-31T21:37:10.050Z] [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.47kB) [2020-10-31T21:37:10.050Z] [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.47kB) [2020-10-31T21:37:10.050Z] [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (255.73kB) [2020-10-31T21:37:10.307Z] [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (255.73kB) [2020-10-31T21:37:10.307Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [2020-10-31T21:37:10.562Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [2020-10-31T21:37:10.562Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (15.35kB) [2020-10-31T21:37:10.562Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (15.35kB) [2020-10-31T21:37:10.563Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [2020-10-31T21:37:10.563Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [2020-10-31T21:37:10.819Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.7kB) [2020-10-31T21:37:10.819Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.7kB) [2020-10-31T21:37:10.819Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.71kB) [2020-10-31T21:37:10.819Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.71kB) [2020-10-31T21:37:11.075Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (155.55kB) [2020-10-31T21:37:11.075Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (155.55kB) [2020-10-31T21:37:11.332Z] [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (468.73kB) [2020-10-31T21:37:11.332Z] [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (468.73kB) [2020-10-31T21:37:11.589Z] [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.97kB) [2020-10-31T21:37:11.589Z] [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.97kB) [2020-10-31T21:37:11.845Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.65kB) [2020-10-31T21:37:11.845Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.65kB) [2020-10-31T21:37:11.845Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.01kB) [2020-10-31T21:37:11.845Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.01kB) [2020-10-31T21:37:12.102Z] [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (57.14kB) [2020-10-31T21:37:12.102Z] [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (57.14kB) [2020-10-31T21:37:12.102Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.25kB) [2020-10-31T21:37:12.102Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.25kB) [2020-10-31T21:37:12.358Z] [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.59kB) [2020-10-31T21:37:12.358Z] [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.59kB) [2020-10-31T21:37:12.358Z] [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.12kB) [2020-10-31T21:37:12.358Z] [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.12kB) [2020-10-31T21:37:12.614Z] [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.85kB) [2020-10-31T21:37:12.614Z] [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.85kB) [2020-10-31T21:37:12.614Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.74kB) [2020-10-31T21:37:12.614Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.74kB) [2020-10-31T21:37:12.871Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.71kB) [2020-10-31T21:37:12.871Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.71kB) [2020-10-31T21:37:12.871Z] [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.67kB) [2020-10-31T21:37:12.871Z] [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.67kB) [2020-10-31T21:37:13.128Z] [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.42kB) [2020-10-31T21:37:13.128Z] [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.42kB) [2020-10-31T21:37:13.128Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.79kB) [2020-10-31T21:37:13.128Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.79kB) [2020-10-31T21:37:13.384Z] [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.11kB) [2020-10-31T21:37:13.384Z] [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.11kB) [2020-10-31T21:37:13.384Z] [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (875.68kB) [2020-10-31T21:37:13.384Z] [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (875.68kB) [2020-10-31T21:37:13.640Z] [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (42.08kB) [2020-10-31T21:37:13.640Z] [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (42.08kB) [2020-10-31T21:37:13.640Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.03kB) [2020-10-31T21:37:13.640Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.03kB) [2020-10-31T21:37:13.897Z] [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (125.98kB) [2020-10-31T21:37:13.897Z] [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (125.98kB) [2020-10-31T21:37:13.897Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.76kB) [2020-10-31T21:37:13.897Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.76kB) [2020-10-31T21:37:14.154Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (25.88kB) [2020-10-31T21:37:14.154Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (25.88kB) [2020-10-31T21:37:14.154Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-10-31T21:37:14.154Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-10-31T21:37:14.409Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (22.66kB) [2020-10-31T21:37:14.409Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (22.66kB) [2020-10-31T21:37:14.409Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.95kB) [2020-10-31T21:37:14.409Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.95kB) [2020-10-31T21:37:14.409Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.68kB) [2020-10-31T21:37:14.666Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.68kB) [2020-10-31T21:37:14.666Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.72kB) [2020-10-31T21:37:14.666Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.72kB) [2020-10-31T21:37:14.666Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.43kB) [2020-10-31T21:37:14.666Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.43kB) [2020-10-31T21:37:14.921Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.73kB) [2020-10-31T21:37:14.921Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.73kB) [2020-10-31T21:37:14.921Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.16kB) [2020-10-31T21:37:14.921Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.16kB) [2020-10-31T21:37:15.177Z] [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (484.32kB) [2020-10-31T21:37:15.177Z] [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (484.32kB) [2020-10-31T21:37:15.432Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.02kB) [2020-10-31T21:37:15.432Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.02kB) [2020-10-31T21:37:15.688Z] [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.03kB) [2020-10-31T21:37:15.688Z] [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.03kB) [2020-10-31T21:37:15.688Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.16kB) [2020-10-31T21:37:15.688Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.16kB) [2020-10-31T21:37:15.943Z] [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (363.19kB) [2020-10-31T21:37:15.943Z] [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (363.19kB) [2020-10-31T21:37:16.198Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (66.19kB) [2020-10-31T21:37:16.198Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (66.19kB) [2020-10-31T21:37:16.198Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.59kB) [2020-10-31T21:37:16.198Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.59kB) [2020-10-31T21:37:16.454Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.47kB) [2020-10-31T21:37:16.454Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.47kB) [2020-10-31T21:37:16.454Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.76kB) [2020-10-31T21:37:16.454Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.76kB) [2020-10-31T21:37:16.711Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.59kB) [2020-10-31T21:37:16.711Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.59kB) [2020-10-31T21:37:16.711Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.94kB) [2020-10-31T21:37:16.711Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.94kB) [2020-10-31T21:37:16.967Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (110.31kB) [2020-10-31T21:37:16.967Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (110.31kB) [2020-10-31T21:37:16.967Z] [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.65kB) [2020-10-31T21:37:16.967Z] [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.65kB) [2020-10-31T21:37:17.222Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.45kB) [2020-10-31T21:37:17.222Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.45kB) [2020-10-31T21:37:17.222Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.58kB) [2020-10-31T21:37:17.222Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.58kB) [2020-10-31T21:37:17.479Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.81kB) [2020-10-31T21:37:17.479Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.81kB) [2020-10-31T21:37:17.479Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.06kB) [2020-10-31T21:37:17.479Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.06kB) [2020-10-31T21:37:17.735Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.82kB) [2020-10-31T21:37:17.735Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.82kB) [2020-10-31T21:37:17.735Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (94.53kB) [2020-10-31T21:37:17.735Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (94.53kB) [2020-10-31T21:37:17.990Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.83kB) [2020-10-31T21:37:17.990Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.83kB) [2020-10-31T21:37:17.990Z] [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.7kB) [2020-10-31T21:37:17.990Z] [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.7kB) [2020-10-31T21:37:18.246Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.07kB) [2020-10-31T21:37:18.246Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.07kB) [2020-10-31T21:37:18.501Z] [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.97kB) [2020-10-31T21:37:18.501Z] [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.97kB) [2020-10-31T21:37:18.501Z] [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (339.77kB) [2020-10-31T21:37:18.502Z] [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (339.77kB) [2020-10-31T21:37:18.756Z] [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (954.52kB) [2020-10-31T21:37:18.757Z] [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (954.52kB) [2020-10-31T21:37:19.013Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.35kB) [2020-10-31T21:37:19.013Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.35kB) [2020-10-31T21:37:19.269Z] [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.05kB) [2020-10-31T21:37:19.269Z] [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.05kB) [2020-10-31T21:37:19.269Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.12kB) [2020-10-31T21:37:19.269Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.12kB) [2020-10-31T21:37:19.524Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.22kB) [2020-10-31T21:37:19.524Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.22kB) [2020-10-31T21:37:19.524Z] [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (114.54kB) [2020-10-31T21:37:19.524Z] [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (114.54kB) [2020-10-31T21:37:19.779Z] [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.97kB) [2020-10-31T21:37:19.779Z] [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.97kB) [2020-10-31T21:37:19.779Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.04kB) [2020-10-31T21:37:19.779Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.04kB) [2020-10-31T21:37:20.035Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (74.47kB) [2020-10-31T21:37:20.035Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (74.47kB) [2020-10-31T21:37:20.035Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.88kB) [2020-10-31T21:37:20.035Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.88kB) [2020-10-31T21:37:20.291Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.94kB) [2020-10-31T21:37:20.291Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.94kB) [2020-10-31T21:37:20.548Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.51kB) [2020-10-31T21:37:20.548Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.51kB) [2020-10-31T21:37:20.548Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.42kB) [2020-10-31T21:37:20.548Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.42kB) [2020-10-31T21:37:20.803Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.56kB) [2020-10-31T21:37:20.803Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.56kB) [2020-10-31T21:37:20.803Z] [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (120.7kB) [2020-10-31T21:37:20.803Z] [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (120.7kB) [2020-10-31T21:37:21.063Z] [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.64kB) [2020-10-31T21:37:21.063Z] [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.64kB) [2020-10-31T21:37:21.063Z] [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (316.68kB) [2020-10-31T21:37:21.063Z] [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (316.68kB) [2020-10-31T21:37:21.322Z] [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (100.11kB) [2020-10-31T21:37:21.322Z] [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (100.11kB) [2020-10-31T21:37:21.586Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (958.24kB) [2020-10-31T21:37:21.586Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (958.24kB) [2020-10-31T21:37:22.155Z] [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (966.73kB) [2020-10-31T21:37:22.155Z] [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (966.73kB) [2020-10-31T21:37:22.718Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (131kB) [2020-10-31T21:37:22.718Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (131kB) [2020-10-31T21:37:22.973Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.71kB) [2020-10-31T21:37:22.973Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.71kB) [2020-10-31T21:37:23.230Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-10-31T21:37:23.230Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-10-31T21:37:23.230Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-10-31T21:37:23.230Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-10-31T21:37:23.230Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-10-31T21:37:23.230Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-10-31T21:37:23.230Z] [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.85kB) [2020-10-31T21:37:23.230Z] [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.85kB) [2020-10-31T21:37:23.485Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.15kB) [2020-10-31T21:37:23.486Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.15kB) [2020-10-31T21:37:23.486Z] [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1,013.97kB) [2020-10-31T21:37:23.486Z] [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1,013.97kB) [2020-10-31T21:37:24.048Z] [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (83.97kB) [2020-10-31T21:37:24.048Z] [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (83.97kB) [2020-10-31T21:37:24.303Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (238.57kB) [2020-10-31T21:37:24.303Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (238.57kB) [2020-10-31T21:37:24.559Z] [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (199.96kB) [2020-10-31T21:37:24.559Z] [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (199.96kB) [2020-10-31T21:37:24.817Z] [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.47kB) [2020-10-31T21:37:24.817Z] [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.47kB) [2020-10-31T21:37:24.817Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-10-31T21:37:24.817Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-10-31T21:37:24.817Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-10-31T21:37:25.074Z] [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (306.32kB) [2020-10-31T21:37:25.074Z] [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (306.32kB) [2020-10-31T21:37:25.330Z] [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.2kB) [2020-10-31T21:37:25.330Z] [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.2kB) [2020-10-31T21:37:25.330Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200828-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.87MB) [2020-10-31T21:37:25.330Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200828-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.87MB) [2020-10-31T21:37:27.844Z] Oct 31, 2020 9:37:27 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:27.844Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:37:27.844Z] Oct 31, 2020 9:37:27 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:27.844Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:37:27.844Z] [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200828-0941.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (6.83MB) [2020-10-31T21:37:27.844Z] [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200828-0941.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (6.83MB) [2020-10-31T21:37:27.844Z] [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.93kB) [2020-10-31T21:37:27.844Z] [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.93kB) [2020-10-31T21:37:28.100Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (495.15kB) [2020-10-31T21:37:28.100Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (495.15kB) [2020-10-31T21:37:28.355Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.59kB) [2020-10-31T21:37:28.355Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.59kB) [2020-10-31T21:37:28.611Z] [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200824-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (281.56kB) [2020-10-31T21:37:28.611Z] [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200824-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (281.56kB) [2020-10-31T21:37:28.867Z] [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200828-0821.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (900.12kB) [2020-10-31T21:37:28.867Z] [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200828-0821.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (900.12kB) [2020-10-31T21:37:28.867Z] [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (214.9kB) [2020-10-31T21:37:28.867Z] [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (214.9kB) [2020-10-31T21:37:29.122Z] [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (491.39kB) [2020-10-31T21:37:29.123Z] [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (491.39kB) [2020-10-31T21:37:29.378Z] [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.96kB) [2020-10-31T21:37:29.633Z] [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.96kB) [2020-10-31T21:37:29.633Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (176.92kB) [2020-10-31T21:37:29.633Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (176.92kB) [2020-10-31T21:37:29.888Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (70.56kB) [2020-10-31T21:37:29.888Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (70.56kB) [2020-10-31T21:37:29.888Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (40.74kB) [2020-10-31T21:37:29.888Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (40.74kB) [2020-10-31T21:37:30.143Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-10-31T21:37:30.143Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-10-31T21:37:30.143Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-10-31T21:37:30.143Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (79.97kB) [2020-10-31T21:37:30.143Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (79.97kB) [2020-10-31T21:37:30.399Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-10-31T21:37:30.399Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-10-31T21:37:30.399Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-10-31T21:37:30.399Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (743.15kB) [2020-10-31T21:37:30.654Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (743.15kB) [2020-10-31T21:37:31.215Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.14MB) [2020-10-31T21:37:31.215Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.14MB) [2020-10-31T21:37:31.778Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-10-31T21:37:31.778Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-10-31T21:37:32.704Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-10-31T21:37:32.704Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-10-31T21:37:34.067Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (21.54MB of 28.17MB at 19.89MB/s) [2020-10-31T21:37:34.995Z] [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (71.46kB) [2020-10-31T21:37:34.995Z] [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (71.46kB) [2020-10-31T21:37:35.923Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-10-31T21:37:35.923Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-10-31T21:37:36.179Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (485.91kB) [2020-10-31T21:37:36.179Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (485.91kB) [2020-10-31T21:37:36.434Z] Oct 31, 2020 9:37:36 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:36.434Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:37:36.434Z] Oct 31, 2020 9:37:36 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:36.434Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:37:37.361Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202008161908.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.31MB) [2020-10-31T21:37:37.361Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.100.v202008161908.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.31MB) [2020-10-31T21:37:39.248Z] Oct 31, 2020 9:37:38 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:39.248Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:37:39.248Z] Oct 31, 2020 9:37:38 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:39.248Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:37:39.248Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.14kB) [2020-10-31T21:37:39.248Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.14kB) [2020-10-31T21:37:39.248Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.2MB) [2020-10-31T21:37:39.248Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.2MB) [2020-10-31T21:37:40.175Z] [INFO] Fetching org.eclipse.pde.core_3.14.0.v20200817-1143.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.29MB) [2020-10-31T21:37:40.175Z] [INFO] Fetching org.eclipse.pde.core_3.14.0.v20200817-1143.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.29MB) [2020-10-31T21:37:40.737Z] [INFO] Fetching py4j-java_0.10.8.1-bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (119.69kB) [2020-10-31T21:37:40.737Z] [INFO] Fetching py4j-java_0.10.8.1-bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (119.69kB) [2020-10-31T21:37:40.993Z] [INFO] Fetching py4j-python_0.10.8.1-bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (78.62kB) [2020-10-31T21:37:40.993Z] [INFO] Fetching py4j-python_0.10.8.1-bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (78.62kB) [2020-10-31T21:37:41.553Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-10-31T21:37:41.553Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-10-31T21:37:42.115Z] Oct 31, 2020 9:37:41 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:42.115Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:37:42.115Z] Oct 31, 2020 9:37:41 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:42.115Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:37:43.042Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (96.61kB) [2020-10-31T21:37:43.042Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (96.61kB) [2020-10-31T21:37:43.042Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (108.27kB) [2020-10-31T21:37:43.042Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (108.27kB) [2020-10-31T21:37:43.298Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (59.55kB) [2020-10-31T21:37:43.298Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (59.55kB) [2020-10-31T21:37:43.298Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.47kB) [2020-10-31T21:37:43.554Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.47kB) [2020-10-31T21:37:43.554Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.56kB) [2020-10-31T21:37:43.554Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.56kB) [2020-10-31T21:37:43.554Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.11kB) [2020-10-31T21:37:43.554Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.11kB) [2020-10-31T21:37:43.810Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (38.9kB) [2020-10-31T21:37:43.810Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (38.9kB) [2020-10-31T21:37:43.810Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (47.99kB) [2020-10-31T21:37:43.810Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (47.99kB) [2020-10-31T21:37:44.066Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (116.64kB) [2020-10-31T21:37:44.066Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (116.64kB) [2020-10-31T21:37:44.066Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (81.19kB) [2020-10-31T21:37:44.321Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (81.19kB) [2020-10-31T21:37:44.321Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.18kB) [2020-10-31T21:37:44.321Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.18kB) [2020-10-31T21:37:44.321Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.85kB) [2020-10-31T21:37:44.577Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.85kB) [2020-10-31T21:37:44.577Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.86kB) [2020-10-31T21:37:44.577Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.86kB) [2020-10-31T21:37:44.577Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.28kB) [2020-10-31T21:37:44.577Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.28kB) [2020-10-31T21:37:44.833Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.81kB) [2020-10-31T21:37:44.834Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.81kB) [2020-10-31T21:37:44.834Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.64kB) [2020-10-31T21:37:44.834Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.64kB) [2020-10-31T21:37:45.089Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (121.9kB) [2020-10-31T21:37:45.089Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (121.9kB) [2020-10-31T21:37:45.089Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.62kB) [2020-10-31T21:37:45.089Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.62kB) [2020-10-31T21:37:45.345Z] [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (478.57kB) [2020-10-31T21:37:45.345Z] [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (478.57kB) [2020-10-31T21:37:45.345Z] [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.27kB) [2020-10-31T21:37:45.345Z] [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.27kB) [2020-10-31T21:37:45.601Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.08kB) [2020-10-31T21:37:45.602Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.08kB) [2020-10-31T21:37:45.602Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.2kB) [2020-10-31T21:37:45.602Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.2kB) [2020-10-31T21:37:45.858Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (119.13kB) [2020-10-31T21:37:45.858Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (119.13kB) [2020-10-31T21:37:45.858Z] [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (134.56kB) [2020-10-31T21:37:45.858Z] [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (134.56kB) [2020-10-31T21:37:46.113Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (52.37kB) [2020-10-31T21:37:46.113Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (52.37kB) [2020-10-31T21:37:46.369Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.38kB) [2020-10-31T21:37:46.369Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.38kB) [2020-10-31T21:37:46.369Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-10-31T21:37:46.625Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-10-31T21:37:46.881Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-10-31T21:37:47.136Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-10-31T21:37:47.393Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-10-31T21:37:47.651Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-10-31T21:37:47.652Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-10-31T21:37:47.652Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-10-31T21:37:47.652Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-10-31T21:37:47.652Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-10-31T21:37:47.908Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-10-31T21:37:48.165Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-10-31T21:37:48.421Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-10-31T21:37:48.677Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-10-31T21:37:48.932Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-10-31T21:37:48.933Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-10-31T21:37:48.933Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-10-31T21:37:48.933Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-10-31T21:37:49.188Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [2020-10-31T21:37:49.188Z] [INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (632.98kB) [2020-10-31T21:37:49.188Z] [INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (632.98kB) [2020-10-31T21:37:49.749Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [2020-10-31T21:37:49.750Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [2020-10-31T21:37:50.005Z] [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB) [2020-10-31T21:37:50.005Z] [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB) [2020-10-31T21:37:50.261Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.18kB) [2020-10-31T21:37:50.261Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.18kB) [2020-10-31T21:37:50.261Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.1kB) [2020-10-31T21:37:50.261Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.1kB) [2020-10-31T21:37:50.516Z] [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (10.06kB) [2020-10-31T21:37:50.516Z] [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (10.06kB) [2020-10-31T21:37:50.772Z] [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB) [2020-10-31T21:37:50.772Z] [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB) [2020-10-31T21:37:50.772Z] [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.04kB) [2020-10-31T21:37:50.772Z] [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.04kB) [2020-10-31T21:37:51.030Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-10-31T21:37:51.030Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-10-31T21:37:51.030Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-10-31T21:37:51.030Z] [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.78kB) [2020-10-31T21:37:51.030Z] [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.78kB) [2020-10-31T21:37:51.288Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.97kB) [2020-10-31T21:37:51.288Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.97kB) [2020-10-31T21:37:51.288Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.56kB) [2020-10-31T21:37:51.288Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.56kB) [2020-10-31T21:37:51.547Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-10-31T21:37:51.547Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-10-31T21:37:51.547Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-10-31T21:37:51.547Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-10-31T21:37:51.803Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-10-31T21:37:51.803Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-10-31T21:37:51.803Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-10-31T21:37:51.803Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-10-31T21:37:51.803Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-10-31T21:37:51.803Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-10-31T21:37:52.079Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-10-31T21:37:52.336Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-10-31T21:37:52.336Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-10-31T21:37:52.336Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-10-31T21:37:52.336Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-10-31T21:37:52.336Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2020-10-31T21:37:52.336Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2020-10-31T21:37:52.336Z] Oct 31, 2020 9:37:52 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:52.336Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:37:52.336Z] Oct 31, 2020 9:37:52 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:37:52.336Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:37:52.336Z] [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.57kB) [2020-10-31T21:37:52.336Z] [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.57kB) [2020-10-31T21:37:52.591Z] [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.99kB) [2020-10-31T21:37:52.591Z] [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.99kB) [2020-10-31T21:37:52.591Z] [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.79kB) [2020-10-31T21:37:52.591Z] [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.79kB) [2020-10-31T21:37:52.847Z] [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.23kB) [2020-10-31T21:37:52.847Z] [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.23kB) [2020-10-31T21:37:52.847Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2020-10-31T21:37:53.103Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-10-31T21:37:53.103Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-10-31T21:37:53.103Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [2020-10-31T21:37:53.103Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [2020-10-31T21:37:53.103Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [2020-10-31T21:37:53.103Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [2020-10-31T21:37:53.358Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.73kB) [2020-10-31T21:37:53.358Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.73kB) [2020-10-31T21:37:53.358Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [2020-10-31T21:37:53.358Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [2020-10-31T21:37:53.613Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (696.23kB) [2020-10-31T21:37:53.614Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (696.23kB) [2020-10-31T21:37:54.176Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (962.55kB) [2020-10-31T21:37:54.176Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (962.55kB) [2020-10-31T21:37:55.103Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.42MB) [2020-10-31T21:37:55.103Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.42MB) [2020-10-31T21:37:55.665Z] [INFO] Fetching org.eclipse.help.ui_4.2.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (203.21kB) [2020-10-31T21:37:55.665Z] [INFO] Fetching org.eclipse.help.ui_4.2.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (203.21kB) [2020-10-31T21:37:55.920Z] [INFO] Fetching org.eclipse.help.webapp_3.10.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (272.69kB) [2020-10-31T21:37:55.920Z] [INFO] Fetching org.eclipse.help.webapp_3.10.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (272.69kB) [2020-10-31T21:37:56.176Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.59kB) [2020-10-31T21:37:56.176Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.59kB) [2020-10-31T21:37:56.176Z] [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (97.87kB) [2020-10-31T21:37:56.176Z] [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (97.87kB) [2020-10-31T21:37:56.432Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (76.44kB) [2020-10-31T21:37:56.432Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (76.44kB) [2020-10-31T21:37:56.432Z] [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [2020-10-31T21:37:56.432Z] [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [2020-10-31T21:37:56.688Z] [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [2020-10-31T21:37:56.688Z] [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [2020-10-31T21:37:56.688Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [2020-10-31T21:37:56.688Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [2020-10-31T21:37:56.944Z] [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [2020-10-31T21:37:56.944Z] [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [2020-10-31T21:37:56.944Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.17kB) [2020-10-31T21:37:56.944Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.17kB) [2020-10-31T21:37:57.199Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.65kB) [2020-10-31T21:37:57.199Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.65kB) [2020-10-31T21:37:57.199Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.69kB) [2020-10-31T21:37:57.199Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.69kB) [2020-10-31T21:37:57.199Z] [INFO] Fetching org.eclipse.help.base_4.3.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (164.05kB) [2020-10-31T21:37:57.454Z] [INFO] Fetching org.eclipse.help.base_4.3.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (164.05kB) [2020-10-31T21:37:57.710Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-10-31T21:37:57.710Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-10-31T21:37:57.710Z] [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [2020-10-31T21:37:57.710Z] [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [2020-10-31T21:37:57.710Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-10-31T21:37:57.966Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.releng:pom:0.8.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2020-10-31T21:37:57.966Z] [WARNING] The project org.eclipse.ease:ease.core:pom:0.4.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2020-10-31T21:37:57.966Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:37:57.966Z] [INFO] Reactor Build Order: [2020-10-31T21:37:57.966Z] [INFO] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.releng [pom] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.ui.scripts.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-10-31T21:37:57.966Z] [INFO] EASE (Incubation) [pom] [2020-10-31T21:37:57.966Z] [INFO] [2020-10-31T21:37:57.966Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-10-31T21:37:57.966Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-10-31T21:37:57.966Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-31T21:37:57.966Z] [INFO] [2020-10-31T21:37:57.966Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-10-31T21:37:58.223Z] [INFO] [2020-10-31T21:37:58.223Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-10-31T21:37:58.223Z] [INFO] [2020-10-31T21:37:58.223Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-10-31T21:37:58.223Z] [INFO] [2020-10-31T21:37:58.223Z] [INFO] [2020-10-31T21:37:58.224Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-10-31T21:38:02.389Z] [INFO] [2020-10-31T21:38:02.389Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-10-31T21:38:02.644Z] [INFO] [2020-10-31T21:38:02.644Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-10-31T21:38:02.644Z] [INFO] [2020-10-31T21:38:02.644Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-10-31T21:38:02.644Z] [INFO] [2020-10-31T21:38:02.644Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-10-31T21:38:02.644Z] [INFO] [2020-10-31T21:38:02.644Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-10-31T21:38:03.205Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng/0.8.0-SNAPSHOT/org.eclipse.ease.releng-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:03.205Z] [INFO] [2020-10-31T21:38:03.205Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-10-31T21:38:03.205Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-10-31T21:38:03.205Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:03.205Z] [INFO] [2020-10-31T21:38:03.205Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:03.205Z] [INFO] [2020-10-31T21:38:03.205Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.371Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.371Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] [2020-10-31T21:38:07.371Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:07.627Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:07.882Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:08.444Z] [INFO] [2020-10-31T21:38:08.444Z] Loading source files for package org.eclipse.ease.classloader... [2020-10-31T21:38:08.444Z] Constructing Javadoc information... [2020-10-31T21:38:08.444Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:08.444Z] No plugin definition found, skipping [2020-10-31T21:38:08.444Z] No plugin definition found, skipping [2020-10-31T21:38:08.444Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:08.444Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:08.444Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:08.444Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:08.444Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:08.444Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:08.444Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:08.444Z] [INFO] [2020-10-31T21:38:08.444Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:08.444Z] [INFO] [2020-10-31T21:38:08.444Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:10.332Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:10.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/main/resources [2020-10-31T21:38:10.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/help [2020-10-31T21:38:10.332Z] [INFO] [2020-10-31T21:38:10.332Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:10.893Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/classes [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:11.880Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/test/resources [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:11.880Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-10-31T21:38:11.880Z] [INFO] [2020-10-31T21:38:11.880Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-10-31T21:38:11.880Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-10-31T21:38:11.880Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:12.136Z] [INFO] [2020-10-31T21:38:12.136Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-10-31T21:38:12.136Z] [INFO] [2020-10-31T21:38:12.136Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-10-31T21:38:12.136Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-10-31T21:38:12.136Z] [INFO] [2020-10-31T21:38:12.136Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-10-31T21:38:12.136Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-10-31T21:38:12.137Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] [2020-10-31T21:38:12.137Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-10-31T21:38:12.137Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:12.393Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:13.781Z] [INFO] [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.adapters... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.applications... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.debugging... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.modules... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.security... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.service... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.sign... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.tools... [2020-10-31T21:38:13.781Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-10-31T21:38:13.781Z] Constructing Javadoc information... [2020-10-31T21:38:13.781Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:13.782Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:13.782Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:13.782Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:13.782Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:13.782Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:13.782Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:13.782Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:13.782Z] [INFO] [2020-10-31T21:38:13.782Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-10-31T21:38:13.782Z] [INFO] [2020-10-31T21:38:13.782Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-10-31T21:38:13.782Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:13.782Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/main/resources [2020-10-31T21:38:13.782Z] [INFO] Copying 3 resources to help [2020-10-31T21:38:13.782Z] [INFO] [2020-10-31T21:38:13.782Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease --- [2020-10-31T21:38:13.782Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/classes [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:14.782Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/test/resources [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:14.782Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-10-31T21:38:14.782Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-10-31T21:38:14.782Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.782Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.782Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-10-31T21:38:14.782Z] [INFO] [2020-10-31T21:38:14.783Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.783Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:14.783Z] [INFO] [2020-10-31T21:38:14.783Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.783Z] [INFO] [2020-10-31T21:38:14.783Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-10-31T21:38:14.783Z] [INFO] [2020-10-31T21:38:14.783Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-10-31T21:38:14.783Z] [INFO] [2020-10-31T21:38:14.783Z] [INFO] [2020-10-31T21:38:14.783Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-10-31T21:38:15.038Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:15.038Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:16.941Z] [INFO] [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.console... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-10-31T21:38:16.941Z] Loading source files for package org.eclipse.ease.ui.view... [2020-10-31T21:38:16.941Z] Constructing Javadoc information... [2020-10-31T21:38:16.941Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:16.941Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:16.941Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:16.941Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:16.941Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:16.941Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:16.941Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:16.941Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:16.941Z] [INFO] [2020-10-31T21:38:16.941Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-10-31T21:38:16.941Z] [INFO] [2020-10-31T21:38:16.941Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-10-31T21:38:16.941Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:16.941Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/main/resources [2020-10-31T21:38:16.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/help [2020-10-31T21:38:16.942Z] [INFO] [2020-10-31T21:38:16.942Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-10-31T21:38:16.942Z] [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/classes [2020-10-31T21:38:17.538Z] [INFO] [2020-10-31T21:38:17.538Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.538Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:17.538Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/test/resources [2020-10-31T21:38:17.538Z] [INFO] [2020-10-31T21:38:17.538Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.538Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:17.538Z] [INFO] [2020-10-31T21:38:17.538Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.538Z] [INFO] [2020-10-31T21:38:17.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.794Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:17.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-10-31T21:38:17.794Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-10-31T21:38:17.794Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] [2020-10-31T21:38:17.794Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:18.050Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:18.306Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:19.719Z] [INFO] [2020-10-31T21:38:19.719Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-10-31T21:38:19.719Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-10-31T21:38:19.719Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-10-31T21:38:19.719Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-10-31T21:38:19.719Z] Constructing Javadoc information... [2020-10-31T21:38:19.719Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:19.719Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:19.719Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:19.719Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:19.719Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:19.719Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:19.719Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:19.719Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:19.719Z] [INFO] [2020-10-31T21:38:19.719Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.719Z] [INFO] [2020-10-31T21:38:19.719Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.719Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:19.719Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/src/main/resources [2020-10-31T21:38:19.719Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/help [2020-10-31T21:38:19.719Z] [INFO] [2020-10-31T21:38:19.719Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.719Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/classes [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:19.981Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/src/test/resources [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.981Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.981Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.981Z] [INFO] [2020-10-31T21:38:19.981Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:19.982Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-10-31T21:38:19.982Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-10-31T21:38:19.982Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] [2020-10-31T21:38:19.982Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:20.238Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:20.238Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:22.142Z] [INFO] [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-10-31T21:38:22.142Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-10-31T21:38:22.142Z] Constructing Javadoc information... [2020-10-31T21:38:22.142Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:22.142Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:22.142Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:22.142Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:22.142Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:22.142Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:22.142Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:22.142Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:22.142Z] [INFO] [2020-10-31T21:38:22.142Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.142Z] [INFO] [2020-10-31T21:38:22.142Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.142Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:22.142Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/src/main/resources [2020-10-31T21:38:22.143Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/help [2020-10-31T21:38:22.143Z] [INFO] [2020-10-31T21:38:22.143Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.143Z] [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/classes [2020-10-31T21:38:22.398Z] [INFO] [2020-10-31T21:38:22.398Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:22.399Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/src/test/resources [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] [2020-10-31T21:38:22.399Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:22.654Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:22.654Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:22.654Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:22.654Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:22.654Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:22.654Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:22.654Z] [INFO] [2020-10-31T21:38:22.654Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-10-31T21:38:22.654Z] [INFO] [2020-10-31T21:38:22.654Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-10-31T21:38:22.654Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-10-31T21:38:22.654Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:22.654Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] [2020-10-31T21:38:22.655Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:22.933Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:22.933Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:23.881Z] [INFO] [2020-10-31T21:38:23.881Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-10-31T21:38:23.881Z] Constructing Javadoc information... [2020-10-31T21:38:23.881Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:23.881Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:23.881Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:23.881Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:23.881Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:23.881Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:23.881Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:23.881Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:23.881Z] [INFO] [2020-10-31T21:38:23.881Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.881Z] [INFO] [2020-10-31T21:38:23.881Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.881Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:23.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/src/main/resources [2020-10-31T21:38:23.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/help [2020-10-31T21:38:23.881Z] [INFO] [2020-10-31T21:38:23.881Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.881Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/classes [2020-10-31T21:38:23.881Z] [INFO] [2020-10-31T21:38:23.881Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.881Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:23.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/src/test/resources [2020-10-31T21:38:23.881Z] [INFO] [2020-10-31T21:38:23.881Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:23.882Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-10-31T21:38:23.882Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-10-31T21:38:23.882Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] [2020-10-31T21:38:23.882Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:24.138Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:24.138Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:25.525Z] [INFO] [2020-10-31T21:38:25.525Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-10-31T21:38:25.525Z] Constructing Javadoc information... [2020-10-31T21:38:25.525Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:25.525Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:25.525Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:25.525Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:25.525Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:25.525Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:25.526Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:25.526Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:25.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/src/main/resources [2020-10-31T21:38:25.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/classes [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:25.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/src/test/resources [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:25.526Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-10-31T21:38:25.526Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-10-31T21:38:25.526Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.526Z] [INFO] [2020-10-31T21:38:25.526Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.527Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.527Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] [2020-10-31T21:38:25.527Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:25.835Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:25.835Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:27.217Z] [INFO] [2020-10-31T21:38:27.217Z] Loading source files for package org.eclipse.ease.lang.python... [2020-10-31T21:38:27.217Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-10-31T21:38:27.217Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-10-31T21:38:27.217Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-10-31T21:38:27.217Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-10-31T21:38:27.218Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-10-31T21:38:27.218Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-10-31T21:38:27.218Z] Constructing Javadoc information... [2020-10-31T21:38:27.218Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:27.218Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:27.218Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:27.218Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:27.218Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:27.218Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:27.218Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:27.218Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:27.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/src/main/resources [2020-10-31T21:38:27.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/help [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/classes [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:27.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/src/test/resources [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] [2020-10-31T21:38:27.218Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.218Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:27.218Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:27.218Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:27.219Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:27.219Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:27.219Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:27.219Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:27.219Z] [INFO] [2020-10-31T21:38:27.219Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-10-31T21:38:27.219Z] [INFO] [2020-10-31T21:38:27.219Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-10-31T21:38:27.219Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-10-31T21:38:27.219Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] [2020-10-31T21:38:27.482Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:27.482Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:27.738Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:28.665Z] [INFO] [2020-10-31T21:38:28.665Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-10-31T21:38:28.665Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-10-31T21:38:28.665Z] Constructing Javadoc information... [2020-10-31T21:38:28.665Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:28.666Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:28.666Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:28.666Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:28.666Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:28.666Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:28.666Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:28.666Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:28.666Z] [INFO] [2020-10-31T21:38:28.666Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.666Z] [INFO] [2020-10-31T21:38:28.666Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.666Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:28.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/src/main/resources [2020-10-31T21:38:28.666Z] [INFO] Copying 2 resources to help [2020-10-31T21:38:28.666Z] [INFO] [2020-10-31T21:38:28.666Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.666Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/classes [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:28.922Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/src/test/resources [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:28.922Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-10-31T21:38:28.922Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-10-31T21:38:28.922Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.922Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.922Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:28.922Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.923Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] [2020-10-31T21:38:28.923Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:29.178Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:29.178Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:30.104Z] [INFO] [2020-10-31T21:38:30.104Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-10-31T21:38:30.104Z] Constructing Javadoc information... [2020-10-31T21:38:30.104Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:30.104Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:30.104Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:30.104Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:30.104Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:30.104Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:30.104Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:30.104Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:30.104Z] [INFO] [2020-10-31T21:38:30.104Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.104Z] [INFO] [2020-10-31T21:38:30.104Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:30.105Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/src/main/resources [2020-10-31T21:38:30.105Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/help [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/classes [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:30.105Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/src/test/resources [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] [2020-10-31T21:38:30.105Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.105Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:30.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:30.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:30.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:30.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:30.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:30.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-10-31T21:38:30.381Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-10-31T21:38:30.381Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.381Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.381Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:30.381Z] [INFO] [2020-10-31T21:38:30.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.382Z] [INFO] [2020-10-31T21:38:30.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.382Z] [INFO] [2020-10-31T21:38:30.382Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-10-31T21:38:30.382Z] [INFO] [2020-10-31T21:38:30.382Z] [INFO] [2020-10-31T21:38:30.382Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:30.636Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:30.636Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:31.581Z] [INFO] [2020-10-31T21:38:31.581Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-10-31T21:38:31.581Z] Constructing Javadoc information... [2020-10-31T21:38:31.581Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:31.581Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:31.581Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:31.581Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:31.581Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:31.581Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:31.581Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:31.581Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:31.581Z] [INFO] [2020-10-31T21:38:31.581Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.581Z] [INFO] [2020-10-31T21:38:31.581Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.581Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:31.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/main/resources [2020-10-31T21:38:31.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2020-10-31T21:38:31.581Z] [INFO] [2020-10-31T21:38:31.581Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:31.582Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/test/resources [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:31.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-10-31T21:38:31.582Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-10-31T21:38:31.582Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.582Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.582Z] [INFO] [2020-10-31T21:38:31.582Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-10-31T21:38:31.838Z] [INFO] [2020-10-31T21:38:31.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.838Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:31.838Z] [INFO] [2020-10-31T21:38:31.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.838Z] [INFO] [2020-10-31T21:38:31.838Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:31.838Z] [INFO] [2020-10-31T21:38:31.838Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-10-31T21:38:31.838Z] [INFO] [2020-10-31T21:38:31.838Z] [INFO] [2020-10-31T21:38:31.838Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:32.094Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:32.094Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:33.481Z] [INFO] [2020-10-31T21:38:33.481Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-10-31T21:38:33.481Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-10-31T21:38:33.481Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-10-31T21:38:33.482Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-10-31T21:38:33.482Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-10-31T21:38:33.482Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-10-31T21:38:33.482Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-10-31T21:38:33.482Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-10-31T21:38:33.482Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-10-31T21:38:33.482Z] Constructing Javadoc information... [2020-10-31T21:38:33.482Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:33.482Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:33.482Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:33.482Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:33.482Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:33.482Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:33.482Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:33.482Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:33.482Z] [INFO] [2020-10-31T21:38:33.482Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.482Z] [INFO] [2020-10-31T21:38:33.482Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.482Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:33.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/src/main/resources [2020-10-31T21:38:33.482Z] [INFO] Copying 2 resources to help [2020-10-31T21:38:33.482Z] [INFO] [2020-10-31T21:38:33.482Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.482Z] [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/classes [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:33.781Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/src/test/resources [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:33.781Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-10-31T21:38:33.781Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-10-31T21:38:33.781Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.781Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.781Z] [INFO] [2020-10-31T21:38:33.781Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.782Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] [2020-10-31T21:38:33.782Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:34.038Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:34.038Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:35.419Z] [INFO] [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-10-31T21:38:35.419Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-10-31T21:38:35.419Z] Constructing Javadoc information... [2020-10-31T21:38:35.419Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:35.419Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:35.419Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:35.419Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:35.420Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:35.420Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:35.420Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:35.420Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:35.420Z] [INFO] [2020-10-31T21:38:35.420Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.420Z] [INFO] [2020-10-31T21:38:35.420Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.420Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:35.420Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/src/main/resources [2020-10-31T21:38:35.420Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/help [2020-10-31T21:38:35.420Z] [INFO] [2020-10-31T21:38:35.420Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.420Z] [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/classes [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.681Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:35.681Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/src/test/resources [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.681Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.681Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.681Z] [INFO] [2020-10-31T21:38:35.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.937Z] [INFO] [2020-10-31T21:38:35.937Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:35.937Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:35.937Z] [INFO] [2020-10-31T21:38:35.937Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-31T21:38:35.937Z] [INFO] [2020-10-31T21:38:35.937Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-10-31T21:38:35.937Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-10-31T21:38:35.937Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:35.937Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] [2020-10-31T21:38:35.938Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:36.194Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:36.194Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:37.120Z] [INFO] [2020-10-31T21:38:37.120Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-10-31T21:38:37.120Z] Constructing Javadoc information... [2020-10-31T21:38:37.120Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:37.120Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:37.120Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:37.120Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:37.120Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:37.121Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:37.121Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:37.121Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:37.121Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/src/main/resources [2020-10-31T21:38:37.121Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/help [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/classes [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:37.121Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/src/test/resources [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:37.121Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-10-31T21:38:37.121Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-10-31T21:38:37.121Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.121Z] [INFO] [2020-10-31T21:38:37.121Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.122Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.122Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] [2020-10-31T21:38:37.122Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:37.382Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:37.637Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-10-31T21:38:38.581Z] Constructing Javadoc information... [2020-10-31T21:38:38.581Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:38.581Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:38.581Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:38.581Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:38.581Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:38.581Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:38.581Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:38.581Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:38.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/main/resources [2020-10-31T21:38:38.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/help [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:38.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/test/resources [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] [2020-10-31T21:38:38.581Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.581Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:38.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-10-31T21:38:38.582Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-10-31T21:38:38.582Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] [2020-10-31T21:38:38.582Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:38.838Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:39.093Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-10-31T21:38:40.020Z] Constructing Javadoc information... [2020-10-31T21:38:40.020Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:40.020Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:40.020Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:40.020Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:40.020Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:40.020Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:40.020Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:40.020Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.020Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:40.020Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/main/resources [2020-10-31T21:38:40.020Z] [INFO] Copying 2 resources to help [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.020Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.020Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:40.020Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/test/resources [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.020Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.020Z] [INFO] [2020-10-31T21:38:40.020Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.021Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:40.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-10-31T21:38:40.021Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-10-31T21:38:40.021Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] [2020-10-31T21:38:40.021Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:40.277Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:40.277Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:41.681Z] [INFO] [2020-10-31T21:38:41.681Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-10-31T21:38:41.681Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-10-31T21:38:41.681Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-10-31T21:38:41.681Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-10-31T21:38:41.681Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-10-31T21:38:41.681Z] Constructing Javadoc information... [2020-10-31T21:38:41.681Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:41.681Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:41.681Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:41.681Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:41.682Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:41.682Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:41.682Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:41.682Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:41.682Z] [INFO] [2020-10-31T21:38:41.682Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.682Z] [INFO] [2020-10-31T21:38:41.682Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.682Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:41.682Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/main/resources [2020-10-31T21:38:41.682Z] [INFO] Copying 2 resources to help [2020-10-31T21:38:41.682Z] [INFO] [2020-10-31T21:38:41.682Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.682Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes [2020-10-31T21:38:41.682Z] [INFO] [2020-10-31T21:38:41.682Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.682Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:41.682Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/test/resources [2020-10-31T21:38:41.682Z] [INFO] [2020-10-31T21:38:41.682Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:41.938Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-10-31T21:38:41.938Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-10-31T21:38:41.938Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.938Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.938Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.939Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.939Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] [2020-10-31T21:38:41.939Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:42.194Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:42.194Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:43.122Z] [INFO] [2020-10-31T21:38:43.122Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-10-31T21:38:43.122Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-10-31T21:38:43.122Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-10-31T21:38:43.122Z] Constructing Javadoc information... [2020-10-31T21:38:43.122Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:43.122Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:43.122Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:43.122Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:43.122Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:43.122Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:43.122Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:43.122Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:43.122Z] [INFO] [2020-10-31T21:38:43.122Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.122Z] [INFO] [2020-10-31T21:38:43.122Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.122Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:43.122Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/src/main/resources [2020-10-31T21:38:43.122Z] [INFO] Copying 2 resources to help [2020-10-31T21:38:43.122Z] [INFO] [2020-10-31T21:38:43.122Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.122Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/classes [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:43.381Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/src/test/resources [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:38:43.381Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:43.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-10-31T21:38:43.381Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-10-31T21:38:43.381Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.381Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.381Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.382Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] [2020-10-31T21:38:43.382Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:43.637Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:43.892Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:44.843Z] [INFO] [2020-10-31T21:38:44.843Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-10-31T21:38:44.843Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-10-31T21:38:44.843Z] Constructing Javadoc information... [2020-10-31T21:38:44.843Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:44.843Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:44.843Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:44.843Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:44.843Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:44.843Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:44.843Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:44.843Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:44.843Z] [INFO] [2020-10-31T21:38:44.843Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:44.843Z] [INFO] [2020-10-31T21:38:44.843Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:44.843Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:44.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/src/main/resources [2020-10-31T21:38:44.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/help [2020-10-31T21:38:44.843Z] [INFO] [2020-10-31T21:38:44.843Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:44.843Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/classes [2020-10-31T21:38:45.098Z] [INFO] [2020-10-31T21:38:45.098Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.098Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:45.098Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/src/test/resources [2020-10-31T21:38:45.098Z] [INFO] [2020-10-31T21:38:45.098Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.098Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:45.098Z] [INFO] [2020-10-31T21:38:45.098Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.098Z] [INFO] [2020-10-31T21:38:45.098Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.099Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-10-31T21:38:45.099Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-10-31T21:38:45.099Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] [2020-10-31T21:38:45.099Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:45.355Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:45.355Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:46.281Z] [INFO] [2020-10-31T21:38:46.281Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-10-31T21:38:46.281Z] Constructing Javadoc information... [2020-10-31T21:38:46.281Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:46.281Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:46.281Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:46.281Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:46.281Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:46.281Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:46.281Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:46.281Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:46.281Z] [INFO] [2020-10-31T21:38:46.281Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.281Z] [INFO] [2020-10-31T21:38:46.281Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.281Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:46.281Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/main/resources [2020-10-31T21:38:46.282Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/help [2020-10-31T21:38:46.282Z] [INFO] [2020-10-31T21:38:46.282Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.282Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:46.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/test/resources [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] [2020-10-31T21:38:46.537Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:46.537Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-10-31T21:38:46.538Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-10-31T21:38:46.538Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] [2020-10-31T21:38:46.538Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:46.794Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:46.794Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:47.746Z] [INFO] [2020-10-31T21:38:47.746Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-10-31T21:38:47.746Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-10-31T21:38:47.746Z] Constructing Javadoc information... [2020-10-31T21:38:47.746Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:47.746Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:47.746Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:47.746Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:47.746Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:47.746Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:47.746Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:47.746Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:47.746Z] [INFO] [2020-10-31T21:38:47.746Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:47.746Z] [INFO] [2020-10-31T21:38:47.747Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:47.747Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:47.747Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/main/resources [2020-10-31T21:38:47.747Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2020-10-31T21:38:47.747Z] [INFO] [2020-10-31T21:38:47.747Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:47.747Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes [2020-10-31T21:38:48.002Z] [INFO] [2020-10-31T21:38:48.002Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.002Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:48.002Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/test/resources [2020-10-31T21:38:48.002Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-10-31T21:38:48.003Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-10-31T21:38:48.003Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] The project's OSGi version is 0.8.0.I202010312135 [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] The project's OSGi version is 0.8.0.I202010312135 [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.003Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:48.004Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/main/resources [2020-10-31T21:38:48.004Z] [INFO] Copying 41 resources to help [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:48.004Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/test/resources [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:48.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.004Z] [INFO] [2020-10-31T21:38:48.004Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-10-31T21:38:48.282Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-10-31T21:38:48.282Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] [2020-10-31T21:38:48.282Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:48.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-10-31T21:38:48.283Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-10-31T21:38:48.283Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] The project's OSGi version is 0.8.0.I202010312135 [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] The project's OSGi version is 0.8.0.I202010312135 [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.283Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.283Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] [2020-10-31T21:38:48.539Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.539Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.539Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:48.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-10-31T21:38:48.540Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-10-31T21:38:48.540Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.540Z] [INFO] [2020-10-31T21:38:48.540Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.541Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.541Z] [INFO] [2020-10-31T21:38:48.541Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.541Z] [INFO] [2020-10-31T21:38:48.541Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.541Z] [INFO] [2020-10-31T21:38:48.541Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-31T21:38:48.832Z] [INFO] [2020-10-31T21:38:48.832Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-10-31T21:38:48.832Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-10-31T21:38:48.832Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:48.832Z] [INFO] [2020-10-31T21:38:48.832Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.832Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target [2020-10-31T21:38:48.832Z] [INFO] [2020-10-31T21:38:48.832Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] [2020-10-31T21:38:48.833Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:48.833Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:48.833Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:48.833Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:48.833Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:48.833Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:48.833Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.090Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-10-31T21:38:49.090Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-10-31T21:38:49.090Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.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-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.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-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.090Z] [INFO] [2020-10-31T21:38:49.090Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.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-10-31T21:38:49.091Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.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-10-31T21:38:49.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-10-31T21:38:49.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-10-31T21:38:49.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-10-31T21:38:49.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-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-10-31T21:38:49.091Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-10-31T21:38:49.091Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.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-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.091Z] [INFO] [2020-10-31T21:38:49.091Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.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-sources-feature.jar [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.092Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-10-31T21:38:49.092Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-10-31T21:38:49.092Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] [2020-10-31T21:38:49.092Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.092Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.382Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.382Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-10-31T21:38:49.382Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-10-31T21:38:49.382Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.382Z] [INFO] [2020-10-31T21:38:49.382Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.383Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.383Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.383Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-10-31T21:38:49.384Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-10-31T21:38:49.384Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] [2020-10-31T21:38:49.384Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.384Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.384Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.384Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.384Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.680Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.680Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.680Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-10-31T21:38:49.680Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-10-31T21:38:49.680Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.680Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.680Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-10-31T21:38:49.680Z] [INFO] [2020-10-31T21:38:49.680Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-10-31T21:38:49.681Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-10-31T21:38:49.681Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.681Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-10-31T21:38:49.681Z] [INFO] [2020-10-31T21:38:49.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:49.682Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.682Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-31T21:38:49.682Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-10-31T21:38:49.683Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-10-31T21:38:49.683Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-10-31T21:38:49.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.8.0-SNAPSHOT/org.eclipse.ease.releng.target-0.8.0-SNAPSHOT.target [2020-10-31T21:38:49.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.8.0-SNAPSHOT/org.eclipse.ease.releng.target-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:49.683Z] [INFO] [2020-10-31T21:38:49.683Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-10-31T21:38:49.683Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-10-31T21:38:49.683Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-10-31T21:38:49.942Z] [INFO] [2020-10-31T21:38:49.942Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:49.942Z] [INFO] [2020-10-31T21:38:49.942Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.203Z] [INFO] The project's OSGi version is 0.8.0.I202010312135 [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.203Z] [INFO] The project's OSGi version is 0.8.0.I202010312135 [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.203Z] [INFO] [2020-10-31T21:38:50.203Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.461Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:50.461Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/src/main/resources [2020-10-31T21:38:50.461Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/help [2020-10-31T21:38:50.461Z] [INFO] [2020-10-31T21:38:50.461Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.461Z] [INFO] [2020-10-31T21:38:50.461Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.461Z] [INFO] [2020-10-31T21:38:50.461Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.461Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-10-31T21:38:50.461Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-10-31T21:38:50.461Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [2020-10-31T21:38:50.461Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [2020-10-31T21:38:50.461Z] [INFO] [2020-10-31T21:38:50.461Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.461Z] [INFO] [2020-10-31T21:38:50.461Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.461Z] [INFO] [2020-10-31T21:38:50.462Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:50.462Z] [INFO] [2020-10-31T21:38:50.462Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:52.366Z] [INFO] [2020-10-31T21:38:52.366Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:52.366Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-10-31T21:38:52.622Z] [INFO] [2020-10-31T21:38:52.622Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:52.622Z] [INFO] [2020-10-31T21:38:52.622Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:52.622Z] [INFO] [2020-10-31T21:38:52.622Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:53.187Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:53.187Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-10-31T21:38:53.187Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:53.187Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:53.187Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-10-31T21:38:53.187Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-10-31T21:38:53.187Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] [2020-10-31T21:38:53.187Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:53.443Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:53.443Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:54.371Z] [INFO] [2020-10-31T21:38:54.371Z] Loading source files for package org.eclipse.ease.testhelper... [2020-10-31T21:38:54.371Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-10-31T21:38:54.371Z] Constructing Javadoc information... [2020-10-31T21:38:54.371Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:54.371Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:54.371Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:54.371Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:54.371Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:54.371Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:54.371Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:54.371Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:54.371Z] [INFO] [2020-10-31T21:38:54.371Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.371Z] [INFO] [2020-10-31T21:38:54.371Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.371Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:54.371Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/main/resources [2020-10-31T21:38:54.371Z] [INFO] Copying 3 resources to help [2020-10-31T21:38:54.371Z] [INFO] [2020-10-31T21:38:54.371Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.371Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/classes [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:54.627Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/test/resources [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:38:54.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] [2020-10-31T21:38:54.627Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:54.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.pom [2020-10-31T21:38:54.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:54.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:54.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:54.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:38:54.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-10-31T21:38:54.628Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-10-31T21:38:54.628Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] [2020-10-31T21:38:54.628Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-10-31T21:38:54.884Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:38:55.139Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:38:56.078Z] [INFO] [2020-10-31T21:38:56.078Z] Loading source files for package org.eclipse.ease... [2020-10-31T21:38:56.078Z] Loading source files for package org.eclipse.ease.adapters... [2020-10-31T21:38:56.078Z] Loading source files for package org.eclipse.ease.sign... [2020-10-31T21:38:56.078Z] Loading source files for package org.eclipse.ease.tools... [2020-10-31T21:38:56.078Z] Constructing Javadoc information... [2020-10-31T21:38:56.078Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:38:56.078Z] No plugin definition found, skipping [2020-10-31T21:38:56.078Z] No plugin definition found, skipping [2020-10-31T21:38:56.078Z] [WARNING] Javadoc Warnings [2020-10-31T21:38:56.079Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:56.079Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:38:56.079Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:38:56.079Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:38:56.079Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:38:56.079Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:56.079Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-10-31T21:38:56.079Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/help [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/classes [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:38:56.079Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.079Z] [INFO] [2020-10-31T21:38:56.079Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.381Z] [INFO] [2020-10-31T21:38:56.381Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-10-31T21:38:56.381Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-10-31T21:38:56.381Z] [INFO] Command line: [2020-10-31T21:38:56.381Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-10-31T21:38:56.381Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:38:58.304Z] Running org.eclipse.ease.tools.StringToolsTest [2020-10-31T21:38:58.304Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.ease.tools.StringToolsTest [2020-10-31T21:38:58.304Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.002 s [2020-10-31T21:38:58.304Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.304Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.304Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.304Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.304Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.304Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.304Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.304Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-10-31T21:38:58.304Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-10-31T21:38:58.304Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.082 s [2020-10-31T21:38:58.304Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.304Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-31T21:38:58.305Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.005 s [2020-10-31T21:38:58.305Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-31T21:38:58.305Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.02 s [2020-10-31T21:38:58.305Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-10-31T21:38:58.305Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-10-31T21:38:58.305Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] Running org.eclipse.ease.ScriptTest [2020-10-31T21:38:58.305Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ease.ScriptTest [2020-10-31T21:38:58.305Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-10-31T21:38:58.305Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.003 s [2020-10-31T21:38:58.305Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-31T21:38:58.305Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:38:58.305Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-10-31T21:39:01.572Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-31T21:39:02.134Z] java.lang.RuntimeException: ERROR [2020-10-31T21:39:02.134Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-10-31T21:39:02.134Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:39:02.134Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:39:02.134Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:39:03.060Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.925 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-10-31T21:39:03.060Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-31T21:39:03.060Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.105 s [2020-10-31T21:39:03.060Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:39:03.060Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:39:03.060Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-31T21:39:03.060Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:03.060Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.602 s [2020-10-31T21:39:03.060Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:39:03.060Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-10-31T21:39:03.060Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.003 s [2020-10-31T21:39:03.060Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:39:03.316Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-31T21:39:03.316Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-31T21:39:03.316Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-10-31T21:39:03.316Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:39:03.316Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:39:03.316Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:39:03.316Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:39:03.316Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-10-31T21:39:03.316Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:39:03.316Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:39:03.316Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:39:03.316Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:39:03.316Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:39:03.316Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-10-31T21:39:03.316Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.062 s [2020-10-31T21:39:03.316Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-10-31T21:39:03.316Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-10-31T21:39:03.316Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.005 s [2020-10-31T21:39:03.317Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-10-31T21:39:03.317Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-10-31T21:39:03.317Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.007 s [2020-10-31T21:39:03.317Z] Running org.eclipse.ease.ScriptResultTest [2020-10-31T21:39:03.317Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ease.ScriptResultTest [2020-10-31T21:39:03.317Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-10-31T21:39:03.317Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-10-31T21:39:03.317Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-10-31T21:39:03.317Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:39:03.317Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-31T21:39:11.401Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-31T21:39:11.401Z] java.lang.RuntimeException: ERROR [2020-10-31T21:39:11.401Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-10-31T21:39:11.401Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:39:11.401Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:39:11.401Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:39:11.401Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.747 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-31T21:39:11.401Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.025 s [2020-10-31T21:39:11.401Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:39:11.401Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:39:11.401Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-10-31T21:39:11.401Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:39:11.401Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:39:11.401Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:39:11.401Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:39:11.401Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.302 s [2020-10-31T21:39:11.401Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-31T21:39:11.401Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-10-31T21:39:11.401Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:39:11.401Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.002 s [2020-10-31T21:39:11.401Z] [2020-10-31T21:39:11.401Z] Results: [2020-10-31T21:39:11.401Z] [2020-10-31T21:39:11.401Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:11.401Z] [2020-10-31T21:39:11.656Z] [INFO] All tests passed! [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:11.657Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-10-31T21:39:11.657Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-10-31T21:39:11.657Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] [2020-10-31T21:39:11.657Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:11.913Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:39:11.913Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.881Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-10-31T21:39:12.881Z] Constructing Javadoc information... [2020-10-31T21:39:12.881Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:39:12.881Z] No plugin definition found, skipping [2020-10-31T21:39:12.881Z] No plugin definition found, skipping [2020-10-31T21:39:12.881Z] [WARNING] Javadoc Warnings [2020-10-31T21:39:12.881Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:12.881Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:39:12.881Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:39:12.881Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:39:12.881Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:39:12.881Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.881Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.881Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.881Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:12.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-10-31T21:39:12.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/help [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.881Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.881Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/classes [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.881Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.881Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:12.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.881Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.881Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:39:12.881Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:12.881Z] [INFO] [2020-10-31T21:39:12.882Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.882Z] [INFO] [2020-10-31T21:39:12.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.882Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:12.882Z] [INFO] [2020-10-31T21:39:12.882Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.882Z] [INFO] [2020-10-31T21:39:12.882Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.882Z] [INFO] [2020-10-31T21:39:12.882Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.882Z] [INFO] [2020-10-31T21:39:12.882Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:12.882Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-10-31T21:39:12.882Z] [INFO] Command line: [2020-10-31T21:39:12.882Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-10-31T21:39:12.882Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:14.779Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-31T21:39:14.779Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:39:15.035Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:39:15.035Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:39:15.290Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:39:15.290Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:39:15.290Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:39:15.290Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:39:15.290Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:39:15.290Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:39:15.290Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:39:15.546Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-31T21:39:15.546Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.51 s [2020-10-31T21:39:15.547Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.075 s [2020-10-31T21:39:15.547Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.177 s [2020-10-31T21:39:15.547Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.036 s [2020-10-31T21:39:15.547Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.096 s [2020-10-31T21:39:15.547Z] [2020-10-31T21:39:15.547Z] Results: [2020-10-31T21:39:15.547Z] [2020-10-31T21:39:15.547Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:15.547Z] [2020-10-31T21:39:16.108Z] [INFO] All tests passed! [2020-10-31T21:39:16.108Z] [INFO] [2020-10-31T21:39:16.108Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:16.108Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:16.108Z] [INFO] [2020-10-31T21:39:16.108Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:39:16.108Z] [INFO] [2020-10-31T21:39:16.108Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-10-31T21:39:16.108Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-10-31T21:39:16.108Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:39:16.108Z] [INFO] [2020-10-31T21:39:16.108Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.108Z] [INFO] [2020-10-31T21:39:16.108Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.109Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.109Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] [2020-10-31T21:39:16.109Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:16.364Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:39:16.364Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:39:17.291Z] [INFO] [2020-10-31T21:39:17.291Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-10-31T21:39:17.291Z] Constructing Javadoc information... [2020-10-31T21:39:17.291Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:39:17.291Z] No plugin definition found, skipping [2020-10-31T21:39:17.291Z] No plugin definition found, skipping [2020-10-31T21:39:17.291Z] [WARNING] Javadoc Warnings [2020-10-31T21:39:17.291Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:17.291Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:39:17.291Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:39:17.291Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:39:17.291Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:39:17.291Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:39:17.291Z] [INFO] [2020-10-31T21:39:17.291Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.291Z] [INFO] [2020-10-31T21:39:17.291Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.291Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:17.291Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-10-31T21:39:17.291Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/help [2020-10-31T21:39:17.291Z] [INFO] [2020-10-31T21:39:17.291Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.291Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/classes [2020-10-31T21:39:17.546Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:17.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:39:17.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] [2020-10-31T21:39:17.547Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:17.547Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-10-31T21:39:17.547Z] [INFO] Command line: [2020-10-31T21:39:17.547Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-10-31T21:39:17.547Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:19.464Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-31T21:39:19.721Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-31T21:39:19.721Z] [2020-10-31T21:39:19.721Z] Java Stacktrace: [2020-10-31T21:39:19.721Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-31T21:39:19.721Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-10-31T21:39:19.721Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-10-31T21:39:19.721Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-31T21:39:19.721Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-31T21:39:19.721Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-31T21:39:19.721Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-31T21:39:19.721Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-31T21:39:19.721Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-31T21:39:19.721Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:39:19.721Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:39:19.721Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-31T21:39:19.721Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-31T21:39:19.721Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-31T21:39:19.721Z] [2020-10-31T21:39:19.721Z] Java Stacktrace: [2020-10-31T21:39:19.721Z] java.lang.Exception [2020-10-31T21:39:19.721Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-31T21:39:19.721Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-31T21:39:19.721Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-31T21:39:19.721Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-31T21:39:19.721Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:39:19.721Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:39:19.721Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:39:19.721Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-31T21:39:19.976Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-31T21:39:19.976Z] 'asdf [2020-10-31T21:39:19.976Z] ^ [2020-10-31T21:39:19.976Z] at :1 [2020-10-31T21:39:19.977Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-31T21:39:19.977Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.153 s [2020-10-31T21:39:19.977Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.033 s [2020-10-31T21:39:19.977Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.022 s [2020-10-31T21:39:19.977Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-31T21:39:19.977Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.05 s [2020-10-31T21:39:19.977Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-10-31T21:39:19.977Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-10-31T21:39:19.977Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-10-31T21:39:19.977Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.049 s [2020-10-31T21:39:19.977Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-10-31T21:39:19.977Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-10-31T21:39:19.977Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-10-31T21:39:19.977Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-31T21:39:19.977Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:39:19.977Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:39:19.977Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:39:19.977Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:39:19.977Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:39:19.977Z] Start of script [2020-10-31T21:39:19.977Z] include file start [2020-10-31T21:39:19.977Z] Include file processed [2020-10-31T21:39:19.977Z] line after include file [2020-10-31T21:39:19.977Z] Result of testMethod = 5 [2020-10-31T21:39:19.977Z] End of script [2020-10-31T21:39:20.232Z] Start of script [2020-10-31T21:39:20.232Z] include file start [2020-10-31T21:39:20.232Z] Include file processed [2020-10-31T21:39:20.232Z] line after include file [2020-10-31T21:39:20.232Z] Result of testMethod = 5 [2020-10-31T21:39:20.232Z] End of script [2020-10-31T21:39:20.489Z] Start of script [2020-10-31T21:39:20.489Z] include file start [2020-10-31T21:39:20.489Z] Include file processed [2020-10-31T21:39:20.489Z] line after include file [2020-10-31T21:39:20.489Z] Result of testMethod = 5 [2020-10-31T21:39:20.745Z] Start of script [2020-10-31T21:39:20.745Z] include file start [2020-10-31T21:39:20.745Z] Include file processed [2020-10-31T21:39:20.745Z] line after include file [2020-10-31T21:39:21.001Z] Result of testMethod = 5 [2020-10-31T21:39:21.001Z] End of script [2020-10-31T21:39:21.256Z] Start of script [2020-10-31T21:39:21.256Z] include file start [2020-10-31T21:39:21.256Z] Include file processed [2020-10-31T21:39:21.256Z] line after include file [2020-10-31T21:39:21.256Z] Result of testMethod = 5 [2020-10-31T21:39:21.256Z] End of script [2020-10-31T21:39:21.256Z] Start of script [2020-10-31T21:39:21.256Z] include file start [2020-10-31T21:39:21.256Z] Include file processed [2020-10-31T21:39:21.256Z] line after include file [2020-10-31T21:39:21.512Z] Result of testMethod = 5 [2020-10-31T21:39:21.512Z] End of script [2020-10-31T21:39:21.768Z] Start of script [2020-10-31T21:39:21.768Z] include file start [2020-10-31T21:39:21.768Z] Include file processed [2020-10-31T21:39:21.768Z] line after include file [2020-10-31T21:39:21.768Z] Result of testMethod = 5 [2020-10-31T21:39:22.024Z] Start of script [2020-10-31T21:39:22.024Z] include file start [2020-10-31T21:39:22.024Z] Include file processed [2020-10-31T21:39:22.024Z] line after include file [2020-10-31T21:39:22.279Z] Result of testMethod = 5 [2020-10-31T21:39:22.279Z] End of script [2020-10-31T21:39:22.279Z] Start of script [2020-10-31T21:39:22.279Z] include file start [2020-10-31T21:39:22.279Z] Include file processed [2020-10-31T21:39:22.279Z] line after include file [2020-10-31T21:39:22.279Z] Result of testMethod = 5 [2020-10-31T21:39:22.280Z] End of script [2020-10-31T21:39:22.535Z] Start of script [2020-10-31T21:39:22.535Z] include file start [2020-10-31T21:39:22.535Z] Include file processed [2020-10-31T21:39:22.535Z] line after include file [2020-10-31T21:39:22.790Z] Start of script [2020-10-31T21:39:22.790Z] include file start [2020-10-31T21:39:23.047Z] Include file processed [2020-10-31T21:39:23.047Z] line after include file [2020-10-31T21:39:23.047Z] Result of testMethod = 5 [2020-10-31T21:39:23.047Z] End of script [2020-10-31T21:39:23.047Z] Start of script [2020-10-31T21:39:23.047Z] include file start [2020-10-31T21:39:23.047Z] Include file processed [2020-10-31T21:39:23.047Z] line after include file [2020-10-31T21:39:23.307Z] Result of testMethod = 5 [2020-10-31T21:39:23.307Z] End of script [2020-10-31T21:39:23.572Z] Start of script [2020-10-31T21:39:23.572Z] include file start [2020-10-31T21:39:23.572Z] Include file processed [2020-10-31T21:39:23.572Z] line after include file [2020-10-31T21:39:23.572Z] Result of testMethod = 5 [2020-10-31T21:39:23.572Z] End of script [2020-10-31T21:39:23.831Z] Start of script [2020-10-31T21:39:23.831Z] include file start [2020-10-31T21:39:23.831Z] Include file processed [2020-10-31T21:39:23.831Z] line after include file [2020-10-31T21:39:24.086Z] Result of testMethod = 5 [2020-10-31T21:39:24.086Z] End of script [2020-10-31T21:39:24.086Z] Start of script [2020-10-31T21:39:24.086Z] include file start [2020-10-31T21:39:24.086Z] Include file processed [2020-10-31T21:39:24.086Z] line after include file [2020-10-31T21:39:24.086Z] Result of testMethod = 5 [2020-10-31T21:39:24.342Z] Start of script [2020-10-31T21:39:24.342Z] include file start [2020-10-31T21:39:24.342Z] Include file processed [2020-10-31T21:39:24.342Z] line after include file [2020-10-31T21:39:24.598Z] Result of testMethod = 5 [2020-10-31T21:39:24.598Z] End of script [2020-10-31T21:39:24.854Z] Start of script [2020-10-31T21:39:24.854Z] include file start [2020-10-31T21:39:24.854Z] Include file processed [2020-10-31T21:39:24.854Z] line after include file [2020-10-31T21:39:24.854Z] Result of testMethod = 5 [2020-10-31T21:39:25.109Z] End of script [2020-10-31T21:39:25.109Z] Start of script [2020-10-31T21:39:25.109Z] include file start [2020-10-31T21:39:25.109Z] Include file processed [2020-10-31T21:39:25.109Z] line after include file [2020-10-31T21:39:25.365Z] Result of testMethod = 5 [2020-10-31T21:39:25.365Z] End of script [2020-10-31T21:39:25.621Z] Start of script [2020-10-31T21:39:25.621Z] include file start [2020-10-31T21:39:25.621Z] Include file processed [2020-10-31T21:39:25.621Z] line after include file [2020-10-31T21:39:25.876Z] Result of testMethod = 5 [2020-10-31T21:39:25.876Z] End of script [2020-10-31T21:39:25.876Z] Start of script [2020-10-31T21:39:25.876Z] include file start [2020-10-31T21:39:25.876Z] Include file processed [2020-10-31T21:39:25.876Z] line after include file [2020-10-31T21:39:25.876Z] Result of testMethod = 5 [2020-10-31T21:39:26.438Z] Start of script [2020-10-31T21:39:26.438Z] include file start [2020-10-31T21:39:26.438Z] Include file processed [2020-10-31T21:39:26.438Z] line after include file [2020-10-31T21:39:26.438Z] Result of testMethod = 5 [2020-10-31T21:39:26.438Z] End of script [2020-10-31T21:39:26.438Z] Start of script [2020-10-31T21:39:26.438Z] include file start [2020-10-31T21:39:26.438Z] Include file processed [2020-10-31T21:39:26.438Z] line after include file [2020-10-31T21:39:26.693Z] Result of testMethod = 5 [2020-10-31T21:39:26.693Z] End of script [2020-10-31T21:39:26.693Z] Start of script [2020-10-31T21:39:26.693Z] include file start [2020-10-31T21:39:26.693Z] Include file processed [2020-10-31T21:39:26.693Z] line after include file [2020-10-31T21:39:26.693Z] Result of testMethod = 5 [2020-10-31T21:39:26.693Z] End of script [2020-10-31T21:39:26.949Z] Start of script [2020-10-31T21:39:26.949Z] include file start [2020-10-31T21:39:26.949Z] Include file processed [2020-10-31T21:39:27.205Z] line after include file [2020-10-31T21:39:27.205Z] Result of testMethod = 5 [2020-10-31T21:39:27.205Z] End of script [2020-10-31T21:39:27.205Z] Start of script [2020-10-31T21:39:27.205Z] include file start [2020-10-31T21:39:27.205Z] Include file processed [2020-10-31T21:39:27.205Z] line after include file [2020-10-31T21:39:27.461Z] Start of script [2020-10-31T21:39:27.716Z] include file start [2020-10-31T21:39:27.716Z] Include file processed [2020-10-31T21:39:27.716Z] line after include file [2020-10-31T21:39:27.716Z] Result of testMethod = 5 [2020-10-31T21:39:27.716Z] End of script [2020-10-31T21:39:27.716Z] Start of script [2020-10-31T21:39:27.716Z] include file start [2020-10-31T21:39:27.716Z] Include file processed [2020-10-31T21:39:27.716Z] line after include file [2020-10-31T21:39:27.716Z] Result of testMethod = 5 [2020-10-31T21:39:28.277Z] Start of script [2020-10-31T21:39:28.277Z] include file start [2020-10-31T21:39:28.277Z] Include file processed [2020-10-31T21:39:28.277Z] line after include file [2020-10-31T21:39:28.277Z] Result of testMethod = 5 [2020-10-31T21:39:28.277Z] End of script [2020-10-31T21:39:28.277Z] Start of script [2020-10-31T21:39:28.277Z] include file start [2020-10-31T21:39:28.277Z] Include file processed [2020-10-31T21:39:28.277Z] line after include file [2020-10-31T21:39:28.533Z] Result of testMethod = 5 [2020-10-31T21:39:28.533Z] End of script [2020-10-31T21:39:28.533Z] Start of script [2020-10-31T21:39:28.533Z] include file start [2020-10-31T21:39:28.533Z] Include file processed [2020-10-31T21:39:28.533Z] line after include file [2020-10-31T21:39:28.789Z] Result of testMethod = 5 [2020-10-31T21:39:28.789Z] End of script [2020-10-31T21:39:29.044Z] Start of script [2020-10-31T21:39:29.044Z] include file start [2020-10-31T21:39:29.044Z] Include file processed [2020-10-31T21:39:29.044Z] line after include file [2020-10-31T21:39:29.044Z] Result of testMethod = 5 [2020-10-31T21:39:29.044Z] End of script [2020-10-31T21:39:29.044Z] Start of script [2020-10-31T21:39:29.044Z] include file start [2020-10-31T21:39:29.044Z] Include file processed [2020-10-31T21:39:29.044Z] line after include file [2020-10-31T21:39:29.044Z] Result of testMethod = 5 [2020-10-31T21:39:29.605Z] Start of script [2020-10-31T21:39:29.605Z] include file start [2020-10-31T21:39:29.605Z] Include file processed [2020-10-31T21:39:29.605Z] line after include file [2020-10-31T21:39:29.605Z] Result of testMethod = 5 [2020-10-31T21:39:29.605Z] End of script [2020-10-31T21:39:29.605Z] Start of script [2020-10-31T21:39:29.605Z] include file start [2020-10-31T21:39:29.605Z] Include file processed [2020-10-31T21:39:29.605Z] line after include file [2020-10-31T21:39:29.605Z] Result of testMethod = 5 [2020-10-31T21:39:30.167Z] Start of script [2020-10-31T21:39:30.167Z] include file start [2020-10-31T21:39:30.167Z] Include file processed [2020-10-31T21:39:30.167Z] line after include file [2020-10-31T21:39:30.167Z] Result of testMethod = 5 [2020-10-31T21:39:30.167Z] End of script [2020-10-31T21:39:30.422Z] Start of script [2020-10-31T21:39:30.422Z] include file start [2020-10-31T21:39:30.422Z] Include file processed [2020-10-31T21:39:30.422Z] line after include file [2020-10-31T21:39:30.678Z] Result of testMethod = 5 [2020-10-31T21:39:30.678Z] End of script [2020-10-31T21:39:30.678Z] Start of script [2020-10-31T21:39:30.678Z] include file start [2020-10-31T21:39:30.678Z] Include file processed [2020-10-31T21:39:30.678Z] line after include file [2020-10-31T21:39:30.678Z] Result of testMethod = 5 [2020-10-31T21:39:30.678Z] End of script [2020-10-31T21:39:30.934Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.992 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-31T21:39:30.934Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.273 s [2020-10-31T21:39:30.934Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.21 s [2020-10-31T21:39:30.934Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-31T21:39:30.934Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.31 s [2020-10-31T21:39:30.934Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.112 s [2020-10-31T21:39:30.934Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-31T21:39:30.934Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-31T21:39:30.934Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-31T21:39:30.934Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.406 s [2020-10-31T21:39:30.934Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:30.934Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:30.934Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:30.934Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:30.934Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-31T21:39:30.934Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:30.934Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:30.934Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:30.934Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:30.934Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:30.934Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-10-31T21:39:30.934Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:30.934Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:30.934Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:30.934Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:30.934Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:30.934Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:30.934Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:30.934Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:30.934Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:30.934Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:30.934Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:30.934Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:39:30.934Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:39:30.934Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:30.934Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-31T21:39:30.935Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-31T21:39:30.935Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-31T21:39:30.935Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.044 s [2020-10-31T21:39:30.935Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.011 s [2020-10-31T21:39:30.935Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.016 s [2020-10-31T21:39:30.935Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.012 s [2020-10-31T21:39:30.935Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.048 s [2020-10-31T21:39:30.935Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-31T21:39:30.935Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-31T21:39:30.935Z] at [2020-10-31T21:39:30.935Z] [2020-10-31T21:39:30.935Z] Java Stacktrace: [2020-10-31T21:39:30.935Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-31T21:39:30.935Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-10-31T21:39:30.935Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-10-31T21:39:30.935Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-31T21:39:30.935Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-31T21:39:30.935Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-31T21:39:30.935Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-31T21:39:30.935Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-31T21:39:30.935Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-31T21:39:30.935Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-10-31T21:39:30.935Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-31T21:39:30.935Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:39:30.935Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:39:30.935Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:39:30.935Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:39:30.935Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:39:30.935Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-31T21:39:30.935Z] at [2020-10-31T21:39:30.935Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-31T21:39:30.935Z] at [2020-10-31T21:39:31.202Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-31T21:39:31.202Z] at [2020-10-31T21:39:31.202Z] [2020-10-31T21:39:31.203Z] Java Stacktrace: [2020-10-31T21:39:31.203Z] java.lang.Exception [2020-10-31T21:39:31.203Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-31T21:39:31.203Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-31T21:39:31.203Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-31T21:39:31.203Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-10-31T21:39:31.203Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-31T21:39:31.203Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:39:31.203Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:39:31.203Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:39:31.203Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:39:31.203Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:39:31.203Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-31T21:39:31.203Z] at [2020-10-31T21:39:31.203Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-31T21:39:31.203Z] 'asdf [2020-10-31T21:39:31.203Z] ^ [2020-10-31T21:39:31.203Z] at [2020-10-31T21:39:31.203Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-31T21:39:31.203Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-31T21:39:31.203Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-31T21:39:31.203Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:39:31.203Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:39:31.203Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-31T21:39:31.203Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:39:31.203Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-31T21:39:31.203Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:39:31.203Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.039 s [2020-10-31T21:39:31.203Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:39:31.203Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-10-31T21:39:31.203Z] [2020-10-31T21:39:31.203Z] Results: [2020-10-31T21:39:31.203Z] [2020-10-31T21:39:31.203Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:31.203Z] [2020-10-31T21:39:31.766Z] [INFO] All tests passed! [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:31.766Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-10-31T21:39:31.766Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-10-31T21:39:31.766Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.766Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.766Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-10-31T21:39:31.766Z] [INFO] [2020-10-31T21:39:31.767Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.767Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:31.767Z] [INFO] [2020-10-31T21:39:31.767Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.767Z] [INFO] [2020-10-31T21:39:31.767Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:31.767Z] [INFO] [2020-10-31T21:39:31.767Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-10-31T21:39:31.767Z] [INFO] [2020-10-31T21:39:31.767Z] [INFO] [2020-10-31T21:39:31.767Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.022Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:39:32.022Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-10-31T21:39:32.981Z] Constructing Javadoc information... [2020-10-31T21:39:32.981Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:39:32.981Z] No plugin definition found, skipping [2020-10-31T21:39:32.981Z] No plugin definition found, skipping [2020-10-31T21:39:32.981Z] [WARNING] Javadoc Warnings [2020-10-31T21:39:32.981Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:32.981Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:39:32.981Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:39:32.981Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:39:32.981Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:39:32.981Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:32.981Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-10-31T21:39:32.981Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/help [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.981Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/classes [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.981Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:32.981Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.981Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:39:32.981Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:32.981Z] [INFO] [2020-10-31T21:39:32.981Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.982Z] [INFO] [2020-10-31T21:39:32.982Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.982Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:32.982Z] [INFO] [2020-10-31T21:39:32.982Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.982Z] [INFO] [2020-10-31T21:39:32.982Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.982Z] [INFO] [2020-10-31T21:39:32.982Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:32.982Z] [INFO] [2020-10-31T21:39:32.982Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:33.237Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-10-31T21:39:33.237Z] [INFO] Command line: [2020-10-31T21:39:33.237Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-10-31T21:39:33.237Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:35.214Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-31T21:39:35.215Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-31T21:39:35.215Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.004 s [2020-10-31T21:39:35.215Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-31T21:39:35.215Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-31T21:39:35.215Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-10-31T21:39:35.215Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.006 s [2020-10-31T21:39:35.215Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.091 s [2020-10-31T21:39:35.215Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:39:35.215Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:39:35.215Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-31T21:39:35.215Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-31T21:39:35.215Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-31T21:39:35.215Z] [2020-10-31T21:39:35.215Z] Results: [2020-10-31T21:39:35.215Z] [2020-10-31T21:39:35.215Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:35.215Z] [2020-10-31T21:39:35.776Z] [INFO] All tests passed! [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:35.776Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-10-31T21:39:35.776Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-10-31T21:39:35.776Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.776Z] [INFO] [2020-10-31T21:39:35.777Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:35.777Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:39:36.033Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] Loading source files for package org.eclipse.ease.lang.python... [2020-10-31T21:39:36.980Z] Constructing Javadoc information... [2020-10-31T21:39:36.980Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:39:36.980Z] No plugin definition found, skipping [2020-10-31T21:39:36.980Z] No plugin definition found, skipping [2020-10-31T21:39:36.980Z] [WARNING] Javadoc Warnings [2020-10-31T21:39:36.980Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:36.980Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:39:36.980Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:39:36.980Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:39:36.980Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:39:36.980Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:36.980Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-10-31T21:39:36.980Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/help [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/classes [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:36.980Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:39:36.980Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.980Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.980Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:36.980Z] [INFO] [2020-10-31T21:39:36.981Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.981Z] [INFO] [2020-10-31T21:39:36.981Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.981Z] [INFO] [2020-10-31T21:39:36.981Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.981Z] [INFO] [2020-10-31T21:39:36.981Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:36.981Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-10-31T21:39:36.981Z] [INFO] Command line: [2020-10-31T21:39:36.981Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-10-31T21:39:36.981Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:38.870Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-31T21:39:38.870Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-31T21:39:38.870Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.004 s [2020-10-31T21:39:38.870Z] [2020-10-31T21:39:38.870Z] Results: [2020-10-31T21:39:38.870Z] [2020-10-31T21:39:38.870Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:38.870Z] [2020-10-31T21:39:39.432Z] [INFO] All tests passed! [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:39.432Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-10-31T21:39:39.432Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-10-31T21:39:39.432Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] [2020-10-31T21:39:39.432Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:39.432Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:39:39.688Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:39:40.681Z] [INFO] [2020-10-31T21:39:40.681Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-10-31T21:39:40.681Z] Constructing Javadoc information... [2020-10-31T21:39:40.681Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:39:40.681Z] No plugin definition found, skipping [2020-10-31T21:39:40.681Z] No plugin definition found, skipping [2020-10-31T21:39:40.681Z] [WARNING] Javadoc Warnings [2020-10-31T21:39:40.681Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:40.681Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:39:40.681Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:39:40.681Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:39:40.681Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:39:40.681Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:39:40.681Z] [INFO] [2020-10-31T21:39:40.681Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.681Z] [INFO] [2020-10-31T21:39:40.681Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.681Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:40.681Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-10-31T21:39:40.682Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/help [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/classes [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:40.682Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:39:40.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:40.682Z] [INFO] [2020-10-31T21:39:40.682Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:41.243Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-10-31T21:39:41.243Z] [INFO] Command line: [2020-10-31T21:39:41.243Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-10-31T21:39:41.244Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:43.133Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:39:43.133Z] WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/plugins/org.jython_2.7.0.I201609090924/jython.jar) to method java.io.Console.encoding() [2020-10-31T21:39:43.133Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-10-31T21:39:43.133Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:39:43.133Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:39:43.133Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-31T21:39:44.519Z] Start of script [2020-10-31T21:39:44.519Z] include file start [2020-10-31T21:39:44.519Z] include file processed [2020-10-31T21:39:44.519Z] Result of testMethod = 5 [2020-10-31T21:39:44.519Z] End of script [2020-10-31T21:39:44.775Z] Start of script [2020-10-31T21:39:44.775Z] include file start [2020-10-31T21:39:44.775Z] include file processed [2020-10-31T21:39:44.775Z] Result of testMethod = 5 [2020-10-31T21:39:44.775Z] End of script [2020-10-31T21:39:44.775Z] Start of script [2020-10-31T21:39:44.775Z] include file start [2020-10-31T21:39:44.775Z] include file processed [2020-10-31T21:39:44.775Z] Result of testMethod = 5 [2020-10-31T21:39:45.030Z] Traceback (most recent call last): [2020-10-31T21:39:45.030Z] File "(none)", line 184, in run [2020-10-31T21:39:45.031Z] File "__ref_L/Debug Test/Main.py_khbvgqgrgd", line 23, in [2020-10-31T21:39:45.031Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:45.031Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:45.031Z] [2020-10-31T21:39:45.031Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:45.287Z] Start of script [2020-10-31T21:39:45.287Z] include file start [2020-10-31T21:39:45.287Z] include file processed [2020-10-31T21:39:45.287Z] Result of testMethod = 5 [2020-10-31T21:39:45.287Z] End of script [2020-10-31T21:39:45.543Z] Start of script [2020-10-31T21:39:45.802Z] include file start [2020-10-31T21:39:45.802Z] include file processed [2020-10-31T21:39:45.802Z] Result of testMethod = 5 [2020-10-31T21:39:45.802Z] End of script [2020-10-31T21:39:45.802Z] Start of script [2020-10-31T21:39:45.802Z] include file start [2020-10-31T21:39:45.802Z] include file processed [2020-10-31T21:39:46.069Z] Result of testMethod = 5 [2020-10-31T21:39:46.069Z] End of script [2020-10-31T21:39:46.069Z] Start of script [2020-10-31T21:39:46.069Z] include file start [2020-10-31T21:39:46.069Z] include file processed [2020-10-31T21:39:46.069Z] Result of testMethod = 5 [2020-10-31T21:39:46.327Z] Traceback (most recent call last): [2020-10-31T21:39:46.327Z] File "(none)", line 184, in run [2020-10-31T21:39:46.327Z] File "__ref_L/Debug Test/Main.py_opcvhyarss", line 23, in [2020-10-31T21:39:46.327Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:46.327Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:46.327Z] [2020-10-31T21:39:46.327Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:46.327Z] Start of script [2020-10-31T21:39:46.327Z] include file start [2020-10-31T21:39:46.327Z] include file processed [2020-10-31T21:39:46.583Z] Result of testMethod = 5 [2020-10-31T21:39:46.583Z] End of script [2020-10-31T21:39:46.840Z] Start of script [2020-10-31T21:39:46.840Z] include file start [2020-10-31T21:39:46.840Z] include file processed [2020-10-31T21:39:46.840Z] Result of testMethod = 5 [2020-10-31T21:39:46.840Z] End of script [2020-10-31T21:39:46.840Z] Start of script [2020-10-31T21:39:46.840Z] include file start [2020-10-31T21:39:46.840Z] include file processed [2020-10-31T21:39:47.401Z] Traceback (most recent call last): [2020-10-31T21:39:47.401Z] File "(none)", line 184, in run [2020-10-31T21:39:47.401Z] File "__ref_L/Debug Test/Main.py_ilcimyqnur", line 22, in [2020-10-31T21:39:47.401Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:47.401Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:47.401Z] [2020-10-31T21:39:47.401Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:47.401Z] Start of script [2020-10-31T21:39:47.401Z] include file start [2020-10-31T21:39:47.401Z] include file processed [2020-10-31T21:39:47.401Z] Result of testMethod = 5 [2020-10-31T21:39:47.401Z] End of script [2020-10-31T21:39:47.656Z] Start of script [2020-10-31T21:39:47.656Z] include file start [2020-10-31T21:39:47.656Z] include file processed [2020-10-31T21:39:47.911Z] Result of testMethod = 5 [2020-10-31T21:39:47.911Z] End of script [2020-10-31T21:39:47.911Z] Traceback (most recent call last): [2020-10-31T21:39:47.911Z] File "(none)", line 184, in run [2020-10-31T21:39:47.911Z] File "__ref_L/Debug Test/Main.py_jfcopseyxt", line 1, in [2020-10-31T21:39:47.911Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:47.911Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:47.911Z] [2020-10-31T21:39:47.911Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:48.167Z] Start of script [2020-10-31T21:39:48.167Z] include file start [2020-10-31T21:39:48.167Z] include file processed [2020-10-31T21:39:48.167Z] Result of testMethod = 5 [2020-10-31T21:39:48.167Z] End of script [2020-10-31T21:39:48.423Z] Start of script [2020-10-31T21:39:48.423Z] include file start [2020-10-31T21:39:48.423Z] include file processed [2020-10-31T21:39:48.423Z] Result of testMethod = 5 [2020-10-31T21:39:48.423Z] End of script [2020-10-31T21:39:48.679Z] Start of script [2020-10-31T21:39:48.679Z] include file start [2020-10-31T21:39:48.679Z] include file processed [2020-10-31T21:39:48.679Z] Result of testMethod = 5 [2020-10-31T21:39:48.934Z] Traceback (most recent call last): [2020-10-31T21:39:48.934Z] File "(none)", line 184, in run [2020-10-31T21:39:48.934Z] File "__ref_L/Debug Test/Main.py_twxgsomvpc", line 23, in [2020-10-31T21:39:48.934Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:48.934Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:48.934Z] [2020-10-31T21:39:48.934Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:48.934Z] Start of script [2020-10-31T21:39:48.934Z] include file start [2020-10-31T21:39:48.934Z] include file processed [2020-10-31T21:39:49.190Z] Result of testMethod = 5 [2020-10-31T21:39:49.190Z] End of script [2020-10-31T21:39:49.445Z] Traceback (most recent call last): [2020-10-31T21:39:49.445Z] File "(none)", line 184, in run [2020-10-31T21:39:49.445Z] File "__ref_L/Debug Test/Main.py_otwpxcajxw", line 1, in [2020-10-31T21:39:49.445Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:49.445Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:49.445Z] [2020-10-31T21:39:49.445Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:49.445Z] Start of script [2020-10-31T21:39:49.446Z] include file start [2020-10-31T21:39:49.446Z] include file processed [2020-10-31T21:39:49.446Z] Result of testMethod = 5 [2020-10-31T21:39:49.701Z] End of script [2020-10-31T21:39:49.701Z] Start of script [2020-10-31T21:39:49.701Z] include file start [2020-10-31T21:39:49.701Z] include file processed [2020-10-31T21:39:49.956Z] Result of testMethod = 5 [2020-10-31T21:39:49.956Z] End of script [2020-10-31T21:39:50.211Z] Traceback (most recent call last): [2020-10-31T21:39:50.211Z] File "(none)", line 184, in run [2020-10-31T21:39:50.211Z] File "__ref_L/Debug Test/Main.py_ftdiygxbze", line 1, in [2020-10-31T21:39:50.211Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:50.211Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:50.211Z] [2020-10-31T21:39:50.211Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:50.211Z] Start of script [2020-10-31T21:39:50.211Z] include file start [2020-10-31T21:39:50.211Z] include file processed [2020-10-31T21:39:50.466Z] Result of testMethod = 5 [2020-10-31T21:39:50.466Z] End of script [2020-10-31T21:39:50.466Z] Start of script [2020-10-31T21:39:50.466Z] include file start [2020-10-31T21:39:50.466Z] include file processed [2020-10-31T21:39:50.466Z] Result of testMethod = 5 [2020-10-31T21:39:50.722Z] Traceback (most recent call last): [2020-10-31T21:39:50.722Z] File "(none)", line 184, in run [2020-10-31T21:39:50.722Z] File "__ref_L/Debug Test/Main.py_eetguldejn", line 23, in [2020-10-31T21:39:50.722Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:50.722Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:50.722Z] [2020-10-31T21:39:50.722Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:50.977Z] Start of script [2020-10-31T21:39:50.977Z] include file start [2020-10-31T21:39:50.977Z] include file processed [2020-10-31T21:39:50.977Z] Result of testMethod = 5 [2020-10-31T21:39:50.977Z] End of script [2020-10-31T21:39:50.977Z] Start of script [2020-10-31T21:39:50.977Z] include file start [2020-10-31T21:39:50.977Z] include file processed [2020-10-31T21:39:51.232Z] Result of testMethod = 5 [2020-10-31T21:39:51.233Z] End of script [2020-10-31T21:39:51.233Z] Start of script [2020-10-31T21:39:51.233Z] include file start [2020-10-31T21:39:51.233Z] include file processed [2020-10-31T21:39:51.233Z] Result of testMethod = 5 [2020-10-31T21:39:51.233Z] End of script [2020-10-31T21:39:51.488Z] Start of script [2020-10-31T21:39:51.488Z] include file start [2020-10-31T21:39:51.488Z] include file processed [2020-10-31T21:39:51.744Z] Result of testMethod = 5 [2020-10-31T21:39:51.744Z] End of script [2020-10-31T21:39:51.744Z] Start of script [2020-10-31T21:39:51.744Z] include file start [2020-10-31T21:39:51.744Z] include file processed [2020-10-31T21:39:51.999Z] Traceback (most recent call last): [2020-10-31T21:39:51.999Z] File "(none)", line 184, in run [2020-10-31T21:39:51.999Z] File "__ref_L/Debug Test/Main.py_dycbpxfapy", line 21, in [2020-10-31T21:39:51.999Z] File "__ref_L/Debug Test/Main.py_dycbpxfapy", line 18, in testMethod [2020-10-31T21:39:51.999Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:51.999Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:51.999Z] [2020-10-31T21:39:51.999Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:51.999Z] Start of script [2020-10-31T21:39:52.255Z] include file start [2020-10-31T21:39:52.255Z] include file processed [2020-10-31T21:39:52.255Z] Result of testMethod = 5 [2020-10-31T21:39:52.255Z] End of script [2020-10-31T21:39:52.255Z] Start of script [2020-10-31T21:39:52.255Z] include file start [2020-10-31T21:39:52.255Z] include file processed [2020-10-31T21:39:52.255Z] Result of testMethod = 5 [2020-10-31T21:39:52.511Z] Traceback (most recent call last): [2020-10-31T21:39:52.511Z] File "(none)", line 184, in run [2020-10-31T21:39:52.511Z] File "__ref_L/Debug Test/Main.py_ovshtqewkt", line 23, in [2020-10-31T21:39:52.511Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:52.511Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:52.511Z] [2020-10-31T21:39:52.511Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:52.766Z] Start of script [2020-10-31T21:39:52.766Z] include file start [2020-10-31T21:39:52.766Z] include file processed [2020-10-31T21:39:52.766Z] Result of testMethod = 5 [2020-10-31T21:39:52.766Z] End of script [2020-10-31T21:39:52.766Z] Start of script [2020-10-31T21:39:52.766Z] include file start [2020-10-31T21:39:52.766Z] include file processed [2020-10-31T21:39:53.022Z] Result of testMethod = 5 [2020-10-31T21:39:53.022Z] End of script [2020-10-31T21:39:53.278Z] Start of script [2020-10-31T21:39:53.278Z] include file start [2020-10-31T21:39:53.278Z] include file processed [2020-10-31T21:39:53.278Z] Result of testMethod = 5 [2020-10-31T21:39:53.278Z] End of script [2020-10-31T21:39:53.533Z] Start of script [2020-10-31T21:39:53.533Z] include file start [2020-10-31T21:39:53.533Z] include file processed [2020-10-31T21:39:53.533Z] Result of testMethod = 5 [2020-10-31T21:39:53.533Z] End of script [2020-10-31T21:39:53.790Z] Start of script [2020-10-31T21:39:53.790Z] include file start [2020-10-31T21:39:53.790Z] include file processed [2020-10-31T21:39:53.790Z] Result of testMethod = 5 [2020-10-31T21:39:53.790Z] Traceback (most recent call last): [2020-10-31T21:39:53.790Z] File "(none)", line 184, in run [2020-10-31T21:39:53.790Z] File "__ref_L/Debug Test/Main.py_kchgaavmwi", line 23, in [2020-10-31T21:39:53.790Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:53.790Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:53.790Z] [2020-10-31T21:39:53.790Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:54.047Z] Start of script [2020-10-31T21:39:54.047Z] include file start [2020-10-31T21:39:54.047Z] include file processed [2020-10-31T21:39:54.047Z] Result of testMethod = 5 [2020-10-31T21:39:54.047Z] End of script [2020-10-31T21:39:54.302Z] Start of script [2020-10-31T21:39:54.302Z] include file start [2020-10-31T21:39:54.302Z] include file processed [2020-10-31T21:39:54.302Z] Result of testMethod = 5 [2020-10-31T21:39:54.302Z] Traceback (most recent call last): [2020-10-31T21:39:54.302Z] File "(none)", line 184, in run [2020-10-31T21:39:54.302Z] File "__ref_L/Debug Test/Main.py_pdbpmmnite", line 23, in [2020-10-31T21:39:54.302Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:54.302Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:54.302Z] [2020-10-31T21:39:54.302Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:54.558Z] Traceback (most recent call last): [2020-10-31T21:39:54.558Z] File "(none)", line 184, in run [2020-10-31T21:39:54.558Z] File "__ref_L/Debug Test/Main.py_zbahlbtxen", line 1, in [2020-10-31T21:39:54.558Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:39:54.558Z] org.eclipse.ease.ExitException: [2020-10-31T21:39:54.558Z] [2020-10-31T21:39:54.558Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:39:54.814Z] Start of script [2020-10-31T21:39:54.814Z] include file start [2020-10-31T21:39:54.814Z] include file processed [2020-10-31T21:39:54.814Z] Result of testMethod = 5 [2020-10-31T21:39:54.814Z] End of script [2020-10-31T21:39:54.814Z] Start of script [2020-10-31T21:39:54.814Z] include file start [2020-10-31T21:39:54.814Z] include file processed [2020-10-31T21:39:55.070Z] Result of testMethod = 5 [2020-10-31T21:39:55.070Z] End of script [2020-10-31T21:39:55.325Z] Start of script [2020-10-31T21:39:55.325Z] include file start [2020-10-31T21:39:55.325Z] include file processed [2020-10-31T21:39:55.325Z] Result of testMethod = 5 [2020-10-31T21:39:55.325Z] End of script [2020-10-31T21:39:55.325Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.355 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-31T21:39:55.325Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.553 s [2020-10-31T21:39:55.325Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-10-31T21:39:55.325Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:39:55.325Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.31 s [2020-10-31T21:39:55.325Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.106 s [2020-10-31T21:39:55.325Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.325Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.31 s [2020-10-31T21:39:55.325Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-31T21:39:55.325Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:39:55.325Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.325Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-10-31T21:39:55.325Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.325Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:55.325Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.325Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:55.325Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-31T21:39:55.325Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.311 s [2020-10-31T21:39:55.325Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:55.325Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.325Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:55.325Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.325Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.325Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:55.325Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.325Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:55.325Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:55.325Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-10-31T21:39:55.325Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:55.325Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.325Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:55.325Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:39:55.325Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-31T21:39:55.325Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.326Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:39:55.326Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-31T21:39:55.326Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.326Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-31T21:39:55.326Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.326Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:39:55.326Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-31T21:39:55.326Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:39:55.326Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:39:55.326Z] [2020-10-31T21:39:55.326Z] Results: [2020-10-31T21:39:55.326Z] [2020-10-31T21:39:55.326Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:55.326Z] [2020-10-31T21:39:55.887Z] [INFO] All tests passed! [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:39:55.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-10-31T21:39:55.887Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [44/48] [2020-10-31T21:39:55.887Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.test >>> [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.test <<< [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] [2020-10-31T21:39:55.887Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:56.143Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:39:56.143Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:39:57.070Z] [INFO] [2020-10-31T21:39:57.070Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-10-31T21:39:57.070Z] Constructing Javadoc information... [2020-10-31T21:39:57.070Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:39:57.070Z] No plugin definition found, skipping [2020-10-31T21:39:57.070Z] No plugin definition found, skipping [2020-10-31T21:39:57.070Z] [WARNING] Javadoc Warnings [2020-10-31T21:39:57.070Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:57.070Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:39:57.070Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:39:57.070Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:39:57.070Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:39:57.070Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:39:57.070Z] [INFO] [2020-10-31T21:39:57.070Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.070Z] [INFO] [2020-10-31T21:39:57.070Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.070Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:57.070Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-10-31T21:39:57.070Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/help [2020-10-31T21:39:57.070Z] [INFO] [2020-10-31T21:39:57.070Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.070Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/classes [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:39:57.325Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.325Z] [INFO] [2020-10-31T21:39:57.325Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:39:57.582Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-10-31T21:39:57.582Z] [INFO] Command line: [2020-10-31T21:39:57.582Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-10-31T21:39:57.582Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:39:59.505Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-10-31T21:39:59.505Z] We are running from a zip file! [2020-10-31T21:39:59.505Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-10-31T21:39:59.505Z] this is an error [2020-10-31T21:39:59.505Z] ^ [2020-10-31T21:39:59.505Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-10-31T21:39:59.505Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-10-31T21:39:59.505Z] this is an error [2020-10-31T21:39:59.505Z] ^ [2020-10-31T21:39:59.505Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-10-31T21:39:59.505Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-10-31T21:39:59.505Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.291 s [2020-10-31T21:39:59.505Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.006 s [2020-10-31T21:39:59.505Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-31T21:39:59.505Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.001 s [2020-10-31T21:39:59.505Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-10-31T21:39:59.505Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.078 s [2020-10-31T21:39:59.505Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.035 s [2020-10-31T21:39:59.505Z] [2020-10-31T21:39:59.505Z] Results: [2020-10-31T21:39:59.505Z] [2020-10-31T21:39:59.505Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:39:59.505Z] [2020-10-31T21:40:00.431Z] [INFO] All tests passed! [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:00.431Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >-------- [2020-10-31T21:40:00.431Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT [45/48] [2020-10-31T21:40:00.431Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.431Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.test >>> [2020-10-31T21:40:00.431Z] [INFO] [2020-10-31T21:40:00.431Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.432Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-31T21:40:00.432Z] [INFO] [2020-10-31T21:40:00.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.432Z] [INFO] [2020-10-31T21:40:00.432Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.432Z] [INFO] [2020-10-31T21:40:00.432Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.test <<< [2020-10-31T21:40:00.432Z] [INFO] [2020-10-31T21:40:00.432Z] [INFO] [2020-10-31T21:40:00.432Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:00.432Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:40:00.432Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:40:01.378Z] [INFO] [2020-10-31T21:40:01.378Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-10-31T21:40:01.378Z] Constructing Javadoc information... [2020-10-31T21:40:01.378Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:40:01.378Z] No plugin definition found, skipping [2020-10-31T21:40:01.378Z] No plugin definition found, skipping [2020-10-31T21:40:01.378Z] [WARNING] Javadoc Warnings [2020-10-31T21:40:01.378Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:40:01.378Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:40:01.378Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:40:01.378Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:40:01.378Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:40:01.378Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:40:01.378Z] [INFO] [2020-10-31T21:40:01.378Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.378Z] [INFO] [2020-10-31T21:40:01.378Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.378Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:40:01.378Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/src/main/resources [2020-10-31T21:40:01.378Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/help [2020-10-31T21:40:01.378Z] [INFO] [2020-10-31T21:40:01.378Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.378Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/classes [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:40:01.634Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/src/test/resources [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [2020-10-31T21:40:01.634Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:40:01.634Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] [2020-10-31T21:40:01.634Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:01.634Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data/.metadata/.log [2020-10-31T21:40:01.634Z] [INFO] Command line: [2020-10-31T21:40:01.634Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/surefire.properties] [2020-10-31T21:40:01.634Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:40:03.564Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-10-31T21:40:04.928Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-10-31T21:40:04.928Z] folderStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.636 s [2020-10-31T21:40:04.928Z] errorTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.197 s [2020-10-31T21:40:04.928Z] failureTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.116 s [2020-10-31T21:40:04.928Z] verifyOutput(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.142 s [2020-10-31T21:40:04.928Z] suiteStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.11 s [2020-10-31T21:40:04.928Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.115 s [2020-10-31T21:40:04.928Z] passTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.097 s [2020-10-31T21:40:04.928Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-10-31T21:40:05.855Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.796 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-10-31T21:40:05.855Z] folderStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.131 s [2020-10-31T21:40:05.855Z] verifyOutput(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.133 s [2020-10-31T21:40:05.855Z] suiteStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.099 s [2020-10-31T21:40:05.855Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.098 s [2020-10-31T21:40:05.855Z] ignoreTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.07 s [2020-10-31T21:40:05.855Z] failureTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.089 s [2020-10-31T21:40:05.855Z] errorTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.089 s [2020-10-31T21:40:05.855Z] passTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.085 s [2020-10-31T21:40:05.855Z] [2020-10-31T21:40:05.855Z] Results: [2020-10-31T21:40:05.855Z] [2020-10-31T21:40:05.855Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:40:05.855Z] [2020-10-31T21:40:06.415Z] [INFO] All tests passed! [2020-10-31T21:40:06.415Z] [INFO] [2020-10-31T21:40:06.415Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:06.415Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:06.415Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:40:06.415Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:06.415Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:06.416Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:06.416Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:06.416Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test --- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.ui.scripts.test >---------- [2020-10-31T21:40:06.416Z] [INFO] Building org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT [46/48] [2020-10-31T21:40:06.416Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts.test >>> [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] The project's OSGi version is 0.8.0.I202009240747 [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts.test <<< [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] [2020-10-31T21:40:06.416Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:06.416Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:40:06.416Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:40:07.348Z] [INFO] [2020-10-31T21:40:07.348Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-10-31T21:40:07.348Z] Constructing Javadoc information... [2020-10-31T21:40:07.348Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:40:07.348Z] No plugin definition found, skipping [2020-10-31T21:40:07.348Z] No plugin definition found, skipping [2020-10-31T21:40:07.348Z] [WARNING] Javadoc Warnings [2020-10-31T21:40:07.348Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:40:07.348Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:40:07.348Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:40:07.349Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:40:07.349Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:40:07.349Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:40:07.349Z] [INFO] [2020-10-31T21:40:07.349Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.349Z] [INFO] [2020-10-31T21:40:07.349Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.349Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:40:07.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/src/main/resources [2020-10-31T21:40:07.349Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/help [2020-10-31T21:40:07.349Z] [INFO] [2020-10-31T21:40:07.349Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.349Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/classes [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:40:07.604Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/src/test/resources [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] [2020-10-31T21:40:07.604Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:07.604Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work/data/.metadata/.log [2020-10-31T21:40:07.604Z] [INFO] Command line: [2020-10-31T21:40:07.605Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/surefire.properties] [2020-10-31T21:40:07.605Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:40:09.547Z] Running org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest [2020-10-31T21:40:09.547Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest [2020-10-31T21:40:09.547Z] loadClassWithExpression Time elapsed: 0.033 s [2020-10-31T21:40:09.547Z] createWithExpression Time elapsed: 0 s [2020-10-31T21:40:09.547Z] createReferenceExpression Time elapsed: 0 s [2020-10-31T21:40:09.547Z] loadClassReferenceExpression Time elapsed: 0.001 s [2020-10-31T21:40:09.547Z] loadClassTestExpression Time elapsed: 0.001 s [2020-10-31T21:40:09.548Z] createEqualsExpression Time elapsed: 0 s [2020-10-31T21:40:09.548Z] loadClassCountExpression Time elapsed: 0 s [2020-10-31T21:40:09.548Z] loadClassOrExpression Time elapsed: 0.001 s [2020-10-31T21:40:09.548Z] createTestExpression Time elapsed: 0.002 s [2020-10-31T21:40:09.548Z] createOrExpression Time elapsed: 0.001 s [2020-10-31T21:40:09.548Z] loadClassAndExpression Time elapsed: 0.001 s [2020-10-31T21:40:09.548Z] createAndExpression Time elapsed: 0 s [2020-10-31T21:40:09.548Z] loadClassEqualsExpression Time elapsed: 0 s [2020-10-31T21:40:09.548Z] createCountExpression Time elapsed: 0.001 s [2020-10-31T21:40:09.548Z] [2020-10-31T21:40:09.548Z] Results: [2020-10-31T21:40:09.548Z] [2020-10-31T21:40:09.548Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:40:09.548Z] [2020-10-31T21:40:10.110Z] [INFO] All tests passed! [2020-10-31T21:40:10.110Z] [INFO] [2020-10-31T21:40:10.110Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:10.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:10.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:40:10.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:10.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:10.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:10.111Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:10.111Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.scripts.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts.test --- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-10-31T21:40:10.111Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [47/48] [2020-10-31T21:40:10.111Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.test >>> [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.test <<< [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] [2020-10-31T21:40:10.111Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:10.366Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-31T21:40:10.366Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-31T21:40:11.292Z] [INFO] [2020-10-31T21:40:11.292Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-10-31T21:40:11.292Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-10-31T21:40:11.292Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-10-31T21:40:11.292Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-10-31T21:40:11.292Z] Constructing Javadoc information... [2020-10-31T21:40:11.292Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/javadoc-bundle-options/package-list" [2020-10-31T21:40:11.293Z] [WARNING] Javadoc Warnings [2020-10-31T21:40:11.293Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:40:11.293Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-31T21:40:11.293Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-31T21:40:11.293Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-31T21:40:11.293Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-31T21:40:11.293Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-31T21:40:11.293Z] [INFO] [2020-10-31T21:40:11.293Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.293Z] [INFO] [2020-10-31T21:40:11.293Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.293Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:40:11.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-10-31T21:40:11.581Z] [INFO] Copying 2 resources to help [2020-10-31T21:40:11.581Z] [INFO] [2020-10-31T21:40:11.581Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.581Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/classes [2020-10-31T21:40:11.581Z] [INFO] [2020-10-31T21:40:11.581Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.581Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:40:11.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-10-31T21:40:11.581Z] [INFO] [2020-10-31T21:40:11.581Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.581Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:40:11.581Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:11.581Z] [INFO] [2020-10-31T21:40:11.581Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.581Z] [INFO] [2020-10-31T21:40:11.581Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.581Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:11.581Z] [INFO] [2020-10-31T21:40:11.581Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.582Z] [INFO] [2020-10-31T21:40:11.582Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.582Z] [INFO] [2020-10-31T21:40:11.582Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.582Z] [INFO] [2020-10-31T21:40:11.582Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:11.838Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-10-31T21:40:11.838Z] [INFO] Command line: [2020-10-31T21:40:11.838Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-10-31T21:40:11.838Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e" [2020-10-31T21:40:13.781Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-10-31T21:40:13.781Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.029 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-10-31T21:40:13.781Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-31T21:40:13.781Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-31T21:40:13.781Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-31T21:40:13.781Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-10-31T21:40:13.781Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-10-31T21:40:13.781Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.097 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-10-31T21:40:13.781Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-10-31T21:40:13.781Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-10-31T21:40:13.781Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-10-31T21:40:13.782Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.003 s [2020-10-31T21:40:13.782Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:40:13.782Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-31T21:40:13.782Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:40:13.782Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-31T21:40:13.782Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-31T21:40:13.782Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-31T21:40:13.782Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-10-31T21:40:13.782Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:40:13.782Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-10-31T21:40:13.782Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:40:13.782Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:40:13.782Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:40:13.782Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:40:13.782Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:40:20.318Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.958 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-10-31T21:40:20.318Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.495 s [2020-10-31T21:40:20.318Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-10-31T21:40:20.318Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-10-31T21:40:20.318Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.091 s [2020-10-31T21:40:20.319Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-10-31T21:40:25.570Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.184 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-10-31T21:40:25.570Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.009 s [2020-10-31T21:40:25.570Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.037 s [2020-10-31T21:40:25.570Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.071 s [2020-10-31T21:40:25.570Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.013 s [2020-10-31T21:40:25.570Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-10-31T21:40:25.570Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.043 s [2020-10-31T21:40:25.570Z] [2020-10-31T21:40:25.570Z] Results: [2020-10-31T21:40:25.570Z] [2020-10-31T21:40:25.570Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-10-31T21:40:25.570Z] [2020-10-31T21:40:26.131Z] [INFO] All tests passed! [2020-10-31T21:40:26.131Z] [INFO] [2020-10-31T21:40:26.131Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.pom [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-10-31T21:40:26.131Z] [INFO] [2020-10-31T21:40:26.131Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test --- [2020-10-31T21:40:26.131Z] [INFO] [2020-10-31T21:40:26.131Z] [INFO] ---------------------< org.eclipse.ease:ease.core >--------------------- [2020-10-31T21:40:26.131Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT [48/48] [2020-10-31T21:40:26.131Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-31T21:40:26.131Z] [INFO] [2020-10-31T21:40:26.131Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core --- [2020-10-31T21:40:26.131Z] [INFO] [2020-10-31T21:40:26.131Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core --- [2020-10-31T21:40:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/ease.core/0.4.0-SNAPSHOT/ease.core-0.4.0-SNAPSHOT.pom [2020-10-31T21:40:26.132Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:40:26.132Z] [INFO] Reactor Summary: [2020-10-31T21:40:26.132Z] [INFO] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 5.219 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 8.853 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 2.788 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 3.096 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 2.162 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 2.519 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.399 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.496 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.910 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.592 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.316 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.413 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 2.085 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 2.080 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.379 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.417 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.401 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.831 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.579 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.625 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.455 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.438 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.174 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.212 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.189 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.174 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.272 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.087 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.085 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.111 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.100 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.155 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.108 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.104 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.033 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 3.411 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.464 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 17.077 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 4.399 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 15.678 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 3.901 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.640 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT SUCCESS [ 16.657 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SUCCESS [ 4.247 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SUCCESS [ 6.072 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT .... SUCCESS [ 3.836 s] [2020-10-31T21:40:26.132Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SUCCESS [ 15.819 s] [2020-10-31T21:40:26.132Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [ 0.196 s] [2020-10-31T21:40:26.132Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:40:26.132Z] [INFO] BUILD SUCCESS [2020-10-31T21:40:26.132Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:40:26.132Z] [INFO] Total time: 04:58 min [2020-10-31T21:40:26.132Z] [INFO] Finished at: 2020-10-31T21:40:26Z [2020-10-31T21:40:26.132Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:40:26.132Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven8fe89d1e/maven-spy-20201031-213527-34115826194255547623895.log [Pipeline] } [2020-10-31T21:40:28.745Z] [withMaven] Publishers: Pipeline Graph Publisher: 46 ms, Invoker Publisher: 2 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 940 ms, Findbugs Publisher: 1 ms, Jacoco Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2020-10-31T21:40:29.043Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2019-03.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target [Pipeline] withMaven [2020-10-31T21:40:29.049Z] [withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true], org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='false', healthy='', unHealthy='', thresholdLimit='low'], org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true', healthy='', unHealthy='', thresholdLimit='low']] [2020-10-31T21:40:29.049Z] [withMaven] Available options: [2020-10-31T21:40:29.049Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-10-31T21:40:29.055Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-10-31T21:40:29.332Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2020-10-31T21:40:29.333Z] ----- withMaven Wrapper script ----- [2020-10-31T21:40:29.333Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:40:29.333Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-10-31T21:40:29.333Z] Maven home: /opt/tools/apache-maven/latest [2020-10-31T21:40:29.333Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-10-31T21:40:29.333Z] Default locale: en_US, platform encoding: UTF-8 [2020-10-31T21:40:29.333Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-10-31T21:40:30.261Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/maven-spy-20201031-214029-8922662302091193628007.log.tmp ... [2020-10-31T21:40:30.261Z] [INFO] Scanning for projects... [2020-10-31T21:40:30.821Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.742Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-31T21:40:32.743Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-10-31T21:40:32.743Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [2020-10-31T21:40:32.743Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ (122B) [2020-10-31T21:40:32.743Z] [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [2020-10-31T21:40:32.998Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-10-31T21:40:32.998Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-10-31T21:40:33.253Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [2020-10-31T21:40:33.254Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ (142B) [2020-10-31T21:40:33.254Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ (24.79kB) [2020-10-31T21:40:33.254Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ (24.79kB) [2020-10-31T21:40:33.510Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-10-31T21:40:33.510Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-10-31T21:40:33.510Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ (992.46kB) [2020-10-31T21:40:33.510Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ (992.46kB) [2020-10-31T21:40:34.881Z] Oct 31, 2020 9:40:34 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:40:34.881Z] 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-10-31T21:40:34.881Z] Oct 31, 2020 9:40:34 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:40:34.881Z] INFO: Retrying request to {s}->https://download.eclipse.org:443 [2020-10-31T21:40:35.136Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ (134B) [2020-10-31T21:40:35.136Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ (134B) [2020-10-31T21:40:35.136Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository [2020-10-31T21:40:35.393Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-10-31T21:40:35.393Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-10-31T21:40:35.393Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-10-31T21:40:35.393Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-10-31T21:40:35.648Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (172B) [2020-10-31T21:40:35.648Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (172B) [2020-10-31T21:40:35.904Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (72.75kB) [2020-10-31T21:40:35.904Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ (72.75kB) [2020-10-31T21:40:36.160Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-10-31T21:40:36.722Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.4 [2020-10-31T21:40:36.979Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-10-31T21:40:36.979Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-10-31T21:40:37.539Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-10-31T21:40:40.804Z] [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ [2020-10-31T21:40:40.805Z] Oct 31, 2020 9:40:40 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:40:40.805Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:40:40.805Z] Oct 31, 2020 9:40:40 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:40:40.805Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:40:40.805Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [2020-10-31T21:40:40.805Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [2020-10-31T21:40:44.069Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.32kB) [2020-10-31T21:40:44.069Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.32kB) [2020-10-31T21:40:44.069Z] [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [2020-10-31T21:40:44.069Z] [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [2020-10-31T21:40:44.069Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [2020-10-31T21:40:44.069Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [2020-10-31T21:40:44.326Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [2020-10-31T21:40:44.326Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [2020-10-31T21:40:44.326Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [2020-10-31T21:40:44.326Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [2020-10-31T21:40:44.581Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [2020-10-31T21:40:44.581Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [2020-10-31T21:40:44.581Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [2020-10-31T21:40:44.581Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [2020-10-31T21:40:44.836Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [2020-10-31T21:40:44.836Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [2020-10-31T21:40:45.092Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.03kB) [2020-10-31T21:40:45.092Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.03kB) [2020-10-31T21:40:45.348Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [2020-10-31T21:40:45.348Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [2020-10-31T21:40:45.604Z] [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [2020-10-31T21:40:45.604Z] [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [2020-10-31T21:40:45.859Z] [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [2020-10-31T21:40:45.859Z] [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [2020-10-31T21:40:46.115Z] [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [2020-10-31T21:40:46.115Z] [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [2020-10-31T21:40:46.115Z] [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [2020-10-31T21:40:46.115Z] [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [2020-10-31T21:40:46.371Z] [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [2020-10-31T21:40:46.371Z] [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [2020-10-31T21:40:46.931Z] [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [2020-10-31T21:40:46.931Z] [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [2020-10-31T21:40:47.188Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [2020-10-31T21:40:47.188Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [2020-10-31T21:40:47.443Z] [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [2020-10-31T21:40:47.444Z] [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [2020-10-31T21:40:47.444Z] [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [2020-10-31T21:40:47.699Z] [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [2020-10-31T21:40:47.699Z] [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [2020-10-31T21:40:47.699Z] [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [2020-10-31T21:40:47.954Z] [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [2020-10-31T21:40:47.954Z] [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [2020-10-31T21:40:48.209Z] [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [2020-10-31T21:40:48.209Z] [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [2020-10-31T21:40:48.209Z] [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [2020-10-31T21:40:48.209Z] [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [2020-10-31T21:40:48.464Z] [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [2020-10-31T21:40:48.464Z] [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [2020-10-31T21:40:48.720Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [2020-10-31T21:40:48.720Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [2020-10-31T21:40:48.720Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [2020-10-31T21:40:48.975Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [2020-10-31T21:40:48.975Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [2020-10-31T21:40:48.975Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [2020-10-31T21:40:49.231Z] [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [2020-10-31T21:40:49.231Z] [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [2020-10-31T21:40:49.231Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [2020-10-31T21:40:49.231Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [2020-10-31T21:40:49.486Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [2020-10-31T21:40:49.487Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [2020-10-31T21:40:49.742Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [2020-10-31T21:40:49.743Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [2020-10-31T21:40:49.743Z] [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [2020-10-31T21:40:49.743Z] [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [2020-10-31T21:40:49.998Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [2020-10-31T21:40:49.998Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [2020-10-31T21:40:50.253Z] [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [2020-10-31T21:40:50.253Z] [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [2020-10-31T21:40:50.254Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [2020-10-31T21:40:50.254Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [2020-10-31T21:40:50.509Z] [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [2020-10-31T21:40:50.509Z] [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [2020-10-31T21:40:50.764Z] [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [2020-10-31T21:40:50.764Z] [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [2020-10-31T21:40:50.764Z] [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [2020-10-31T21:40:50.764Z] [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [2020-10-31T21:40:51.019Z] [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [2020-10-31T21:40:51.019Z] [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [2020-10-31T21:40:51.275Z] [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [2020-10-31T21:40:51.275Z] [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [2020-10-31T21:40:52.201Z] [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [2020-10-31T21:40:52.201Z] [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [2020-10-31T21:40:52.201Z] [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [2020-10-31T21:40:52.201Z] [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [2020-10-31T21:40:52.456Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [2020-10-31T21:40:52.456Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [2020-10-31T21:40:52.456Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [2020-10-31T21:40:52.711Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [2020-10-31T21:40:52.711Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [2020-10-31T21:40:52.711Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [2020-10-31T21:40:52.967Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [2020-10-31T21:40:52.967Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [2020-10-31T21:40:52.967Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [2020-10-31T21:40:52.967Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [2020-10-31T21:40:53.223Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [2020-10-31T21:40:53.223Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [2020-10-31T21:40:53.223Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [2020-10-31T21:40:53.223Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [2020-10-31T21:40:53.478Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [2020-10-31T21:40:53.478Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [2020-10-31T21:40:53.734Z] [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [2020-10-31T21:40:53.734Z] [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [2020-10-31T21:40:53.989Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [2020-10-31T21:40:53.989Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [2020-10-31T21:40:54.245Z] [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [2020-10-31T21:40:54.245Z] [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [2020-10-31T21:40:54.245Z] [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [2020-10-31T21:40:54.245Z] [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [2020-10-31T21:40:54.806Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [2020-10-31T21:40:54.806Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [2020-10-31T21:40:54.806Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [2020-10-31T21:40:54.806Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [2020-10-31T21:40:55.062Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [2020-10-31T21:40:55.062Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [2020-10-31T21:40:55.062Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [2020-10-31T21:40:55.062Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [2020-10-31T21:40:55.317Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [2020-10-31T21:40:55.317Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [2020-10-31T21:40:55.572Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [2020-10-31T21:40:55.572Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [2020-10-31T21:40:55.572Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [2020-10-31T21:40:55.572Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [2020-10-31T21:40:55.827Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [2020-10-31T21:40:55.827Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [2020-10-31T21:40:55.827Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [2020-10-31T21:40:56.083Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [2020-10-31T21:40:56.083Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [2020-10-31T21:40:56.083Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [2020-10-31T21:40:56.341Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [2020-10-31T21:40:56.341Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [2020-10-31T21:40:56.341Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [2020-10-31T21:40:56.341Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [2020-10-31T21:40:56.596Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [2020-10-31T21:40:56.596Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [2020-10-31T21:40:56.851Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [2020-10-31T21:40:56.851Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [2020-10-31T21:40:56.851Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [2020-10-31T21:40:56.851Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [2020-10-31T21:40:57.106Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [2020-10-31T21:40:57.106Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [2020-10-31T21:40:57.362Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [2020-10-31T21:40:57.362Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [2020-10-31T21:40:57.362Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-10-31T21:40:57.362Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-10-31T21:40:57.922Z] [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [2020-10-31T21:40:57.922Z] [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [2020-10-31T21:40:58.483Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [2020-10-31T21:40:58.483Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [2020-10-31T21:40:58.738Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [2020-10-31T21:40:58.738Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [2020-10-31T21:40:58.994Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [2020-10-31T21:40:58.994Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [2020-10-31T21:40:58.994Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [2020-10-31T21:40:59.250Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [2020-10-31T21:40:59.250Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [2020-10-31T21:40:59.250Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [2020-10-31T21:40:59.505Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [2020-10-31T21:40:59.505Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [2020-10-31T21:40:59.505Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [2020-10-31T21:40:59.761Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [2020-10-31T21:40:59.761Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [2020-10-31T21:40:59.761Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [2020-10-31T21:41:00.016Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [2020-10-31T21:41:00.016Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [2020-10-31T21:41:00.016Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [2020-10-31T21:41:00.016Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [2020-10-31T21:41:00.272Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [2020-10-31T21:41:00.272Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [2020-10-31T21:41:00.528Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [2020-10-31T21:41:00.528Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [2020-10-31T21:41:00.528Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [2020-10-31T21:41:00.528Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [2020-10-31T21:41:00.783Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [2020-10-31T21:41:00.783Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [2020-10-31T21:41:01.038Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [2020-10-31T21:41:01.039Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [2020-10-31T21:41:01.039Z] [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [2020-10-31T21:41:01.294Z] [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [2020-10-31T21:41:01.294Z] [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [2020-10-31T21:41:01.294Z] [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [2020-10-31T21:41:01.855Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [2020-10-31T21:41:01.855Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [2020-10-31T21:41:02.416Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [2020-10-31T21:41:02.672Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [2020-10-31T21:41:02.672Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [2020-10-31T21:41:02.672Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [2020-10-31T21:41:02.927Z] [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [2020-10-31T21:41:02.927Z] [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [2020-10-31T21:41:02.927Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:02.927Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:02.927Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:02.927Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:02.927Z] [WARNING] org.eclipse.ease.ui.scripts/0.8.0.I202010061535 [2020-10-31T21:41:02.927Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-10-31T21:41:03.183Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-10-31T21:41:03.183Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-10-31T21:41:03.183Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:03.183Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:03.183Z] [WARNING] org.eclipse.ease.lang.javascript.nashorn/0.8.0.I202010061535 [2020-10-31T21:41:03.183Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:03.183Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-31T21:41:03.183Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:03.183Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-31T21:41:03.183Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-10-31T21:41:03.438Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-10-31T21:41:03.439Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-10-31T21:41:03.439Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-10-31T21:41:03.439Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-10-31T21:41:03.694Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.37kB) [2020-10-31T21:41:03.694Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.37kB) [2020-10-31T21:41:03.948Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.32MB) [2020-10-31T21:41:03.948Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.32MB) [2020-10-31T21:41:05.836Z] Oct 31, 2020 9:41:05 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:41:05.836Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:41:05.836Z] Oct 31, 2020 9:41:05 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:41:05.836Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:41:05.836Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.19kB) [2020-10-31T21:41:05.836Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.19kB) [2020-10-31T21:41:05.836Z] [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [2020-10-31T21:41:05.836Z] [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [2020-10-31T21:41:06.092Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.03kB) [2020-10-31T21:41:06.092Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.03kB) [2020-10-31T21:41:06.092Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.09kB) [2020-10-31T21:41:06.092Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.09kB) [2020-10-31T21:41:06.348Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.29kB) [2020-10-31T21:41:06.348Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.29kB) [2020-10-31T21:41:06.603Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (120.05kB) [2020-10-31T21:41:06.603Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (120.05kB) [2020-10-31T21:41:06.603Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.2MB) [2020-10-31T21:41:06.603Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.2MB) [2020-10-31T21:41:07.529Z] [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.47kB) [2020-10-31T21:41:07.529Z] [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.47kB) [2020-10-31T21:41:07.784Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.39kB) [2020-10-31T21:41:07.784Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.39kB) [2020-10-31T21:41:07.784Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.41kB) [2020-10-31T21:41:07.784Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.41kB) [2020-10-31T21:41:08.040Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-31T21:41:08.040Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-10-31T21:41:08.040Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-10-31T21:41:08.040Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-10-31T21:41:08.040Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:08.040Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-10-31T21:41:08.296Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-10-31T21:41:08.296Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-10-31T21:41:08.296Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-10-31T21:41:08.296Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:08.296Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:08.296Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-10-31T21:41:08.296Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:08.296Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:08.296Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-10-31T21:41:08.296Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-10-31T21:41:08.296Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-10-31T21:41:08.551Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:08.551Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:08.551Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-10-31T21:41:08.551Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:08.551Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:08.551Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-31T21:41:08.551Z] [WARNING] org.eclipse.ease.lang.python.jython/0.8.0.I202010061535 [2020-10-31T21:41:08.551Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-10-31T21:41:08.551Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-10-31T21:41:08.551Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-10-31T21:41:09.114Z] [INFO] Fetching py4j-java_0.10.4.bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (112.34kB) [2020-10-31T21:41:09.114Z] [INFO] Fetching py4j-java_0.10.4.bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (112.34kB) [2020-10-31T21:41:09.369Z] [INFO] Fetching py4j-python_0.10.4.bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (74.83kB) [2020-10-31T21:41:09.369Z] [INFO] Fetching py4j-python_0.10.4.bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (74.83kB) [2020-10-31T21:41:09.624Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.lang.python.py4j/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-10-31T21:41:09.624Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-10-31T21:41:09.624Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-10-31T21:41:09.624Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-10-31T21:41:09.624Z] [WARNING] org.eclipse.ease.lang.scriptarchive/0.8.0.I202010061535 [2020-10-31T21:41:09.624Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-10-31T21:41:09.624Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-10-31T21:41:09.624Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-10-31T21:41:09.624Z] Oct 31, 2020 9:41:09 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:41:09.624Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-31T21:41:09.624Z] Oct 31, 2020 9:41:09 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-31T21:41:09.624Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-31T21:41:09.880Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [2020-10-31T21:41:09.880Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [2020-10-31T21:41:10.440Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [2020-10-31T21:41:10.440Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [2020-10-31T21:41:11.000Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [2020-10-31T21:41:11.000Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [2020-10-31T21:41:11.927Z] [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4MB) [2020-10-31T21:41:11.927Z] [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4MB) [2020-10-31T21:41:14.444Z] [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [2020-10-31T21:41:14.444Z] [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [2020-10-31T21:41:15.004Z] [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.69kB) [2020-10-31T21:41:15.004Z] [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.69kB) [2020-10-31T21:41:15.004Z] [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [2020-10-31T21:41:15.004Z] [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [2020-10-31T21:41:15.259Z] [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [2020-10-31T21:41:15.259Z] [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [2020-10-31T21:41:15.515Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [2020-10-31T21:41:15.515Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [2020-10-31T21:41:15.515Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [2020-10-31T21:41:15.515Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [2020-10-31T21:41:15.770Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [2020-10-31T21:41:15.770Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [2020-10-31T21:41:16.025Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-10-31T21:41:16.025Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-10-31T21:41:16.025Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-10-31T21:41:16.025Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-10-31T21:41:16.281Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-10-31T21:41:16.281Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-10-31T21:41:16.537Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-10-31T21:41:16.537Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-10-31T21:41:16.792Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [2020-10-31T21:41:16.792Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [2020-10-31T21:41:16.792Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [2020-10-31T21:41:16.792Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [2020-10-31T21:41:17.047Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [2020-10-31T21:41:17.048Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [2020-10-31T21:41:17.048Z] [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [2020-10-31T21:41:17.048Z] [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [2020-10-31T21:41:17.304Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (266.38kB) [2020-10-31T21:41:17.304Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (266.38kB) [2020-10-31T21:41:17.559Z] [INFO] Fetching org.eclipse.jdt.launching_3.13.0.v20190222-0937.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (271.05kB) [2020-10-31T21:41:17.815Z] [INFO] Fetching org.eclipse.jdt.launching_3.13.0.v20190222-0937.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (271.05kB) [2020-10-31T21:41:18.070Z] [INFO] Fetching org.eclipse.jdt.debug_3.12.200.v20190218-2230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (928.19kB) [2020-10-31T21:41:18.070Z] [INFO] Fetching org.eclipse.jdt.debug_3.12.200.v20190218-2230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (928.19kB) [2020-10-31T21:41:18.326Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-10-31T21:41:18.326Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-10-31T21:41:18.327Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-10-31T21:41:18.327Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-10-31T21:41:18.584Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-10-31T21:41:18.584Z] [WARNING] org.eclipse.ease/0.8.0.I202010051129 [2020-10-31T21:41:18.584Z] [WARNING] org.eclipse.ease.ui.completions.java/0.8.0.I202010061535 [2020-10-31T21:41:18.584Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202010061535 [2020-10-31T21:41:18.584Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I202010061535 [2020-10-31T21:41:18.584Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-10-31T21:41:18.584Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.releng:pom:0.8.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [2020-10-31T21:41:18.584Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-31T21:41:18.584Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:41:18.584Z] [INFO] Reactor Build Order: [2020-10-31T21:41:18.584Z] [INFO] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.releng [pom] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-10-31T21:41:18.584Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-31T21:41:18.584Z] [INFO] [2020-10-31T21:41:18.584Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-10-31T21:41:18.584Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/11] [2020-10-31T21:41:18.584Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-31T21:41:18.584Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-31T21:41:18.584Z] [INFO] [2020-10-31T21:41:18.584Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-10-31T21:41:18.585Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [2/11] [2020-10-31T21:41:18.585Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-10-31T21:41:18.585Z] [INFO] [2020-10-31T21:41:18.585Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-10-31T21:41:18.585Z] [INFO] [2020-10-31T21:41:18.585Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-10-31T21:41:18.840Z] [INFO] [2020-10-31T21:41:18.840Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-10-31T21:41:18.840Z] [INFO] [2020-10-31T21:41:18.840Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-10-31T21:41:18.840Z] [INFO] [2020-10-31T21:41:18.840Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-10-31T21:41:18.840Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [3/11] [2020-10-31T21:41:18.840Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:41:18.840Z] [INFO] [2020-10-31T21:41:18.840Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:19.096Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] Nothing to compile - all classes are up to date [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:19.096Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.096Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:41:19.096Z] [INFO] [2020-10-31T21:41:19.096Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.382Z] [INFO] [2020-10-31T21:41:19.382Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.382Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:41:19.382Z] [INFO] [2020-10-31T21:41:19.382Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.382Z] [INFO] [2020-10-31T21:41:19.382Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.382Z] [INFO] [2020-10-31T21:41:19.382Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.382Z] [INFO] [2020-10-31T21:41:19.382Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-10-31T21:41:19.637Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-10-31T21:41:19.637Z] [INFO] Command line: [2020-10-31T21:41:19.637Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-10-31T21:41:19.637Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:41:21.018Z] Running org.eclipse.ease.tools.StringToolsTest [2020-10-31T21:41:21.275Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ease.tools.StringToolsTest [2020-10-31T21:41:21.275Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-10-31T21:41:21.275Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-10-31T21:41:21.275Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.075 s [2020-10-31T21:41:21.275Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-31T21:41:21.275Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-10-31T21:41:21.275Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-31T21:41:21.275Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-10-31T21:41:21.275Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-10-31T21:41:21.275Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-10-31T21:41:21.275Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] Running org.eclipse.ease.ScriptTest [2020-10-31T21:41:21.275Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ease.ScriptTest [2020-10-31T21:41:21.275Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.006 s [2020-10-31T21:41:21.275Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.275Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-31T21:41:21.275Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-31T21:41:21.276Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-10-31T21:41:25.440Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-31T21:41:25.440Z] java.lang.RuntimeException: ERROR [2020-10-31T21:41:25.440Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-10-31T21:41:25.440Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:41:25.440Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:41:25.440Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:41:26.367Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.923 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-10-31T21:41:26.367Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-31T21:41:26.367Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.367Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.105 s [2020-10-31T21:41:26.367Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:41:26.367Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.367Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:41:26.368Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-31T21:41:26.368Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.602 s [2020-10-31T21:41:26.368Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:41:26.368Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-10-31T21:41:26.368Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-31T21:41:26.368Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-31T21:41:26.368Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-31T21:41:26.368Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-10-31T21:41:26.368Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.001 s [2020-10-31T21:41:26.368Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-10-31T21:41:26.368Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:41:26.368Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:41:26.368Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:41:26.368Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:41:26.368Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:41:26.368Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-10-31T21:41:26.368Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.06 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-10-31T21:41:26.368Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-10-31T21:41:26.368Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.005 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-10-31T21:41:26.368Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-10-31T21:41:26.368Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.007 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.ScriptResultTest [2020-10-31T21:41:26.368Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ease.ScriptResultTest [2020-10-31T21:41:26.368Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-10-31T21:41:26.368Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-10-31T21:41:26.368Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-31T21:41:26.368Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-31T21:41:32.905Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-31T21:41:33.161Z] java.lang.RuntimeException: ERROR [2020-10-31T21:41:33.161Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-10-31T21:41:33.161Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:41:33.161Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:41:33.161Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:41:33.161Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.745 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-31T21:41:33.161Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.021 s [2020-10-31T21:41:33.161Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-31T21:41:33.161Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:41:33.161Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-10-31T21:41:33.161Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-31T21:41:33.161Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.161Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-31T21:41:33.162Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.162Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.302 s [2020-10-31T21:41:33.162Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-31T21:41:33.162Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.201 s [2020-10-31T21:41:33.162Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-31T21:41:33.162Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-31T21:41:33.162Z] [2020-10-31T21:41:33.162Z] Results: [2020-10-31T21:41:33.162Z] [2020-10-31T21:41:33.162Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:41:33.162Z] [2020-10-31T21:41:33.417Z] [INFO] All tests passed! [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-10-31T21:41:33.417Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [4/11] [2020-10-31T21:41:33.417Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.417Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.417Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:33.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.417Z] [INFO] Nothing to compile - all classes are up to date [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.417Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.417Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:33.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-10-31T21:41:33.417Z] [INFO] [2020-10-31T21:41:33.418Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.418Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:41:33.418Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:41:33.681Z] [INFO] [2020-10-31T21:41:33.681Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.681Z] [INFO] [2020-10-31T21:41:33.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.681Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:41:33.681Z] [INFO] [2020-10-31T21:41:33.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.681Z] [INFO] [2020-10-31T21:41:33.681Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.681Z] [INFO] [2020-10-31T21:41:33.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.681Z] [INFO] [2020-10-31T21:41:33.681Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-31T21:41:33.682Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-10-31T21:41:33.682Z] [INFO] Command line: [2020-10-31T21:41:33.682Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-10-31T21:41:33.682Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:41:35.569Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-31T21:41:35.569Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:41:35.824Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:41:35.825Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:41:36.081Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:41:36.081Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:41:36.081Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:41:36.081Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:41:36.081Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:41:36.081Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:41:36.081Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-31T21:41:36.081Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.872 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-31T21:41:36.081Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.502 s [2020-10-31T21:41:36.081Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.032 s [2020-10-31T21:41:36.081Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.181 s [2020-10-31T21:41:36.081Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.036 s [2020-10-31T21:41:36.081Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.071 s [2020-10-31T21:41:36.081Z] [2020-10-31T21:41:36.081Z] Results: [2020-10-31T21:41:36.081Z] [2020-10-31T21:41:36.081Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:41:36.081Z] [2020-10-31T21:41:36.643Z] [INFO] All tests passed! [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-10-31T21:41:36.643Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [5/11] [2020-10-31T21:41:36.643Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:36.643Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] Nothing to compile - all classes are up to date [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:36.643Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:41:36.643Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] [2020-10-31T21:41:36.643Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-31T21:41:36.643Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-10-31T21:41:36.643Z] [INFO] Command line: [2020-10-31T21:41:36.643Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-10-31T21:41:36.643Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:41:38.565Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-31T21:41:38.833Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-31T21:41:38.833Z] [2020-10-31T21:41:38.833Z] Java Stacktrace: [2020-10-31T21:41:38.833Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-31T21:41:38.833Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-10-31T21:41:38.833Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-10-31T21:41:38.833Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-10-31T21:41:38.833Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-10-31T21:41:38.833Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-31T21:41:38.833Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-31T21:41:38.833Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-31T21:41:38.833Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-31T21:41:38.833Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-31T21:41:38.833Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-31T21:41:38.833Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-31T21:41:38.833Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-31T21:41:38.833Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:41:38.833Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:41:38.833Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:41:38.833Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:41:38.833Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:41:38.833Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-31T21:41:38.833Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-31T21:41:38.834Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-31T21:41:38.834Z] [2020-10-31T21:41:38.834Z] Java Stacktrace: [2020-10-31T21:41:38.834Z] java.lang.Exception [2020-10-31T21:41:38.834Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-31T21:41:38.834Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-31T21:41:38.834Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-31T21:41:38.834Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-31T21:41:38.834Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-31T21:41:38.834Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:41:38.834Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:41:38.834Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:41:38.834Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:41:38.834Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:41:38.834Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-31T21:41:39.089Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-31T21:41:39.089Z] 'asdf [2020-10-31T21:41:39.089Z] ^ [2020-10-31T21:41:39.089Z] at :1 [2020-10-31T21:41:39.089Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-31T21:41:39.089Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.19 s [2020-10-31T21:41:39.089Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.056 s [2020-10-31T21:41:39.089Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.018 s [2020-10-31T21:41:39.089Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.023 s [2020-10-31T21:41:39.089Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.058 s [2020-10-31T21:41:39.089Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-31T21:41:39.089Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-10-31T21:41:39.089Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.03 s [2020-10-31T21:41:39.089Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.044 s [2020-10-31T21:41:39.089Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-31T21:41:39.090Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-10-31T21:41:39.090Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-10-31T21:41:39.090Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-31T21:41:39.090Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:41:39.090Z] WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.mockito/1.9.5.v201605172210/org.mockito-1.9.5.v201605172210.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) [2020-10-31T21:41:39.090Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-31T21:41:39.090Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:41:39.090Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:41:39.090Z] Start of script [2020-10-31T21:41:39.090Z] include file start [2020-10-31T21:41:39.090Z] Include file processed [2020-10-31T21:41:39.090Z] line after include file [2020-10-31T21:41:39.345Z] Result of testMethod = 5 [2020-10-31T21:41:39.345Z] End of script [2020-10-31T21:41:39.345Z] Start of script [2020-10-31T21:41:39.345Z] include file start [2020-10-31T21:41:39.345Z] Include file processed [2020-10-31T21:41:39.345Z] line after include file [2020-10-31T21:41:39.345Z] Result of testMethod = 5 [2020-10-31T21:41:39.345Z] End of script [2020-10-31T21:41:39.600Z] Start of script [2020-10-31T21:41:39.600Z] include file start [2020-10-31T21:41:39.600Z] Include file processed [2020-10-31T21:41:39.600Z] line after include file [2020-10-31T21:41:39.600Z] Result of testMethod = 5 [2020-10-31T21:41:39.856Z] Start of script [2020-10-31T21:41:39.856Z] include file start [2020-10-31T21:41:39.856Z] Include file processed [2020-10-31T21:41:39.856Z] line after include file [2020-10-31T21:41:40.111Z] Result of testMethod = 5 [2020-10-31T21:41:40.111Z] End of script [2020-10-31T21:41:40.368Z] Start of script [2020-10-31T21:41:40.368Z] include file start [2020-10-31T21:41:40.368Z] Include file processed [2020-10-31T21:41:40.368Z] line after include file [2020-10-31T21:41:40.368Z] Result of testMethod = 5 [2020-10-31T21:41:40.368Z] End of script [2020-10-31T21:41:40.368Z] Start of script [2020-10-31T21:41:40.368Z] include file start [2020-10-31T21:41:40.368Z] Include file processed [2020-10-31T21:41:40.368Z] line after include file [2020-10-31T21:41:40.623Z] Result of testMethod = 5 [2020-10-31T21:41:40.623Z] End of script [2020-10-31T21:41:40.879Z] Start of script [2020-10-31T21:41:40.879Z] include file start [2020-10-31T21:41:40.879Z] Include file processed [2020-10-31T21:41:40.879Z] line after include file [2020-10-31T21:41:40.879Z] Result of testMethod = 5 [2020-10-31T21:41:41.134Z] Start of script [2020-10-31T21:41:41.134Z] include file start [2020-10-31T21:41:41.134Z] Include file processed [2020-10-31T21:41:41.134Z] line after include file [2020-10-31T21:41:41.390Z] Result of testMethod = 5 [2020-10-31T21:41:41.390Z] End of script [2020-10-31T21:41:41.390Z] Start of script [2020-10-31T21:41:41.390Z] include file start [2020-10-31T21:41:41.390Z] Include file processed [2020-10-31T21:41:41.390Z] line after include file [2020-10-31T21:41:41.390Z] Result of testMethod = 5 [2020-10-31T21:41:41.390Z] End of script [2020-10-31T21:41:41.645Z] Start of script [2020-10-31T21:41:41.645Z] include file start [2020-10-31T21:41:41.645Z] Include file processed [2020-10-31T21:41:41.645Z] line after include file [2020-10-31T21:41:41.901Z] Start of script [2020-10-31T21:41:41.901Z] include file start [2020-10-31T21:41:42.157Z] Include file processed [2020-10-31T21:41:42.157Z] line after include file [2020-10-31T21:41:42.157Z] Result of testMethod = 5 [2020-10-31T21:41:42.157Z] End of script [2020-10-31T21:41:42.157Z] Start of script [2020-10-31T21:41:42.157Z] include file start [2020-10-31T21:41:42.157Z] Include file processed [2020-10-31T21:41:42.157Z] line after include file [2020-10-31T21:41:42.412Z] Result of testMethod = 5 [2020-10-31T21:41:42.412Z] End of script [2020-10-31T21:41:42.667Z] Start of script [2020-10-31T21:41:42.923Z] include file start [2020-10-31T21:41:42.923Z] Include file processed [2020-10-31T21:41:42.923Z] line after include file [2020-10-31T21:41:42.923Z] Result of testMethod = 5 [2020-10-31T21:41:42.923Z] End of script [2020-10-31T21:41:42.923Z] Start of script [2020-10-31T21:41:42.923Z] include file start [2020-10-31T21:41:42.923Z] Include file processed [2020-10-31T21:41:42.923Z] line after include file [2020-10-31T21:41:43.179Z] Result of testMethod = 5 [2020-10-31T21:41:43.179Z] End of script [2020-10-31T21:41:43.179Z] Start of script [2020-10-31T21:41:43.179Z] include file start [2020-10-31T21:41:43.179Z] Include file processed [2020-10-31T21:41:43.179Z] line after include file [2020-10-31T21:41:43.179Z] Result of testMethod = 5 [2020-10-31T21:41:43.434Z] Start of script [2020-10-31T21:41:43.434Z] include file start [2020-10-31T21:41:43.434Z] Include file processed [2020-10-31T21:41:43.434Z] line after include file [2020-10-31T21:41:43.690Z] Result of testMethod = 5 [2020-10-31T21:41:43.690Z] End of script [2020-10-31T21:41:43.945Z] Start of script [2020-10-31T21:41:43.945Z] include file start [2020-10-31T21:41:43.945Z] Include file processed [2020-10-31T21:41:43.945Z] line after include file [2020-10-31T21:41:43.945Z] Result of testMethod = 5 [2020-10-31T21:41:44.201Z] End of script [2020-10-31T21:41:44.201Z] Start of script [2020-10-31T21:41:44.201Z] include file start [2020-10-31T21:41:44.201Z] Include file processed [2020-10-31T21:41:44.201Z] line after include file [2020-10-31T21:41:44.456Z] Result of testMethod = 5 [2020-10-31T21:41:44.456Z] End of script [2020-10-31T21:41:44.711Z] Start of script [2020-10-31T21:41:44.711Z] include file start [2020-10-31T21:41:44.711Z] Include file processed [2020-10-31T21:41:44.711Z] line after include file [2020-10-31T21:41:44.968Z] Result of testMethod = 5 [2020-10-31T21:41:44.968Z] End of script [2020-10-31T21:41:44.968Z] Start of script [2020-10-31T21:41:44.968Z] include file start [2020-10-31T21:41:44.968Z] Include file processed [2020-10-31T21:41:44.968Z] line after include file [2020-10-31T21:41:44.968Z] Result of testMethod = 5 [2020-10-31T21:41:45.529Z] Start of script [2020-10-31T21:41:45.529Z] include file start [2020-10-31T21:41:45.529Z] Include file processed [2020-10-31T21:41:45.529Z] line after include file [2020-10-31T21:41:45.529Z] Result of testMethod = 5 [2020-10-31T21:41:45.529Z] End of script [2020-10-31T21:41:45.529Z] Start of script [2020-10-31T21:41:45.529Z] include file start [2020-10-31T21:41:45.529Z] Include file processed [2020-10-31T21:41:45.529Z] line after include file [2020-10-31T21:41:45.784Z] Result of testMethod = 5 [2020-10-31T21:41:45.784Z] End of script [2020-10-31T21:41:45.784Z] Start of script [2020-10-31T21:41:45.784Z] include file start [2020-10-31T21:41:45.784Z] Include file processed [2020-10-31T21:41:45.784Z] line after include file [2020-10-31T21:41:45.784Z] Result of testMethod = 5 [2020-10-31T21:41:45.784Z] End of script [2020-10-31T21:41:46.040Z] Start of script [2020-10-31T21:41:46.040Z] include file start [2020-10-31T21:41:46.040Z] Include file processed [2020-10-31T21:41:46.295Z] line after include file [2020-10-31T21:41:46.295Z] Result of testMethod = 5 [2020-10-31T21:41:46.295Z] End of script [2020-10-31T21:41:46.295Z] Start of script [2020-10-31T21:41:46.295Z] include file start [2020-10-31T21:41:46.295Z] Include file processed [2020-10-31T21:41:46.295Z] line after include file [2020-10-31T21:41:46.551Z] Start of script [2020-10-31T21:41:46.807Z] include file start [2020-10-31T21:41:46.807Z] Include file processed [2020-10-31T21:41:46.807Z] line after include file [2020-10-31T21:41:46.807Z] Result of testMethod = 5 [2020-10-31T21:41:46.807Z] End of script [2020-10-31T21:41:46.807Z] Start of script [2020-10-31T21:41:46.807Z] include file start [2020-10-31T21:41:46.807Z] Include file processed [2020-10-31T21:41:46.807Z] line after include file [2020-10-31T21:41:46.807Z] Result of testMethod = 5 [2020-10-31T21:41:47.392Z] Start of script [2020-10-31T21:41:47.392Z] include file start [2020-10-31T21:41:47.392Z] Include file processed [2020-10-31T21:41:47.392Z] line after include file [2020-10-31T21:41:47.392Z] Result of testMethod = 5 [2020-10-31T21:41:47.392Z] End of script [2020-10-31T21:41:47.392Z] Start of script [2020-10-31T21:41:47.392Z] include file start [2020-10-31T21:41:47.392Z] Include file processed [2020-10-31T21:41:47.392Z] line after include file [2020-10-31T21:41:47.648Z] Result of testMethod = 5 [2020-10-31T21:41:47.648Z] End of script [2020-10-31T21:41:47.648Z] Start of script [2020-10-31T21:41:47.648Z] include file start [2020-10-31T21:41:47.648Z] Include file processed [2020-10-31T21:41:47.648Z] line after include file [2020-10-31T21:41:47.904Z] Result of testMethod = 5 [2020-10-31T21:41:47.904Z] End of script [2020-10-31T21:41:48.160Z] Start of script [2020-10-31T21:41:48.160Z] include file start [2020-10-31T21:41:48.160Z] Include file processed [2020-10-31T21:41:48.160Z] line after include file [2020-10-31T21:41:48.160Z] Result of testMethod = 5 [2020-10-31T21:41:48.160Z] End of script [2020-10-31T21:41:48.160Z] Start of script [2020-10-31T21:41:48.160Z] include file start [2020-10-31T21:41:48.160Z] Include file processed [2020-10-31T21:41:48.160Z] line after include file [2020-10-31T21:41:48.160Z] Result of testMethod = 5 [2020-10-31T21:41:48.722Z] Start of script [2020-10-31T21:41:48.722Z] include file start [2020-10-31T21:41:48.722Z] Include file processed [2020-10-31T21:41:48.722Z] line after include file [2020-10-31T21:41:48.722Z] Result of testMethod = 5 [2020-10-31T21:41:48.722Z] End of script [2020-10-31T21:41:48.722Z] Start of script [2020-10-31T21:41:48.722Z] include file start [2020-10-31T21:41:48.722Z] Include file processed [2020-10-31T21:41:48.722Z] line after include file [2020-10-31T21:41:48.722Z] Result of testMethod = 5 [2020-10-31T21:41:49.285Z] Start of script [2020-10-31T21:41:49.285Z] include file start [2020-10-31T21:41:49.285Z] Include file processed [2020-10-31T21:41:49.285Z] line after include file [2020-10-31T21:41:49.285Z] Result of testMethod = 5 [2020-10-31T21:41:49.285Z] End of script [2020-10-31T21:41:49.542Z] Start of script [2020-10-31T21:41:49.542Z] include file start [2020-10-31T21:41:49.542Z] Include file processed [2020-10-31T21:41:49.542Z] line after include file [2020-10-31T21:41:49.798Z] Result of testMethod = 5 [2020-10-31T21:41:49.798Z] End of script [2020-10-31T21:41:49.798Z] Start of script [2020-10-31T21:41:49.798Z] include file start [2020-10-31T21:41:49.798Z] Include file processed [2020-10-31T21:41:49.798Z] line after include file [2020-10-31T21:41:49.798Z] Result of testMethod = 5 [2020-10-31T21:41:49.798Z] End of script [2020-10-31T21:41:50.081Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.961 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-31T21:41:50.081Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.29 s [2020-10-31T21:41:50.081Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.209 s [2020-10-31T21:41:50.081Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-31T21:41:50.081Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.31 s [2020-10-31T21:41:50.081Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-10-31T21:41:50.081Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-31T21:41:50.081Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-31T21:41:50.081Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:41:50.081Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-31T21:41:50.081Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:41:50.081Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.406 s [2020-10-31T21:41:50.081Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-31T21:41:50.081Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-31T21:41:50.081Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-31T21:41:50.081Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-31T21:41:50.081Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-31T21:41:50.081Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-31T21:41:50.081Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:41:50.081Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:41:50.081Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:41:50.081Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:41:50.081Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:41:50.081Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-31T21:41:50.081Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:41:50.081Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:41:50.081Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:41:50.081Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-10-31T21:41:50.081Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-10-31T21:41:50.081Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:41:50.081Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:41:50.081Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:41:50.081Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-31T21:41:50.081Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:41:50.081Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:41:50.081Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:41:50.081Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-31T21:41:50.081Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:41:50.081Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:41:50.081Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:41:50.081Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-31T21:41:50.081Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-31T21:41:50.081Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-31T21:41:50.081Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-31T21:41:50.081Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-31T21:41:50.081Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.031 s [2020-10-31T21:41:50.082Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.009 s [2020-10-31T21:41:50.082Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.019 s [2020-10-31T21:41:50.082Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.011 s [2020-10-31T21:41:50.082Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.044 s [2020-10-31T21:41:50.082Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-31T21:41:50.082Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-31T21:41:50.082Z] at [2020-10-31T21:41:50.082Z] [2020-10-31T21:41:50.082Z] Java Stacktrace: [2020-10-31T21:41:50.082Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-10-31T21:41:50.082Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-10-31T21:41:50.082Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-10-31T21:41:50.082Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-10-31T21:41:50.082Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-10-31T21:41:50.082Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-31T21:41:50.082Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-31T21:41:50.082Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-31T21:41:50.082Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-31T21:41:50.082Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-31T21:41:50.082Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-31T21:41:50.082Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:41:50.082Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:41:50.082Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-31T21:41:50.082Z] at [2020-10-31T21:41:50.082Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-31T21:41:50.082Z] at [2020-10-31T21:41:50.082Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-31T21:41:50.082Z] at [2020-10-31T21:41:50.082Z] [2020-10-31T21:41:50.082Z] Java Stacktrace: [2020-10-31T21:41:50.082Z] java.lang.Exception [2020-10-31T21:41:50.082Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-31T21:41:50.082Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-31T21:41:50.082Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-31T21:41:50.082Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-10-31T21:41:50.082Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-31T21:41:50.082Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-31T21:41:50.082Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-31T21:41:50.338Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-31T21:41:50.338Z] at [2020-10-31T21:41:50.338Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-31T21:41:50.338Z] 'asdf [2020-10-31T21:41:50.338Z] ^ [2020-10-31T21:41:50.338Z] at [2020-10-31T21:41:50.338Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-31T21:41:50.338Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-31T21:41:50.338Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-31T21:41:50.338Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-10-31T21:41:50.338Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:41:50.338Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:41:50.338Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-31T21:41:50.338Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:41:50.338Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:41:50.338Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:41:50.338Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.033 s [2020-10-31T21:41:50.338Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-10-31T21:41:50.338Z] [2020-10-31T21:41:50.338Z] Results: [2020-10-31T21:41:50.338Z] [2020-10-31T21:41:50.338Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:41:50.338Z] [2020-10-31T21:41:50.593Z] [INFO] All tests passed! [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-10-31T21:41:50.593Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [6/11] [2020-10-31T21:41:50.593Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.593Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.593Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:50.593Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.593Z] [INFO] Nothing to compile - all classes are up to date [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.593Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.593Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:50.593Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-10-31T21:41:50.593Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.594Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:41:50.594Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:41:50.594Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.594Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.594Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:41:50.594Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.594Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.594Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.594Z] [INFO] [2020-10-31T21:41:50.594Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-10-31T21:41:50.849Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-10-31T21:41:50.849Z] [INFO] Command line: [2020-10-31T21:41:50.850Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-10-31T21:41:50.850Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:41:52.741Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-31T21:41:52.741Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-31T21:41:52.741Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.003 s [2020-10-31T21:41:52.741Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-31T21:41:52.741Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-31T21:41:52.742Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-10-31T21:41:52.742Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.005 s [2020-10-31T21:41:52.742Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.114 s [2020-10-31T21:41:52.742Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:41:52.742Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-31T21:41:52.742Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-31T21:41:52.742Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-31T21:41:52.742Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-31T21:41:52.742Z] [2020-10-31T21:41:52.742Z] Results: [2020-10-31T21:41:52.742Z] [2020-10-31T21:41:52.742Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:41:52.742Z] [2020-10-31T21:41:52.997Z] [INFO] All tests passed! [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-10-31T21:41:52.998Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [7/11] [2020-10-31T21:41:52.998Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:52.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [INFO] Nothing to compile - all classes are up to date [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:52.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-10-31T21:41:52.998Z] [INFO] [2020-10-31T21:41:52.998Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:52.998Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:41:52.998Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:41:53.254Z] [INFO] [2020-10-31T21:41:53.254Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:53.254Z] [INFO] [2020-10-31T21:41:53.254Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:53.254Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:41:53.254Z] [INFO] [2020-10-31T21:41:53.254Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:53.254Z] [INFO] [2020-10-31T21:41:53.254Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:53.254Z] [INFO] [2020-10-31T21:41:53.254Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:53.254Z] [INFO] [2020-10-31T21:41:53.254Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-10-31T21:41:53.254Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-10-31T21:41:53.254Z] [INFO] Command line: [2020-10-31T21:41:53.254Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-10-31T21:41:53.254Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:41:55.143Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-31T21:41:55.143Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-31T21:41:55.143Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.029 s [2020-10-31T21:41:55.143Z] [2020-10-31T21:41:55.143Z] Results: [2020-10-31T21:41:55.143Z] [2020-10-31T21:41:55.143Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-10-31T21:41:55.143Z] [2020-10-31T21:41:55.143Z] [INFO] All tests passed! [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-10-31T21:41:55.143Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [8/11] [2020-10-31T21:41:55.143Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.143Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.143Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:55.143Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.143Z] [INFO] Nothing to compile - all classes are up to date [2020-10-31T21:41:55.143Z] [INFO] [2020-10-31T21:41:55.143Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.144Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-31T21:41:55.144Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-10-31T21:41:55.144Z] [INFO] [2020-10-31T21:41:55.144Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.144Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-10-31T21:41:55.144Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-10-31T21:41:55.399Z] [INFO] [2020-10-31T21:41:55.399Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.399Z] [INFO] [2020-10-31T21:41:55.399Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.399Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-10-31T21:41:55.399Z] [INFO] [2020-10-31T21:41:55.399Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.399Z] [INFO] [2020-10-31T21:41:55.399Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.399Z] [INFO] [2020-10-31T21:41:55.399Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.399Z] [INFO] [2020-10-31T21:41:55.399Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-31T21:41:55.959Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-10-31T21:41:55.959Z] [INFO] Command line: [2020-10-31T21:41:55.959Z] [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-10-31T21:41:55.959Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809" [2020-10-31T21:41:57.324Z] WARNING: An illegal reflective access operation has occurred [2020-10-31T21:41:57.324Z] WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/plugins/org.jython_2.7.0.I201609090924/jython.jar) to method java.io.Console.encoding() [2020-10-31T21:41:57.324Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-10-31T21:41:57.324Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-31T21:41:57.324Z] WARNING: All illegal access operations will be denied in a future release [2020-10-31T21:41:57.580Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-31T21:41:58.943Z] Start of script [2020-10-31T21:41:58.943Z] include file start [2020-10-31T21:41:58.943Z] include file processed [2020-10-31T21:41:58.943Z] Result of testMethod = 5 [2020-10-31T21:41:58.943Z] End of script [2020-10-31T21:41:59.198Z] Start of script [2020-10-31T21:41:59.198Z] include file start [2020-10-31T21:41:59.198Z] include file processed [2020-10-31T21:41:59.198Z] Result of testMethod = 5 [2020-10-31T21:41:59.198Z] End of script [2020-10-31T21:41:59.198Z] Start of script [2020-10-31T21:41:59.198Z] include file start [2020-10-31T21:41:59.198Z] include file processed [2020-10-31T21:41:59.198Z] Result of testMethod = 5 [2020-10-31T21:41:59.454Z] Traceback (most recent call last): [2020-10-31T21:41:59.454Z] File "(none)", line 184, in run [2020-10-31T21:41:59.454Z] File "__ref_L/Debug Test/Main.py_xnwhefcwjr", line 23, in [2020-10-31T21:41:59.454Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:41:59.454Z] org.eclipse.ease.ExitException: [2020-10-31T21:41:59.454Z] [2020-10-31T21:41:59.454Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:41:59.710Z] Start of script [2020-10-31T21:41:59.710Z] include file start [2020-10-31T21:41:59.710Z] include file processed [2020-10-31T21:41:59.710Z] Result of testMethod = 5 [2020-10-31T21:41:59.710Z] End of script [2020-10-31T21:41:59.965Z] Start of script [2020-10-31T21:41:59.965Z] include file start [2020-10-31T21:41:59.965Z] include file processed [2020-10-31T21:41:59.965Z] Result of testMethod = 5 [2020-10-31T21:41:59.965Z] End of script [2020-10-31T21:42:00.220Z] Start of script [2020-10-31T21:42:00.220Z] include file start [2020-10-31T21:42:00.220Z] include file processed [2020-10-31T21:42:00.475Z] Result of testMethod = 5 [2020-10-31T21:42:00.475Z] End of script [2020-10-31T21:42:00.475Z] Start of script [2020-10-31T21:42:00.475Z] include file start [2020-10-31T21:42:00.475Z] include file processed [2020-10-31T21:42:00.475Z] Result of testMethod = 5 [2020-10-31T21:42:00.730Z] Traceback (most recent call last): [2020-10-31T21:42:00.730Z] File "(none)", line 184, in run [2020-10-31T21:42:00.730Z] File "__ref_L/Debug Test/Main.py_nvggaztjan", line 23, in [2020-10-31T21:42:00.731Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:00.731Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:00.731Z] [2020-10-31T21:42:00.731Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:00.731Z] Start of script [2020-10-31T21:42:00.731Z] include file start [2020-10-31T21:42:00.731Z] include file processed [2020-10-31T21:42:00.986Z] Result of testMethod = 5 [2020-10-31T21:42:00.986Z] End of script [2020-10-31T21:42:01.242Z] Start of script [2020-10-31T21:42:01.242Z] include file start [2020-10-31T21:42:01.242Z] include file processed [2020-10-31T21:42:01.242Z] Result of testMethod = 5 [2020-10-31T21:42:01.242Z] End of script [2020-10-31T21:42:01.242Z] Start of script [2020-10-31T21:42:01.242Z] include file start [2020-10-31T21:42:01.242Z] include file processed [2020-10-31T21:42:01.804Z] Traceback (most recent call last): [2020-10-31T21:42:01.804Z] File "(none)", line 184, in run [2020-10-31T21:42:01.804Z] File "__ref_L/Debug Test/Main.py_lcfgecuish", line 22, in [2020-10-31T21:42:01.804Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:01.804Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:01.804Z] [2020-10-31T21:42:01.804Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:01.804Z] Start of script [2020-10-31T21:42:01.804Z] include file start [2020-10-31T21:42:01.804Z] include file processed [2020-10-31T21:42:01.804Z] Result of testMethod = 5 [2020-10-31T21:42:01.804Z] End of script [2020-10-31T21:42:02.060Z] Start of script [2020-10-31T21:42:02.060Z] include file start [2020-10-31T21:42:02.060Z] include file processed [2020-10-31T21:42:02.315Z] Result of testMethod = 5 [2020-10-31T21:42:02.315Z] End of script [2020-10-31T21:42:02.570Z] Traceback (most recent call last): [2020-10-31T21:42:02.570Z] File "(none)", line 184, in run [2020-10-31T21:42:02.570Z] File "__ref_L/Debug Test/Main.py_rbgdovjoww", line 1, in [2020-10-31T21:42:02.570Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:02.570Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:02.570Z] [2020-10-31T21:42:02.570Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:02.570Z] Start of script [2020-10-31T21:42:02.570Z] include file start [2020-10-31T21:42:02.570Z] include file processed [2020-10-31T21:42:02.570Z] Result of testMethod = 5 [2020-10-31T21:42:02.570Z] End of script [2020-10-31T21:42:02.826Z] Start of script [2020-10-31T21:42:02.826Z] include file start [2020-10-31T21:42:02.826Z] include file processed [2020-10-31T21:42:03.083Z] Result of testMethod = 5 [2020-10-31T21:42:03.083Z] End of script [2020-10-31T21:42:03.083Z] Start of script [2020-10-31T21:42:03.083Z] include file start [2020-10-31T21:42:03.083Z] include file processed [2020-10-31T21:42:03.083Z] Result of testMethod = 5 [2020-10-31T21:42:03.338Z] Traceback (most recent call last): [2020-10-31T21:42:03.338Z] File "(none)", line 184, in run [2020-10-31T21:42:03.338Z] File "__ref_L/Debug Test/Main.py_zlfqkpuogh", line 23, in [2020-10-31T21:42:03.338Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:03.338Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:03.338Z] [2020-10-31T21:42:03.339Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:03.339Z] Start of script [2020-10-31T21:42:03.339Z] include file start [2020-10-31T21:42:03.339Z] include file processed [2020-10-31T21:42:03.594Z] Result of testMethod = 5 [2020-10-31T21:42:03.594Z] End of script [2020-10-31T21:42:03.850Z] Traceback (most recent call last): [2020-10-31T21:42:03.850Z] File "(none)", line 184, in run [2020-10-31T21:42:03.850Z] File "__ref_L/Debug Test/Main.py_trhsheqthv", line 1, in [2020-10-31T21:42:03.850Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:03.850Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:03.850Z] [2020-10-31T21:42:03.850Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:03.850Z] Start of script [2020-10-31T21:42:03.850Z] include file start [2020-10-31T21:42:03.850Z] include file processed [2020-10-31T21:42:03.850Z] Result of testMethod = 5 [2020-10-31T21:42:04.106Z] End of script [2020-10-31T21:42:04.106Z] Start of script [2020-10-31T21:42:04.106Z] include file start [2020-10-31T21:42:04.106Z] include file processed [2020-10-31T21:42:04.361Z] Result of testMethod = 5 [2020-10-31T21:42:04.361Z] End of script [2020-10-31T21:42:04.617Z] Traceback (most recent call last): [2020-10-31T21:42:04.617Z] File "(none)", line 184, in run [2020-10-31T21:42:04.617Z] File "__ref_L/Debug Test/Main.py_jjkwokzgsy", line 1, in [2020-10-31T21:42:04.617Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:04.617Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:04.617Z] [2020-10-31T21:42:04.617Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:04.617Z] Start of script [2020-10-31T21:42:04.617Z] include file start [2020-10-31T21:42:04.617Z] include file processed [2020-10-31T21:42:04.873Z] Result of testMethod = 5 [2020-10-31T21:42:04.874Z] End of script [2020-10-31T21:42:04.874Z] Start of script [2020-10-31T21:42:04.874Z] include file start [2020-10-31T21:42:04.874Z] include file processed [2020-10-31T21:42:04.874Z] Result of testMethod = 5 [2020-10-31T21:42:05.131Z] Traceback (most recent call last): [2020-10-31T21:42:05.131Z] File "(none)", line 184, in run [2020-10-31T21:42:05.131Z] File "__ref_L/Debug Test/Main.py_xoaocbxvcy", line 23, in [2020-10-31T21:42:05.131Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:05.131Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:05.131Z] [2020-10-31T21:42:05.131Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:05.386Z] Start of script [2020-10-31T21:42:05.386Z] include file start [2020-10-31T21:42:05.386Z] include file processed [2020-10-31T21:42:05.387Z] Result of testMethod = 5 [2020-10-31T21:42:05.387Z] End of script [2020-10-31T21:42:05.387Z] Start of script [2020-10-31T21:42:05.387Z] include file start [2020-10-31T21:42:05.387Z] include file processed [2020-10-31T21:42:05.642Z] Result of testMethod = 5 [2020-10-31T21:42:05.642Z] End of script [2020-10-31T21:42:05.642Z] Start of script [2020-10-31T21:42:05.642Z] include file start [2020-10-31T21:42:05.642Z] include file processed [2020-10-31T21:42:05.642Z] Result of testMethod = 5 [2020-10-31T21:42:05.642Z] End of script [2020-10-31T21:42:05.897Z] Start of script [2020-10-31T21:42:05.897Z] include file start [2020-10-31T21:42:05.897Z] include file processed [2020-10-31T21:42:06.153Z] Result of testMethod = 5 [2020-10-31T21:42:06.153Z] End of script [2020-10-31T21:42:06.153Z] Start of script [2020-10-31T21:42:06.153Z] include file start [2020-10-31T21:42:06.153Z] include file processed [2020-10-31T21:42:06.409Z] Traceback (most recent call last): [2020-10-31T21:42:06.409Z] File "(none)", line 184, in run [2020-10-31T21:42:06.409Z] File "__ref_L/Debug Test/Main.py_datgrxnsun", line 21, in [2020-10-31T21:42:06.409Z] File "__ref_L/Debug Test/Main.py_datgrxnsun", line 18, in testMethod [2020-10-31T21:42:06.409Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:06.409Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:06.409Z] [2020-10-31T21:42:06.409Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:06.409Z] Start of script [2020-10-31T21:42:06.664Z] include file start [2020-10-31T21:42:06.664Z] include file processed [2020-10-31T21:42:06.664Z] Result of testMethod = 5 [2020-10-31T21:42:06.664Z] End of script [2020-10-31T21:42:06.664Z] Start of script [2020-10-31T21:42:06.664Z] include file start [2020-10-31T21:42:06.664Z] include file processed [2020-10-31T21:42:06.664Z] Result of testMethod = 5 [2020-10-31T21:42:06.920Z] Traceback (most recent call last): [2020-10-31T21:42:06.920Z] File "(none)", line 184, in run [2020-10-31T21:42:06.920Z] File "__ref_L/Debug Test/Main.py_egfzybppxl", line 23, in [2020-10-31T21:42:06.920Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:06.920Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:06.920Z] [2020-10-31T21:42:06.920Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:07.176Z] Start of script [2020-10-31T21:42:07.176Z] include file start [2020-10-31T21:42:07.176Z] include file processed [2020-10-31T21:42:07.176Z] Result of testMethod = 5 [2020-10-31T21:42:07.176Z] End of script [2020-10-31T21:42:07.176Z] Start of script [2020-10-31T21:42:07.176Z] include file start [2020-10-31T21:42:07.176Z] include file processed [2020-10-31T21:42:07.432Z] Result of testMethod = 5 [2020-10-31T21:42:07.432Z] End of script [2020-10-31T21:42:07.688Z] Start of script [2020-10-31T21:42:07.688Z] include file start [2020-10-31T21:42:07.688Z] include file processed [2020-10-31T21:42:07.688Z] Result of testMethod = 5 [2020-10-31T21:42:07.688Z] End of script [2020-10-31T21:42:07.944Z] Start of script [2020-10-31T21:42:07.944Z] include file start [2020-10-31T21:42:07.944Z] include file processed [2020-10-31T21:42:07.944Z] Result of testMethod = 5 [2020-10-31T21:42:07.944Z] End of script [2020-10-31T21:42:08.200Z] Start of script [2020-10-31T21:42:08.200Z] include file start [2020-10-31T21:42:08.200Z] include file processed [2020-10-31T21:42:08.200Z] Result of testMethod = 5 [2020-10-31T21:42:08.200Z] Traceback (most recent call last): [2020-10-31T21:42:08.200Z] File "(none)", line 184, in run [2020-10-31T21:42:08.200Z] File "__ref_L/Debug Test/Main.py_mlwpupmulv", line 23, in [2020-10-31T21:42:08.200Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:08.200Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:08.200Z] [2020-10-31T21:42:08.200Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:08.456Z] Start of script [2020-10-31T21:42:08.456Z] include file start [2020-10-31T21:42:08.456Z] include file processed [2020-10-31T21:42:08.456Z] Result of testMethod = 5 [2020-10-31T21:42:08.456Z] End of script [2020-10-31T21:42:08.713Z] Start of script [2020-10-31T21:42:08.713Z] include file start [2020-10-31T21:42:08.713Z] include file processed [2020-10-31T21:42:08.713Z] Result of testMethod = 5 [2020-10-31T21:42:08.713Z] Traceback (most recent call last): [2020-10-31T21:42:08.713Z] File "(none)", line 184, in run [2020-10-31T21:42:08.713Z] File "__ref_L/Debug Test/Main.py_yknlnowrrg", line 23, in [2020-10-31T21:42:08.713Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:08.713Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:08.713Z] [2020-10-31T21:42:08.713Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:08.968Z] Traceback (most recent call last): [2020-10-31T21:42:08.968Z] File "(none)", line 184, in run [2020-10-31T21:42:08.968Z] File "__ref_L/Debug Test/Main.py_bhmndyozfq", line 1, in [2020-10-31T21:42:08.968Z] File "(none)", line 161, in trace_dispatch [2020-10-31T21:42:08.968Z] org.eclipse.ease.ExitException: [2020-10-31T21:42:08.968Z] [2020-10-31T21:42:08.968Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-31T21:42:09.223Z] Start of script [2020-10-31T21:42:09.223Z] include file start [2020-10-31T21:42:09.223Z] include file processed [2020-10-31T21:42:09.223Z] Result of testMethod = 5 [2020-10-31T21:42:09.223Z] End of script [2020-10-31T21:42:09.223Z] Start of script [2020-10-31T21:42:09.223Z] include file start [2020-10-31T21:42:09.223Z] include file processed [2020-10-31T21:42:09.479Z] Result of testMethod = 5 [2020-10-31T21:42:09.479Z] End of script [2020-10-31T21:42:09.734Z] Start of script [2020-10-31T21:42:09.734Z] include file start [2020-10-31T21:42:09.734Z] include file processed [2020-10-31T21:42:09.734Z] Result of testMethod = 5 [2020-10-31T21:42:09.734Z] End of script [2020-10-31T21:42:09.734Z] Tests run: 42, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.235 s <<< FAILURE! - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-31T21:42:09.734Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.422 s <<< FAILURE! [2020-10-31T21:42:09.734Z] java.lang.AssertionError: expected:<1> but was:<0> [2020-10-31T21:42:09.734Z] [2020-10-31T21:42:09.734Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.213 s [2020-10-31T21:42:09.734Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.31 s [2020-10-31T21:42:09.734Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.312 s [2020-10-31T21:42:09.734Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.107 s [2020-10-31T21:42:09.734Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.734Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-31T21:42:09.735Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-10-31T21:42:09.735Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.735Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.735Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.735Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:42:09.735Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:42:09.735Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.735Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:42:09.735Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.735Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:42:09.735Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:42:09.735Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:42:09.735Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-31T21:42:09.735Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-10-31T21:42:09.735Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:42:09.735Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:42:09.735Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:42:09.735Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:42:09.735Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:42:09.735Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-31T21:42:09.735Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:42:09.735Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-31T21:42:09.735Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:42:09.735Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:42:09.735Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-31T21:42:09.735Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-31T21:42:09.735Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-31T21:42:09.735Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-31T21:42:09.735Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-31T21:42:09.735Z] [2020-10-31T21:42:09.735Z] Results: [2020-10-31T21:42:09.735Z] [2020-10-31T21:42:09.735Z] Failures: [2020-10-31T21:42:09.735Z] JythonDebugTest>AbstractDebugTest.disconnectProcessInSuspendedState:523->AbstractDebugTest.disconnectTestTemplate:513 expected:<1> but was:<0> [2020-10-31T21:42:09.735Z] [2020-10-31T21:42:09.735Z] Tests run: 42, Failures: 1, Errors: 0, Skipped: 0 [2020-10-31T21:42:09.735Z] [2020-10-31T21:42:10.295Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:42:10.295Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.8.0-SNAPSHOT: [2020-10-31T21:42:10.295Z] [INFO] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.002 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 0.183 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 14.665 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test ...... SUCCESS [ 3.090 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 14.064 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [ 2.436 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [ 2.154 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... FAILURE [ 14.983 s] [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.python.py4j.test ............. SKIPPED [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SKIPPED [2020-10-31T21:42:10.295Z] [INFO] org.eclipse.ease.ui.test ........................... SKIPPED [2020-10-31T21:42:10.295Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:42:10.295Z] [INFO] BUILD FAILURE [2020-10-31T21:42:10.295Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:42:10.295Z] [INFO] Total time: 01:40 min [2020-10-31T21:42:10.295Z] [INFO] Finished at: 2020-10-31T21:42:10Z [2020-10-31T21:42:10.295Z] [INFO] ------------------------------------------------------------------------ [2020-10-31T21:42:10.295Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-10-31T21:42:10.295Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven4b016809/maven-spy-20201031-214029-8922662302091193628007.log [2020-10-31T21:42:10.295Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.5.0:test (default-test) on project org.eclipse.ease.lang.python.jython.test: There are test failures. [2020-10-31T21:42:10.296Z] [ERROR] [2020-10-31T21:42:10.296Z] [ERROR] Please refer to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire-reports for the individual test results. [2020-10-31T21:42:10.296Z] [ERROR] -> [Help 1] [2020-10-31T21:42:10.296Z] [ERROR] [2020-10-31T21:42:10.296Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2020-10-31T21:42:10.296Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2020-10-31T21:42:10.296Z] [ERROR] [2020-10-31T21:42:10.296Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2020-10-31T21:42:10.296Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2020-10-31T21:42:10.296Z] [ERROR] [2020-10-31T21:42:10.296Z] [ERROR] After correcting the problems, you can resume the build with the command [2020-10-31T21:42:10.296Z] [ERROR] mvn -rf :org.eclipse.ease.lang.python.jython.test [Pipeline] } [2020-10-31T21:42:10.894Z] [withMaven] Publishers: Pipeline Graph Publisher: 3 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts [2020-10-31T21:42:10.923Z] Archiving artifacts [Pipeline] emailext [2020-10-31T21:42:37.713Z] Sending email to: christian.pontesegger@web.de [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE