Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-vhvh5’ is offline Agent centos-7-vhvh5 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-vhvh5" 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-vhvh5" - 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-vhvh5" - 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-vhvh5 in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-17T21:35:19.426Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-10-17T21:35:20.529Z] No credentials specified [2020-10-17T21:35:20.532Z] Cloning the remote Git repository [2020-10-17T21:35:20.545Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-17T21:35:20.575Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 # timeout=10 [2020-10-17T21:35:20.594Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-17T21:35:20.594Z] > git --version # timeout=10 [2020-10-17T21:35:20.596Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-17T21:35:21.455Z] Checking out Revision c02d90ad0da9094a24d724b2bfe91eb6152c975b (refs/remotes/origin/master) [2020-10-17T21:35:21.381Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-10-17T21:35:21.384Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-17T21:35:21.388Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-10-17T21:35:21.394Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-10-17T21:35:21.394Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-17T21:35:21.450Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-10-17T21:35:21.455Z] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 [2020-10-17T21:35:21.464Z] > git config core.sparsecheckout # timeout=10 [2020-10-17T21:35:21.467Z] > git checkout -f c02d90ad0da9094a24d724b2bfe91eb6152c975b # timeout=10 [2020-10-17T21:35:25.088Z] Commit message: "Bug 522137: Update plugin name & vendor information" [2020-10-17T21:35:25.096Z] > git rev-list --no-walk c02d90ad0da9094a24d724b2bfe91eb6152c975b # timeout=10 [2020-10-17T21:35:25.107Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-10-17T21:35:25.112Z] > git rev-parse --verify HEAD # timeout=10 [2020-10-17T21:35:25.114Z] Resetting working tree [2020-10-17T21:35:25.114Z] > git reset --hard # timeout=10 [2020-10-17T21:35:25.188Z] > git clean -fdx # timeout=10 [2020-10-17T21:35:25.676Z] + 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-17T21:35:25.677Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-17T21:35:25.677Z] Dload Upload Total Spent Left Speed [2020-10-17T21:35:25.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88597 100 88597 0 0 535k 0 --:--:-- --:--:-- --:--:-- 537k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-10-17T21:35:25.715Z] [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-17T21:35:25.716Z] [withMaven] Available options: [2020-10-17T21:35:25.716Z] [withMaven] using JDK installation openjdk-jdk11-latest [2020-10-17T21:35:25.722Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-10-17T21:35:26.274Z] + mvn clean install -Pmodule-docs [2020-10-17T21:35:26.275Z] ----- withMaven Wrapper script ----- [2020-10-17T21:35:26.275Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:35:26.838Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-10-17T21:35:26.838Z] Maven home: /opt/tools/apache-maven/latest [2020-10-17T21:35:26.838Z] Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 [2020-10-17T21:35:26.838Z] Default locale: en_US, platform encoding: UTF-8 [2020-10-17T21:35:26.838Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-10-17T21:35:27.767Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/maven-spy-20201017-213527-62912525775267051935916.log.tmp ... [2020-10-17T21:35:28.329Z] [INFO] Scanning for projects... [2020-10-17T21:35:34.872Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.004Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:35:43.005Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.392Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.392Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-10-17T21:37:04.393Z] [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-17T21:37:04.393Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/ [2020-10-17T21:37:04.393Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-09 [2020-10-17T21:37:04.393Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-10-17T21:37:04.393Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-09/ (483B) [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-09/ [2020-10-17T21:37:04.393Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-10-17T21:37:04.393Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/technology/epp/packages/2020-09/ (420B) [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-09/202009101200/ (89.71kB) [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-17T21:37:04.393Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-17T21:37:04.393Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-09/202009161000/ [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository [2020-10-17T21:37:04.393Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ [2020-10-17T21:37:04.393Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-10-17T21:37:04.393Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-10-17T21:37:04.393Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-10-17T21:37:04.393Z] [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-17T21:37:04.393Z] [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-17T21:37:04.393Z] [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-17T21:37:04.393Z] [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-17T21:37:05.344Z] [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-17T21:37:05.344Z] [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-17T21:37:05.599Z] [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-17T21:37:05.599Z] [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-17T21:37:05.855Z] [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-17T21:37:05.855Z] [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-17T21:37:06.111Z] [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-17T21:37:06.111Z] [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-17T21:37:06.111Z] [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-17T21:37:06.111Z] [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-17T21:37:06.367Z] [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-17T21:37:06.367Z] [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-17T21:37:06.367Z] [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-17T21:37:06.625Z] [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-17T21:37:06.625Z] [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-17T21:37:06.625Z] [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-17T21:37:06.881Z] [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-17T21:37:06.881Z] [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-17T21:37:06.881Z] [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-17T21:37:06.881Z] [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-17T21:37:07.136Z] [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-17T21:37:07.137Z] [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-17T21:37:07.137Z] [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-17T21:37:07.137Z] [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-17T21:37:07.393Z] [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-17T21:37:07.393Z] [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-17T21:37:07.393Z] [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-17T21:37:07.393Z] [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-17T21:37:07.649Z] [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-17T21:37:07.649Z] [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-17T21:37:07.905Z] [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-17T21:37:08.161Z] [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-17T21:37:08.161Z] [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-17T21:37:08.161Z] [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-17T21:37:08.161Z] [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-17T21:37:08.417Z] [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-17T21:37:08.417Z] [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-17T21:37:08.417Z] [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-17T21:37:08.673Z] [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-17T21:37:08.673Z] [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-17T21:37:08.673Z] [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-17T21:37:08.673Z] [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-17T21:37:08.929Z] [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-17T21:37:08.929Z] [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-17T21:37:08.929Z] [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-17T21:37:08.929Z] [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-17T21:37:09.186Z] [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-17T21:37:09.186Z] [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-17T21:37:09.186Z] [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-17T21:37:09.186Z] [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-17T21:37:09.441Z] [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-17T21:37:09.441Z] [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-17T21:37:09.441Z] [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-17T21:37:09.441Z] [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-17T21:37:09.698Z] [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-17T21:37:09.698Z] [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-17T21:37:09.698Z] [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-17T21:37:09.698Z] [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-17T21:37:09.954Z] [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-17T21:37:09.954Z] [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-17T21:37:09.954Z] [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-17T21:37:09.954Z] [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-17T21:37:10.211Z] [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-17T21:37:10.211Z] [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-17T21:37:10.211Z] [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-17T21:37:10.211Z] [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-17T21:37:10.467Z] [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-17T21:37:10.467Z] [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-17T21:37:10.467Z] [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-17T21:37:10.467Z] [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-17T21:37:10.723Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-10-17T21:37:10.723Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [2020-10-17T21:37:10.723Z] [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-17T21:37:10.723Z] [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-17T21:37:10.979Z] [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-17T21:37:10.979Z] [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-17T21:37:10.979Z] [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-17T21:37:10.979Z] [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-17T21:37:11.235Z] [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-17T21:37:11.235Z] [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-17T21:37:11.235Z] [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-17T21:37:11.235Z] [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-17T21:37:11.235Z] [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-17T21:37:11.235Z] [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-17T21:37:11.490Z] [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-17T21:37:11.490Z] [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-17T21:37:11.746Z] [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-17T21:37:11.746Z] [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-17T21:37:12.002Z] [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-17T21:37:12.002Z] [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-17T21:37:12.002Z] [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-17T21:37:12.258Z] [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-17T21:37:12.258Z] [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-17T21:37:12.258Z] [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-17T21:37:12.258Z] [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-17T21:37:12.258Z] [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-17T21:37:12.515Z] [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-17T21:37:12.515Z] [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-17T21:37:12.770Z] [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-17T21:37:12.770Z] [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-17T21:37:13.026Z] [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-17T21:37:13.026Z] [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-17T21:37:13.026Z] [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-17T21:37:13.026Z] [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-17T21:37:13.026Z] [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-17T21:37:13.282Z] [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-17T21:37:13.282Z] [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-17T21:37:13.282Z] [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-17T21:37:13.282Z] [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-17T21:37:13.282Z] [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-17T21:37:13.537Z] [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-17T21:37:13.537Z] [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-17T21:37:13.793Z] [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-17T21:37:13.793Z] [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-17T21:37:13.793Z] [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-17T21:37:13.793Z] [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-17T21:37:14.049Z] [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-17T21:37:14.049Z] [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-17T21:37:14.049Z] [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-17T21:37:14.305Z] [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-17T21:37:14.561Z] [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-17T21:37:14.561Z] [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-17T21:37:14.561Z] [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-17T21:37:14.561Z] [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-17T21:37:14.816Z] [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-17T21:37:14.816Z] [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-17T21:37:14.816Z] [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-17T21:37:14.816Z] [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-17T21:37:15.072Z] [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-17T21:37:15.072Z] [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-17T21:37:15.072Z] [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-17T21:37:15.072Z] [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-17T21:37:15.328Z] [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-17T21:37:15.328Z] [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-17T21:37:15.328Z] [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-17T21:37:15.585Z] [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-17T21:37:15.848Z] [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-17T21:37:16.144Z] [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-17T21:37:16.144Z] [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-17T21:37:16.144Z] [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-17T21:37:16.144Z] [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-17T21:37:16.144Z] [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-17T21:37:16.410Z] [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-17T21:37:16.410Z] [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-17T21:37:16.410Z] [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-17T21:37:16.410Z] [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-17T21:37:16.666Z] [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-17T21:37:16.666Z] [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-17T21:37:16.666Z] [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-17T21:37:16.666Z] [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-17T21:37:16.921Z] [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-17T21:37:16.921Z] [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-17T21:37:16.921Z] [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-17T21:37:16.921Z] [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-17T21:37:17.177Z] [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-17T21:37:17.177Z] [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-17T21:37:17.177Z] [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-17T21:37:17.433Z] [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-17T21:37:17.433Z] [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-17T21:37:17.433Z] [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-17T21:37:17.689Z] [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-17T21:37:17.689Z] [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-17T21:37:17.689Z] [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-17T21:37:17.689Z] [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-17T21:37:17.945Z] [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-17T21:37:17.945Z] [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-17T21:37:17.945Z] [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-17T21:37:17.945Z] [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-17T21:37:18.200Z] [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-17T21:37:18.200Z] [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-17T21:37:18.455Z] [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-17T21:37:18.455Z] [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-17T21:37:19.017Z] [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-17T21:37:19.017Z] [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-17T21:37:19.579Z] [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-17T21:37:19.579Z] [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-17T21:37:19.835Z] [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-17T21:37:19.835Z] [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-17T21:37:19.835Z] [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-17T21:37:20.090Z] [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-17T21:37:20.090Z] [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-17T21:37:20.090Z] [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-17T21:37:20.090Z] [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-17T21:37:20.090Z] [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-17T21:37:20.090Z] [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-17T21:37:20.090Z] [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-17T21:37:20.346Z] [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-17T21:37:20.346Z] [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-17T21:37:20.346Z] [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-17T21:37:20.346Z] [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-17T21:37:20.908Z] [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-17T21:37:20.908Z] [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-17T21:37:21.164Z] [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-17T21:37:21.164Z] [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-17T21:37:21.420Z] [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-17T21:37:21.420Z] [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-17T21:37:21.420Z] [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-17T21:37:21.420Z] [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-17T21:37:21.680Z] [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-17T21:37:21.680Z] [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-17T21:37:21.680Z] [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-17T21:37:21.936Z] [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-17T21:37:21.936Z] [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-17T21:37:22.191Z] [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-17T21:37:22.191Z] [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-17T21:37:22.192Z] [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-17T21:37:22.192Z] [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-17T21:37:24.706Z] Oct 17, 2020 9:37:24 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:24.706Z] 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-17T21:37:24.706Z] Oct 17, 2020 9:37:24 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:24.706Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-17T21:37:24.706Z] [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-17T21:37:24.706Z] [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-17T21:37:24.706Z] [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-17T21:37:24.706Z] [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-17T21:37:24.961Z] [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-17T21:37:24.961Z] [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-17T21:37:25.217Z] [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-17T21:37:25.218Z] [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-17T21:37:25.473Z] [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-17T21:37:25.473Z] [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-17T21:37:25.729Z] [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-17T21:37:25.730Z] [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-17T21:37:25.730Z] [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-17T21:37:25.730Z] [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-17T21:37:25.986Z] [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-17T21:37:25.986Z] [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-17T21:37:26.546Z] [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-17T21:37:26.546Z] [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-17T21:37:26.546Z] [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-17T21:37:26.546Z] [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-17T21:37:26.803Z] [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-17T21:37:26.803Z] [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-17T21:37:26.803Z] [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-17T21:37:26.803Z] [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-17T21:37:27.058Z] [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-17T21:37:27.058Z] [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-17T21:37:27.058Z] [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-17T21:37:27.058Z] [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-17T21:37:27.313Z] [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-17T21:37:27.313Z] [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-17T21:37:27.313Z] [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-17T21:37:27.313Z] [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-17T21:37:27.313Z] [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-17T21:37:27.313Z] [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-17T21:37:28.241Z] [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-17T21:37:28.241Z] [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-17T21:37:28.802Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-10-17T21:37:28.802Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (611.72kB) [2020-10-17T21:37:29.731Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-10-17T21:37:29.731Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-10-17T21:37:29.987Z] Oct 17, 2020 9:37:29 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:29.987Z] 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-17T21:37:29.988Z] Oct 17, 2020 9:37:29 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:29.988Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-17T21:37:29.988Z] [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-17T21:37:29.988Z] [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-17T21:37:30.550Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-10-17T21:37:30.550Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-10-17T21:37:30.550Z] [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-17T21:37:30.550Z] [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-17T21:37:31.113Z] Oct 17, 2020 9:37:30 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:31.113Z] 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-17T21:37:31.113Z] Oct 17, 2020 9:37:30 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:31.113Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-17T21:37:31.113Z] [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-17T21:37:31.113Z] [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-17T21:37:32.477Z] Oct 17, 2020 9:37:32 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:32.477Z] 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-17T21:37:32.477Z] Oct 17, 2020 9:37:32 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:32.477Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-17T21:37:32.477Z] [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-17T21:37:32.733Z] [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-17T21:37:32.733Z] [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-17T21:37:32.733Z] [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-17T21:37:33.659Z] [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-17T21:37:33.659Z] [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-17T21:37:33.660Z] [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-17T21:37:33.660Z] [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-17T21:37:34.588Z] [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-17T21:37:34.588Z] [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-17T21:37:35.151Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-10-17T21:37:35.151Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-10-17T21:37:36.077Z] [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-17T21:37:36.077Z] [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-17T21:37:36.077Z] [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-17T21:37:36.332Z] [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-17T21:37:36.332Z] [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-17T21:37:36.332Z] [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-17T21:37:36.588Z] [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-17T21:37:36.588Z] [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-17T21:37:36.588Z] [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-17T21:37:36.588Z] [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-17T21:37:36.588Z] [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-17T21:37:36.843Z] [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-17T21:37:36.843Z] [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-17T21:37:36.843Z] [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-17T21:37:36.843Z] [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-17T21:37:37.098Z] [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-17T21:37:37.098Z] [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-17T21:37:37.353Z] [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-17T21:37:37.353Z] [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-17T21:37:37.353Z] [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-17T21:37:37.609Z] [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-17T21:37:37.609Z] [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-17T21:37:37.609Z] [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-17T21:37:37.609Z] [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-17T21:37:37.864Z] [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-17T21:37:37.864Z] [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-17T21:37:37.864Z] [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-17T21:37:37.864Z] [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-17T21:37:37.864Z] [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-17T21:37:37.864Z] [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-17T21:37:38.120Z] [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-17T21:37:38.120Z] [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-17T21:37:38.120Z] [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-17T21:37:38.120Z] [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-17T21:37:38.376Z] [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-17T21:37:38.376Z] [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-17T21:37:38.631Z] [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-17T21:37:38.631Z] [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-17T21:37:38.631Z] [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-17T21:37:38.631Z] [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-17T21:37:38.631Z] [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-17T21:37:38.631Z] [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-17T21:37:38.887Z] [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-17T21:37:38.887Z] [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-17T21:37:38.887Z] [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-17T21:37:38.887Z] [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-17T21:37:39.143Z] [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-17T21:37:39.143Z] [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-17T21:37:39.399Z] [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-17T21:37:39.399Z] [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-17T21:37:39.399Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.38kB) [2020-10-17T21:37:39.399Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.38kB) [2020-10-17T21:37:39.654Z] [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-17T21:37:39.910Z] [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-17T21:37:39.910Z] [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-17T21:37:39.910Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-10-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [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-17T21:37:40.166Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-10-17T21:37:40.421Z] [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-17T21:37:40.421Z] [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-17T21:37:40.421Z] [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-17T21:37:40.421Z] [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-17T21:37:40.421Z] [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-17T21:37:40.421Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.680Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:40.935Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.191Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [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-17T21:37:41.447Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-10-17T21:37:41.447Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-10-17T21:37:41.447Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-10-17T21:37:41.447Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-10-17T21:37:41.703Z] [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-17T21:37:41.703Z] [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-17T21:37:41.703Z] [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-17T21:37:41.703Z] [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-17T21:37:41.703Z] [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-17T21:37:41.703Z] [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-17T21:37:41.703Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-10-17T21:37:41.703Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-10-17T21:37:41.703Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-10-17T21:37:41.959Z] [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-17T21:37:41.959Z] [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-17T21:37:41.959Z] [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-17T21:37:41.959Z] [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-17T21:37:41.959Z] [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-17T21:37:41.959Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-10-17T21:37:41.959Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-10-17T21:37:41.959Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-10-17T21:37:41.959Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-10-17T21:37:42.215Z] [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-17T21:37:42.215Z] [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-17T21:37:42.215Z] [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-17T21:37:42.215Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-10-17T21:37:42.215Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-10-17T21:37:42.215Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-10-17T21:37:42.215Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-10-17T21:37:42.215Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-10-17T21:37:42.471Z] [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-17T21:37:42.471Z] [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-17T21:37:42.471Z] [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-17T21:37:43.031Z] [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-17T21:37:43.031Z] [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-17T21:37:43.288Z] [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-17T21:37:43.288Z] [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-17T21:37:43.288Z] [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-17T21:37:43.288Z] [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-17T21:37:43.546Z] [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-17T21:37:43.546Z] [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-17T21:37:43.546Z] [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-17T21:37:43.546Z] [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-17T21:37:43.814Z] [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-17T21:37:43.814Z] [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-17T21:37:43.814Z] [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-17T21:37:44.085Z] [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-17T21:37:44.085Z] [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-17T21:37:44.085Z] [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-17T21:37:44.085Z] [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-17T21:37:44.085Z] [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-17T21:37:44.085Z] [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-17T21:37:44.342Z] [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-17T21:37:44.342Z] [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-17T21:37:44.342Z] [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-17T21:37:44.598Z] [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-17T21:37:44.598Z] [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-17T21:37:44.598Z] [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-17T21:37:44.598Z] [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-17T21:37:44.598Z] [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-17T21:37:44.854Z] [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-17T21:37:44.854Z] [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-17T21:37:44.854Z] [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-17T21:37:44.854Z] [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-17T21:37:44.854Z] [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-17T21:37:44.854Z] [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-17T21:37:45.109Z] [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-17T21:37:45.109Z] [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-17T21:37:45.109Z] [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-17T21:37:45.109Z] [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-17T21:37:45.109Z] [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-17T21:37:45.365Z] [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-17T21:37:45.365Z] [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-17T21:37:45.365Z] [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-17T21:37:45.365Z] [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-17T21:37:45.365Z] [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-17T21:37:45.365Z] [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-17T21:37:45.365Z] [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-17T21:37:45.621Z] [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-17T21:37:45.621Z] [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-17T21:37:45.621Z] Oct 17, 2020 9:37:45 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:45.621Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2020-10-17T21:37:45.621Z] Oct 17, 2020 9:37:45 PM org.apache.http.impl.execchain.RetryExec execute [2020-10-17T21:37:45.621Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2020-10-17T21:37:45.621Z] [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-17T21:37:45.621Z] [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-17T21:37:45.621Z] [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-17T21:37:45.621Z] [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-17T21:37:45.877Z] [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-17T21:37:45.877Z] [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-17T21:37:45.877Z] [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-17T21:37:45.877Z] [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-17T21:37:46.134Z] [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-17T21:37:46.134Z] [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-17T21:37:46.134Z] [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-17T21:37:46.134Z] [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-17T21:37:46.134Z] [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-17T21:37:46.390Z] [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-17T21:37:46.390Z] [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-17T21:37:46.390Z] [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-17T21:37:46.390Z] [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-17T21:37:46.646Z] [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-17T21:37:46.646Z] [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-17T21:37:46.646Z] [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-17T21:37:46.646Z] [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-17T21:37:47.206Z] [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-17T21:37:47.206Z] [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-17T21:37:47.768Z] [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-17T21:37:48.023Z] [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-17T21:37:48.587Z] [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-17T21:37:48.587Z] [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-17T21:37:48.843Z] [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-17T21:37:48.843Z] [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-17T21:37:49.099Z] [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-17T21:37:49.099Z] [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-17T21:37:49.099Z] [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-17T21:37:49.355Z] [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-17T21:37:49.355Z] [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-17T21:37:49.355Z] [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-17T21:37:49.611Z] [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-17T21:37:49.611Z] [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-17T21:37:49.611Z] [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-17T21:37:49.611Z] [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-17T21:37:49.867Z] [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-17T21:37:49.867Z] [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-17T21:37:49.867Z] [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-17T21:37:49.867Z] [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-17T21:37:49.867Z] [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-17T21:37:49.867Z] [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-17T21:37:50.123Z] [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-17T21:37:50.123Z] [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-17T21:37:50.123Z] [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-17T21:37:50.123Z] [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-17T21:37:50.378Z] [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-17T21:37:50.379Z] [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-17T21:37:50.379Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-10-17T21:37:50.379Z] [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [2020-10-17T21:37:50.634Z] [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-17T21:37:50.634Z] [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-17T21:37:50.634Z] [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-17T21:37:50.890Z] [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-17T21:37:50.890Z] [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-17T21:37:50.890Z] [INFO] ------------------------------------------------------------------------ [2020-10-17T21:37:50.890Z] [INFO] Reactor Build Order: [2020-10-17T21:37:50.890Z] [INFO] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.releng [pom] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-10-17T21:37:50.890Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.ui.scripts.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-10-17T21:37:50.891Z] [INFO] EASE (Incubation) [pom] [2020-10-17T21:37:50.891Z] [INFO] [2020-10-17T21:37:50.891Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-10-17T21:37:50.891Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-10-17T21:37:50.891Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-10-17T21:37:50.891Z] [INFO] [2020-10-17T21:37:50.891Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-10-17T21:37:51.147Z] [INFO] [2020-10-17T21:37:51.147Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-10-17T21:37:51.147Z] [INFO] [2020-10-17T21:37:51.147Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-10-17T21:37:51.147Z] [INFO] [2020-10-17T21:37:51.147Z] [INFO] [2020-10-17T21:37:51.147Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-10-17T21:37:57.681Z] [INFO] [2020-10-17T21:37:57.681Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-10-17T21:37:57.681Z] [INFO] [2020-10-17T21:37:57.681Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-10-17T21:37:57.681Z] [INFO] [2020-10-17T21:37:57.681Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-10-17T21:37:57.681Z] [INFO] [2020-10-17T21:37:57.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-10-17T21:37:57.681Z] [INFO] [2020-10-17T21:37:57.681Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-10-17T21:37:59.570Z] [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-17T21:37:59.570Z] [INFO] [2020-10-17T21:37:59.570Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-10-17T21:37:59.570Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-10-17T21:37:59.570Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:37:59.570Z] [INFO] [2020-10-17T21:37:59.570Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-10-17T21:37:59.570Z] [INFO] [2020-10-17T21:37:59.570Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.735Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.735Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.735Z] [INFO] [2020-10-17T21:38:03.735Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-10-17T21:38:03.736Z] [INFO] [2020-10-17T21:38:03.736Z] [INFO] [2020-10-17T21:38:03.736Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:03.992Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:03.992Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:04.918Z] [INFO] [2020-10-17T21:38:04.918Z] Loading source files for package org.eclipse.ease.classloader... [2020-10-17T21:38:04.918Z] Constructing Javadoc information... [2020-10-17T21:38:04.918Z] 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-17T21:38:04.918Z] No plugin definition found, skipping [2020-10-17T21:38:04.918Z] No plugin definition found, skipping [2020-10-17T21:38:04.918Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:04.918Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:04.918Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:04.918Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:04.918Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:04.918Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:04.918Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:04.918Z] [INFO] [2020-10-17T21:38:04.919Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:04.919Z] [INFO] [2020-10-17T21:38:04.919Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:05.480Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:05.480Z] [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-17T21:38:05.480Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/help [2020-10-17T21:38:05.480Z] [INFO] [2020-10-17T21:38:05.480Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:06.845Z] [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-17T21:38:07.405Z] [INFO] [2020-10-17T21:38:07.405Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.405Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:07.405Z] [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-17T21:38:07.405Z] [INFO] [2020-10-17T21:38:07.405Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.405Z] [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-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.680Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.680Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.680Z] [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-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.680Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.680Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.680Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.680Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.680Z] [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-17T21:38:07.680Z] [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-17T21:38:07.680Z] [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-17T21:38:07.680Z] [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-17T21:38:07.680Z] [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-17T21:38:07.680Z] [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-17T21:38:07.680Z] [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-17T21:38:07.680Z] [INFO] [2020-10-17T21:38:07.681Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-10-17T21:38:07.681Z] [INFO] [2020-10-17T21:38:07.681Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-10-17T21:38:07.681Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-10-17T21:38:07.681Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:07.681Z] [INFO] [2020-10-17T21:38:07.681Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-10-17T21:38:07.681Z] [INFO] [2020-10-17T21:38:07.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [INFO] The project's OSGi version is 0.8.0.I202010051129 [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] [2020-10-17T21:38:07.937Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-10-17T21:38:07.937Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:08.193Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:09.582Z] [INFO] [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.adapters... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.applications... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.debugging... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-10-17T21:38:09.582Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.modules... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.security... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.service... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.sign... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.tools... [2020-10-17T21:38:09.583Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-10-17T21:38:09.583Z] Constructing Javadoc information... [2020-10-17T21:38:09.583Z] 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-17T21:38:09.583Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:09.583Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:09.583Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:09.583Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:09.583Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:09.583Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:09.583Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:09.583Z] [INFO] [2020-10-17T21:38:09.583Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-10-17T21:38:09.583Z] [INFO] [2020-10-17T21:38:09.583Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-10-17T21:38:09.583Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:09.583Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/main/resources [2020-10-17T21:38:09.583Z] [INFO] Copying 3 resources to help [2020-10-17T21:38:09.583Z] [INFO] [2020-10-17T21:38:09.583Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease --- [2020-10-17T21:38:09.583Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/classes [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:10.581Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/test/resources [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [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-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [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-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [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-17T21:38:10.581Z] [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-17T21:38:10.581Z] [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-17T21:38:10.581Z] [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-17T21:38:10.581Z] [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-17T21:38:10.581Z] [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-17T21:38:10.581Z] [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-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.581Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-10-17T21:38:10.581Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-10-17T21:38:10.581Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:10.581Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] [2020-10-17T21:38:10.582Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-10-17T21:38:10.838Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:10.838Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:12.781Z] [INFO] [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.console... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-10-17T21:38:12.781Z] Loading source files for package org.eclipse.ease.ui.view... [2020-10-17T21:38:12.781Z] Constructing Javadoc information... [2020-10-17T21:38:12.781Z] 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-17T21:38:12.781Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:12.781Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:12.781Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:12.781Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:12.781Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:12.782Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:12.782Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:12.782Z] [INFO] [2020-10-17T21:38:12.782Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-10-17T21:38:12.782Z] [INFO] [2020-10-17T21:38:12.782Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-10-17T21:38:12.782Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:12.782Z] [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-17T21:38:12.782Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/help [2020-10-17T21:38:12.782Z] [INFO] [2020-10-17T21:38:12.782Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-10-17T21:38:12.782Z] [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-17T21:38:13.037Z] [INFO] [2020-10-17T21:38:13.037Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.037Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:13.037Z] [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-17T21:38:13.037Z] [INFO] [2020-10-17T21:38:13.037Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.292Z] [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-17T21:38:13.292Z] [INFO] [2020-10-17T21:38:13.292Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.292Z] [INFO] [2020-10-17T21:38:13.292Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.292Z] [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-17T21:38:13.579Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.580Z] [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-17T21:38:13.580Z] [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-17T21:38:13.580Z] [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-17T21:38:13.580Z] [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-17T21:38:13.580Z] [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-17T21:38:13.580Z] [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-17T21:38:13.580Z] [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-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-10-17T21:38:13.580Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-10-17T21:38:13.580Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] [2020-10-17T21:38:13.580Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:13.836Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:13.836Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:15.218Z] [INFO] [2020-10-17T21:38:15.218Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-10-17T21:38:15.218Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-10-17T21:38:15.218Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-10-17T21:38:15.218Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-10-17T21:38:15.218Z] Constructing Javadoc information... [2020-10-17T21:38:15.218Z] 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-17T21:38:15.218Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:15.218Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:15.218Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:15.218Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:15.218Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:15.218Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:15.218Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:15.218Z] [INFO] [2020-10-17T21:38:15.218Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.218Z] [INFO] [2020-10-17T21:38:15.218Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.218Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:15.218Z] [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-17T21:38:15.218Z] [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-17T21:38:15.218Z] [INFO] [2020-10-17T21:38:15.218Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.218Z] [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-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:15.480Z] [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-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [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-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [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-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [INFO] [2020-10-17T21:38:15.480Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.480Z] [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-17T21:38:15.480Z] [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-17T21:38:15.480Z] [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-17T21:38:15.480Z] [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-17T21:38:15.480Z] [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-17T21:38:15.481Z] [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-17T21:38:15.481Z] [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-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-10-17T21:38:15.481Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-10-17T21:38:15.481Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] [2020-10-17T21:38:15.481Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:15.743Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:15.743Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:17.643Z] [INFO] [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-10-17T21:38:17.643Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-10-17T21:38:17.643Z] Constructing Javadoc information... [2020-10-17T21:38:17.643Z] 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-17T21:38:17.643Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:17.643Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:17.643Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:17.643Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:17.643Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:17.643Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:17.643Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:17.643Z] [INFO] [2020-10-17T21:38:17.643Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.643Z] [INFO] [2020-10-17T21:38:17.644Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.644Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:17.644Z] [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-17T21:38:17.644Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/help [2020-10-17T21:38:17.644Z] [INFO] [2020-10-17T21:38:17.644Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.644Z] [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-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:17.901Z] [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-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [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-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [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-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [INFO] [2020-10-17T21:38:17.901Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:17.901Z] [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-17T21:38:17.901Z] [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-17T21:38:17.901Z] [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-17T21:38:17.901Z] [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-17T21:38:17.901Z] [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-17T21:38:17.901Z] [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-17T21:38:17.901Z] [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-17T21:38:18.180Z] [INFO] [2020-10-17T21:38:18.180Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-10-17T21:38:18.180Z] [INFO] [2020-10-17T21:38:18.180Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-10-17T21:38:18.180Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-10-17T21:38:18.180Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:18.180Z] [INFO] [2020-10-17T21:38:18.180Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.180Z] [INFO] [2020-10-17T21:38:18.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.180Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:18.180Z] [INFO] [2020-10-17T21:38:18.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.180Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.181Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] [2020-10-17T21:38:18.181Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:18.181Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:18.742Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-10-17T21:38:19.680Z] Constructing Javadoc information... [2020-10-17T21:38:19.680Z] 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-17T21:38:19.680Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:19.680Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:19.680Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:19.680Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:19.680Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:19.680Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:19.680Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.680Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:19.680Z] [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-17T21:38:19.680Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/help [2020-10-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.680Z] [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-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.680Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:19.680Z] [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-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.680Z] [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-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.680Z] [INFO] [2020-10-17T21:38:19.680Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.681Z] [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-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.681Z] [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-17T21:38:19.681Z] [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-17T21:38:19.681Z] [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-17T21:38:19.681Z] [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-17T21:38:19.681Z] [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-17T21:38:19.681Z] [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-17T21:38:19.681Z] [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-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-10-17T21:38:19.681Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-10-17T21:38:19.681Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] [2020-10-17T21:38:19.681Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:19.937Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:19.937Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.881Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-10-17T21:38:20.881Z] Constructing Javadoc information... [2020-10-17T21:38:20.881Z] 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-17T21:38:20.881Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:20.881Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:20.881Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:20.881Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:20.881Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:20.881Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:20.881Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.881Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.881Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.881Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:20.881Z] [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-17T21:38:20.881Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-10-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.881Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.881Z] [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-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.881Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.881Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:20.881Z] [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-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.881Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.881Z] [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-17T21:38:20.881Z] [INFO] [2020-10-17T21:38:20.882Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.882Z] [INFO] [2020-10-17T21:38:20.882Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:20.882Z] [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-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:21.138Z] [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-17T21:38:21.138Z] [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-17T21:38:21.138Z] [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-17T21:38:21.138Z] [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-17T21:38:21.138Z] [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-17T21:38:21.138Z] [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-17T21:38:21.138Z] [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-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-10-17T21:38:21.138Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-10-17T21:38:21.138Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.138Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.138Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.138Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.138Z] [INFO] [2020-10-17T21:38:21.139Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.139Z] [INFO] [2020-10-17T21:38:21.139Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-10-17T21:38:21.139Z] [INFO] [2020-10-17T21:38:21.139Z] [INFO] [2020-10-17T21:38:21.139Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:21.394Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:21.394Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:22.783Z] [INFO] [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python... [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-10-17T21:38:22.783Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-10-17T21:38:22.783Z] Constructing Javadoc information... [2020-10-17T21:38:22.783Z] 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-17T21:38:22.783Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:22.783Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:22.783Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:22.783Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:22.783Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:22.783Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:22.783Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:22.783Z] [INFO] [2020-10-17T21:38:22.783Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.783Z] [INFO] [2020-10-17T21:38:22.783Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.783Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:22.783Z] [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-17T21:38:22.784Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/help [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [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-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:22.784Z] [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-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [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-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [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-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [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-17T21:38:22.784Z] [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-17T21:38:22.784Z] [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-17T21:38:22.784Z] [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-17T21:38:22.784Z] [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-17T21:38:22.784Z] [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-17T21:38:22.784Z] [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-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-10-17T21:38:22.784Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-10-17T21:38:22.784Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.784Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.784Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.784Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:22.784Z] [INFO] [2020-10-17T21:38:22.785Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.785Z] [INFO] [2020-10-17T21:38:22.785Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:22.785Z] [INFO] [2020-10-17T21:38:22.785Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-10-17T21:38:22.785Z] [INFO] [2020-10-17T21:38:22.785Z] [INFO] [2020-10-17T21:38:22.785Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:23.078Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:23.078Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:24.479Z] [INFO] [2020-10-17T21:38:24.479Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-10-17T21:38:24.479Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-10-17T21:38:24.479Z] Constructing Javadoc information... [2020-10-17T21:38:24.479Z] 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-17T21:38:24.479Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:24.480Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:24.480Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:24.480Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:24.480Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:24.480Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:24.480Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:24.480Z] [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-17T21:38:24.480Z] [INFO] Copying 2 resources to help [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [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-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:24.480Z] [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-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [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-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [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-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [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-17T21:38:24.480Z] [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-17T21:38:24.480Z] [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-17T21:38:24.480Z] [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-17T21:38:24.480Z] [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-17T21:38:24.480Z] [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-17T21:38:24.480Z] [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-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-10-17T21:38:24.480Z] [INFO] [2020-10-17T21:38:24.480Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-10-17T21:38:24.481Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-10-17T21:38:24.481Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] [2020-10-17T21:38:24.481Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:24.736Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:24.737Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-10-17T21:38:25.681Z] Constructing Javadoc information... [2020-10-17T21:38:25.681Z] 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-17T21:38:25.681Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:25.681Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:25.681Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:25.681Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:25.681Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:25.681Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:25.681Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:25.681Z] [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-17T21:38:25.681Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/help [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [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-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:25.681Z] [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-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [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-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [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-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [INFO] [2020-10-17T21:38:25.681Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.681Z] [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-17T21:38:25.681Z] [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-17T21:38:25.682Z] [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-17T21:38:25.682Z] [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-17T21:38:25.682Z] [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-17T21:38:25.682Z] [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-17T21:38:25.682Z] [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-17T21:38:25.682Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-10-17T21:38:25.938Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-10-17T21:38:25.938Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] [2020-10-17T21:38:25.938Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:25.938Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:26.194Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-10-17T21:38:27.179Z] Constructing Javadoc information... [2020-10-17T21:38:27.179Z] 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-17T21:38:27.179Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:27.179Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:27.179Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:27.179Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:27.179Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:27.179Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:27.179Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:27.179Z] [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-17T21:38:27.179Z] [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-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [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-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:27.179Z] [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-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [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-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [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-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.179Z] [INFO] [2020-10-17T21:38:27.179Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.180Z] [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-17T21:38:27.180Z] [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-17T21:38:27.180Z] [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-17T21:38:27.180Z] [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-17T21:38:27.180Z] [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-17T21:38:27.180Z] [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-17T21:38:27.180Z] [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-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-10-17T21:38:27.180Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-10-17T21:38:27.180Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] [2020-10-17T21:38:27.180Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:27.435Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:27.435Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:28.817Z] [INFO] [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-10-17T21:38:28.818Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-10-17T21:38:28.818Z] Constructing Javadoc information... [2020-10-17T21:38:28.818Z] 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-17T21:38:28.818Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:28.818Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:28.818Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:28.818Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:28.818Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:28.818Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:28.818Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:28.818Z] [INFO] [2020-10-17T21:38:28.818Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:28.818Z] [INFO] [2020-10-17T21:38:28.818Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:28.818Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:28.818Z] [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-17T21:38:28.818Z] [INFO] Copying 2 resources to help [2020-10-17T21:38:28.818Z] [INFO] [2020-10-17T21:38:28.818Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:28.818Z] [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-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.074Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.074Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:29.074Z] [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-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.074Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.074Z] [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-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.074Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.074Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.074Z] [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-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.074Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.074Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.074Z] [INFO] [2020-10-17T21:38:29.075Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.075Z] [INFO] [2020-10-17T21:38:29.075Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.075Z] [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-17T21:38:29.075Z] [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-17T21:38:29.075Z] [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-17T21:38:29.075Z] [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-17T21:38:29.075Z] [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-17T21:38:29.075Z] [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-17T21:38:29.075Z] [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-17T21:38:29.075Z] [INFO] [2020-10-17T21:38:29.075Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-10-17T21:38:29.075Z] [INFO] [2020-10-17T21:38:29.075Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-10-17T21:38:29.075Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-10-17T21:38:29.075Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:29.075Z] [INFO] [2020-10-17T21:38:29.075Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] [2020-10-17T21:38:29.332Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:29.588Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:29.588Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:30.981Z] [INFO] [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-10-17T21:38:30.981Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-10-17T21:38:30.981Z] Constructing Javadoc information... [2020-10-17T21:38:30.981Z] 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-17T21:38:30.981Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:30.981Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:30.982Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:30.982Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:30.982Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:30.982Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:30.982Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:30.982Z] [INFO] [2020-10-17T21:38:30.982Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:30.982Z] [INFO] [2020-10-17T21:38:30.982Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:30.982Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:30.982Z] [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-17T21:38:30.982Z] [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-17T21:38:30.982Z] [INFO] [2020-10-17T21:38:30.982Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:30.982Z] [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-17T21:38:31.279Z] [INFO] [2020-10-17T21:38:31.279Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.279Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:31.279Z] [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-17T21:38:31.279Z] [INFO] [2020-10-17T21:38:31.279Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.279Z] [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-17T21:38:31.279Z] [INFO] [2020-10-17T21:38:31.279Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.279Z] [INFO] [2020-10-17T21:38:31.279Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.279Z] [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-17T21:38:31.534Z] [INFO] [2020-10-17T21:38:31.534Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.535Z] [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-17T21:38:31.535Z] [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-17T21:38:31.535Z] [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-17T21:38:31.535Z] [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-17T21:38:31.535Z] [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-17T21:38:31.535Z] [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-17T21:38:31.535Z] [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-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-10-17T21:38:31.535Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-10-17T21:38:31.535Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] [2020-10-17T21:38:31.535Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:31.791Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:31.791Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:32.717Z] [INFO] [2020-10-17T21:38:32.717Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-10-17T21:38:32.717Z] Constructing Javadoc information... [2020-10-17T21:38:32.717Z] 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-17T21:38:32.717Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:32.717Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:32.717Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:32.717Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:32.717Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:32.717Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:32.717Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:32.717Z] [INFO] [2020-10-17T21:38:32.717Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.717Z] [INFO] [2020-10-17T21:38:32.717Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.717Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:32.717Z] [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-17T21:38:32.717Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/help [2020-10-17T21:38:32.717Z] [INFO] [2020-10-17T21:38:32.717Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.717Z] [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-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:32.718Z] [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-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [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-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [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-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [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-17T21:38:32.718Z] [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-17T21:38:32.718Z] [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-17T21:38:32.718Z] [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-17T21:38:32.718Z] [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-17T21:38:32.718Z] [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-17T21:38:32.718Z] [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-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-10-17T21:38:32.718Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-10-17T21:38:32.718Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.718Z] [INFO] [2020-10-17T21:38:32.718Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-10-17T21:38:32.719Z] [INFO] [2020-10-17T21:38:32.719Z] [INFO] [2020-10-17T21:38:32.719Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:32.974Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:32.974Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:33.903Z] [INFO] [2020-10-17T21:38:33.903Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-10-17T21:38:33.903Z] Constructing Javadoc information... [2020-10-17T21:38:33.903Z] 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-17T21:38:33.903Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:33.903Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:33.903Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:33.903Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:33.903Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:33.903Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:33.903Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:33.903Z] [INFO] [2020-10-17T21:38:33.903Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:33.903Z] [INFO] [2020-10-17T21:38:33.903Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:33.903Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:33.903Z] [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-17T21:38:33.903Z] [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-17T21:38:33.903Z] [INFO] [2020-10-17T21:38:33.903Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:33.903Z] [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-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:34.180Z] [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-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [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-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [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-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.180Z] [INFO] [2020-10-17T21:38:34.180Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.181Z] [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-17T21:38:34.181Z] [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-17T21:38:34.181Z] [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-17T21:38:34.181Z] [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-17T21:38:34.181Z] [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-17T21:38:34.181Z] [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-17T21:38:34.181Z] [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-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-10-17T21:38:34.181Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-10-17T21:38:34.181Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] [2020-10-17T21:38:34.181Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:34.437Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:34.437Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:35.364Z] [INFO] [2020-10-17T21:38:35.364Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-10-17T21:38:35.364Z] Constructing Javadoc information... [2020-10-17T21:38:35.364Z] 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-17T21:38:35.364Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:35.364Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:35.364Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:35.364Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:35.364Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:35.364Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:35.364Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:35.364Z] [INFO] [2020-10-17T21:38:35.364Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.364Z] [INFO] [2020-10-17T21:38:35.364Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.364Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:35.364Z] [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-17T21:38:35.364Z] [INFO] Copying 2 resources to help [2020-10-17T21:38:35.364Z] [INFO] [2020-10-17T21:38:35.364Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.364Z] [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-17T21:38:35.619Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:35.620Z] [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-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [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-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [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-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [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-17T21:38:35.620Z] [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-17T21:38:35.620Z] [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-17T21:38:35.620Z] [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-17T21:38:35.620Z] [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-17T21:38:35.620Z] [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-17T21:38:35.620Z] [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-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-10-17T21:38:35.620Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-10-17T21:38:35.620Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.620Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.620Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.620Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.620Z] [INFO] [2020-10-17T21:38:35.621Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.621Z] [INFO] [2020-10-17T21:38:35.621Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-10-17T21:38:35.621Z] [INFO] [2020-10-17T21:38:35.621Z] [INFO] [2020-10-17T21:38:35.621Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:35.876Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:35.876Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-10-17T21:38:37.241Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-10-17T21:38:37.241Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-10-17T21:38:37.241Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-10-17T21:38:37.241Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-10-17T21:38:37.241Z] Constructing Javadoc information... [2020-10-17T21:38:37.241Z] 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-17T21:38:37.241Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:37.241Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:37.241Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:37.241Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:37.241Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:37.241Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:37.241Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:37.241Z] [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-17T21:38:37.241Z] [INFO] Copying 2 resources to help [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [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-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:37.241Z] [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-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [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-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [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-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [INFO] [2020-10-17T21:38:37.241Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.241Z] [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-17T21:38:37.241Z] [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-17T21:38:37.242Z] [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-17T21:38:37.242Z] [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-17T21:38:37.242Z] [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-17T21:38:37.242Z] [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-17T21:38:37.533Z] [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-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-10-17T21:38:37.533Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-10-17T21:38:37.533Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] [2020-10-17T21:38:37.533Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:37.533Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:37.533Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:38.896Z] [INFO] [2020-10-17T21:38:38.896Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-10-17T21:38:38.896Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-10-17T21:38:38.896Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-10-17T21:38:38.896Z] Constructing Javadoc information... [2020-10-17T21:38:38.896Z] 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-17T21:38:38.896Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:38.896Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:38.896Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:38.896Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:38.896Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:38.896Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:38.897Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:38.897Z] [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-17T21:38:38.897Z] [INFO] Copying 2 resources to help [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [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-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:38.897Z] [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-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [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-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [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-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-10-17T21:38:38.897Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-10-17T21:38:38.897Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.897Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:38.897Z] [INFO] [2020-10-17T21:38:38.898Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:38.898Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:38.898Z] [INFO] [2020-10-17T21:38:38.898Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:38.898Z] [INFO] [2020-10-17T21:38:38.898Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:38.898Z] [INFO] [2020-10-17T21:38:38.898Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-10-17T21:38:38.898Z] [INFO] [2020-10-17T21:38:38.898Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:38.898Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:38.898Z] [INFO] [2020-10-17T21:38:38.898Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:39.154Z] [INFO] [2020-10-17T21:38:39.154Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:39.154Z] [INFO] [2020-10-17T21:38:39.154Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-10-17T21:38:39.154Z] [INFO] [2020-10-17T21:38:39.154Z] [INFO] [2020-10-17T21:38:39.154Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:39.154Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:39.409Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:40.380Z] [INFO] [2020-10-17T21:38:40.380Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-10-17T21:38:40.380Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-10-17T21:38:40.380Z] Constructing Javadoc information... [2020-10-17T21:38:40.380Z] 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-17T21:38:40.381Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:40.381Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:40.381Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:40.381Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:40.381Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:40.381Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:40.381Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:40.381Z] [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-17T21:38:40.381Z] [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-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [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-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:40.381Z] [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-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [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-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [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-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [INFO] [2020-10-17T21:38:40.381Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.381Z] [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-17T21:38:40.381Z] [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-17T21:38:40.637Z] [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-17T21:38:40.637Z] [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-17T21:38:40.637Z] [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-17T21:38:40.637Z] [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-17T21:38:40.637Z] [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-17T21:38:40.637Z] [INFO] [2020-10-17T21:38:40.637Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-10-17T21:38:40.637Z] [INFO] [2020-10-17T21:38:40.637Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-10-17T21:38:40.637Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-10-17T21:38:40.637Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:40.637Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] [2020-10-17T21:38:40.638Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:40.894Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:40.894Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-10-17T21:38:41.879Z] Constructing Javadoc information... [2020-10-17T21:38:41.879Z] 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-17T21:38:41.879Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:41.879Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:41.879Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:41.879Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:41.879Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:41.879Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:41.879Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:41.879Z] [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-17T21:38:41.879Z] [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-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [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-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:41.879Z] [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-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [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-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [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-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [INFO] [2020-10-17T21:38:41.879Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.879Z] [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-17T21:38:41.879Z] [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-17T21:38:41.879Z] [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-17T21:38:41.879Z] [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-17T21:38:41.879Z] [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-17T21:38:41.880Z] [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-17T21:38:41.880Z] [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-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-10-17T21:38:41.880Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-10-17T21:38:41.880Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] [2020-10-17T21:38:41.880Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:42.136Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:42.136Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:43.523Z] [INFO] [2020-10-17T21:38:43.523Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-10-17T21:38:43.523Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-10-17T21:38:43.523Z] Constructing Javadoc information... [2020-10-17T21:38:43.523Z] 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-17T21:38:43.523Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:43.523Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:43.523Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:43.523Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:43.523Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:43.523Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:43.523Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:43.523Z] [INFO] [2020-10-17T21:38:43.523Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.523Z] [INFO] [2020-10-17T21:38:43.523Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.523Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:43.523Z] [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-17T21:38:43.523Z] [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-17T21:38:43.523Z] [INFO] [2020-10-17T21:38:43.523Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.523Z] [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-17T21:38:43.523Z] [INFO] [2020-10-17T21:38:43.523Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.523Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:43.524Z] [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-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [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-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [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-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [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-17T21:38:43.524Z] [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-17T21:38:43.524Z] [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-17T21:38:43.524Z] [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-17T21:38:43.524Z] [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-17T21:38:43.524Z] [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-17T21:38:43.524Z] [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-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-10-17T21:38:43.524Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-10-17T21:38:43.524Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] The project's OSGi version is 0.8.0.I202010172135 [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] The project's OSGi version is 0.8.0.I202010172135 [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.524Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:43.525Z] [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-17T21:38:43.525Z] [INFO] Copying 41 resources to help [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:43.525Z] [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-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [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-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [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-17T21:38:43.525Z] [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-17T21:38:43.525Z] [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-17T21:38:43.525Z] [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-17T21:38:43.525Z] [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-17T21:38:43.525Z] [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-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-10-17T21:38:43.525Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-10-17T21:38:43.525Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.525Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.525Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-10-17T21:38:43.525Z] [INFO] [2020-10-17T21:38:43.525Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [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-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [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-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [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-17T21:38:43.786Z] [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-17T21:38:43.786Z] [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-17T21:38:43.786Z] [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-17T21:38:43.786Z] [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-17T21:38:43.786Z] [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-17T21:38:43.786Z] [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-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-10-17T21:38:43.786Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-10-17T21:38:43.786Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.786Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target [2020-10-17T21:38:43.786Z] [INFO] [2020-10-17T21:38:43.786Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] The project's OSGi version is 0.8.0.I202010172135 [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] The project's OSGi version is 0.8.0.I202010172135 [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [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-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:43.787Z] [INFO] [2020-10-17T21:38:43.787Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:44.080Z] [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-17T21:38:44.080Z] [INFO] [2020-10-17T21:38:44.080Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:44.080Z] [INFO] [2020-10-17T21:38:44.080Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:44.080Z] [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-17T21:38:44.080Z] [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-17T21:38:44.080Z] [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-17T21:38:44.080Z] [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-17T21:38:44.080Z] [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-17T21:38:44.081Z] [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-17T21:38:44.081Z] [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-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-10-17T21:38:44.081Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-10-17T21:38:44.081Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [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-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [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-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [INFO] [2020-10-17T21:38:44.081Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.081Z] [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-17T21:38:44.082Z] [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-17T21:38:44.082Z] [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-17T21:38:44.082Z] [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-17T21:38:44.082Z] [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-17T21:38:44.082Z] [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-17T21:38:44.082Z] [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-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-10-17T21:38:44.082Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-10-17T21:38:44.082Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.082Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.082Z] [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-17T21:38:44.082Z] [INFO] [2020-10-17T21:38:44.338Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.338Z] [INFO] [2020-10-17T21:38:44.338Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.338Z] [INFO] [2020-10-17T21:38:44.338Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.338Z] [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-17T21:38:44.338Z] [INFO] [2020-10-17T21:38:44.338Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.338Z] [INFO] [2020-10-17T21:38:44.338Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.338Z] [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-17T21:38:44.338Z] [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-17T21:38:44.595Z] [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-17T21:38:44.595Z] [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-17T21:38:44.595Z] [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-17T21:38:44.595Z] [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-17T21:38:44.595Z] [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-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-10-17T21:38:44.595Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-10-17T21:38:44.595Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.595Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.595Z] [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-17T21:38:44.595Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.596Z] [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-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.596Z] [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-17T21:38:44.596Z] [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-17T21:38:44.596Z] [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-17T21:38:44.596Z] [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-17T21:38:44.596Z] [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-17T21:38:44.596Z] [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-17T21:38:44.596Z] [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-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-10-17T21:38:44.596Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-10-17T21:38:44.596Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.596Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.596Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-10-17T21:38:44.596Z] [INFO] [2020-10-17T21:38:44.596Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [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-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [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-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [INFO] [2020-10-17T21:38:44.879Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.879Z] [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-17T21:38:44.879Z] [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-17T21:38:44.879Z] [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-17T21:38:44.880Z] [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-17T21:38:44.880Z] [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-17T21:38:44.880Z] [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-17T21:38:44.880Z] [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-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-10-17T21:38:44.880Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-10-17T21:38:44.880Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [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-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [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-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.880Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.880Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.881Z] [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-17T21:38:44.881Z] [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-17T21:38:44.881Z] [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-17T21:38:44.881Z] [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-17T21:38:44.881Z] [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-17T21:38:44.881Z] [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-17T21:38:44.881Z] [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-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-10-17T21:38:44.881Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-10-17T21:38:44.881Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [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-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.881Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.881Z] [INFO] [2020-10-17T21:38:44.882Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:44.882Z] [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-17T21:38:45.180Z] [INFO] [2020-10-17T21:38:45.180Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:45.180Z] [INFO] [2020-10-17T21:38:45.180Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:45.180Z] [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-17T21:38:45.180Z] [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-17T21:38:45.180Z] [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-17T21:38:45.180Z] [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-17T21:38:45.180Z] [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-17T21:38:45.180Z] [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-17T21:38:45.181Z] [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-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-10-17T21:38:45.181Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-10-17T21:38:45.181Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [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-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [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-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [INFO] [2020-10-17T21:38:45.181Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.181Z] [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-17T21:38:45.181Z] [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-17T21:38:45.182Z] [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-17T21:38:45.182Z] [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-17T21:38:45.182Z] [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-17T21:38:45.182Z] [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-17T21:38:45.182Z] [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-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-10-17T21:38:45.182Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-10-17T21:38:45.182Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [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-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.182Z] [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-17T21:38:45.182Z] [INFO] [2020-10-17T21:38:45.182Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.183Z] [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-17T21:38:45.183Z] [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-17T21:38:45.183Z] [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-17T21:38:45.183Z] [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-17T21:38:45.183Z] [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-17T21:38:45.183Z] [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-17T21:38:45.183Z] [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-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-10-17T21:38:45.183Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-10-17T21:38:45.183Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] The project's OSGi version is 0.8.0.I202010061535 [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.183Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.183Z] [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-17T21:38:45.183Z] [INFO] [2020-10-17T21:38:45.184Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.184Z] [INFO] [2020-10-17T21:38:45.184Z] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.184Z] [INFO] [2020-10-17T21:38:45.184Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.184Z] [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-17T21:38:45.184Z] [INFO] [2020-10-17T21:38:45.184Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.184Z] [INFO] [2020-10-17T21:38:45.440Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.440Z] [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-17T21:38:45.440Z] [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-17T21:38:45.441Z] [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-17T21:38:45.441Z] [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-17T21:38:45.441Z] [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-17T21:38:45.441Z] [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-17T21:38:45.441Z] [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-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-10-17T21:38:45.441Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-10-17T21:38:45.441Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-10-17T21:38:45.441Z] [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-17T21:38:45.441Z] [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-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-10-17T21:38:45.441Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-10-17T21:38:45.441Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.441Z] [INFO] [2020-10-17T21:38:45.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.697Z] [INFO] The project's OSGi version is 0.8.0.I202010172135 [2020-10-17T21:38:45.697Z] [INFO] [2020-10-17T21:38:45.697Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.697Z] [INFO] [2020-10-17T21:38:45.697Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-10-17T21:38:45.697Z] [INFO] [2020-10-17T21:38:45.697Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.697Z] [INFO] The project's OSGi version is 0.8.0.I202010172135 [2020-10-17T21:38:45.697Z] [INFO] [2020-10-17T21:38:45.697Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.697Z] [INFO] [2020-10-17T21:38:45.698Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-10-17T21:38:45.698Z] [INFO] [2020-10-17T21:38:45.698Z] [INFO] [2020-10-17T21:38:45.698Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.698Z] [INFO] [2020-10-17T21:38:45.698Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.698Z] [INFO] [2020-10-17T21:38:45.698Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:45.954Z] [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-17T21:38:45.954Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/help [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-10-17T21:38:45.954Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-10-17T21:38:45.954Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [2020-10-17T21:38:45.954Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- tycho-p2-publisher-plugin:1.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:45.954Z] [INFO] [2020-10-17T21:38:45.954Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:47.880Z] [INFO] [2020-10-17T21:38:47.880Z] [INFO] --- tycho-p2-repository-plugin:1.5.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:47.880Z] [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-17T21:38:47.880Z] [INFO] [2020-10-17T21:38:47.880Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:47.880Z] [INFO] [2020-10-17T21:38:47.880Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:47.880Z] [INFO] [2020-10-17T21:38:47.880Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:48.441Z] [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-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:48.441Z] [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-17T21:38:48.441Z] [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-17T21:38:48.441Z] [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-17T21:38:48.441Z] [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-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-10-17T21:38:48.441Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-10-17T21:38:48.441Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] [2020-10-17T21:38:48.441Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:48.697Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:48.697Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] Loading source files for package org.eclipse.ease.testhelper... [2020-10-17T21:38:50.118Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-10-17T21:38:50.118Z] Constructing Javadoc information... [2020-10-17T21:38:50.118Z] 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-17T21:38:50.118Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:50.118Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:50.118Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:50.118Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:50.118Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:50.118Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:50.118Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:50.118Z] [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-17T21:38:50.118Z] [INFO] Copying 3 resources to help [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [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-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:50.118Z] [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-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [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-17T21:38:50.118Z] [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-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [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-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.118Z] [INFO] [2020-10-17T21:38:50.118Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.119Z] [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-17T21:38:50.119Z] [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-17T21:38:50.119Z] [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-17T21:38:50.119Z] [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-17T21:38:50.119Z] [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-17T21:38:50.119Z] [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-17T21:38:50.119Z] [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-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-10-17T21:38:50.119Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-10-17T21:38:50.119Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] [2020-10-17T21:38:50.119Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-10-17T21:38:50.375Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:38:50.375Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:38:51.780Z] [INFO] [2020-10-17T21:38:51.780Z] Loading source files for package org.eclipse.ease... [2020-10-17T21:38:51.780Z] Loading source files for package org.eclipse.ease.adapters... [2020-10-17T21:38:51.780Z] Loading source files for package org.eclipse.ease.sign... [2020-10-17T21:38:51.780Z] Loading source files for package org.eclipse.ease.tools... [2020-10-17T21:38:51.780Z] Constructing Javadoc information... [2020-10-17T21:38:51.780Z] 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-17T21:38:51.780Z] No plugin definition found, skipping [2020-10-17T21:38:51.780Z] No plugin definition found, skipping [2020-10-17T21:38:51.780Z] [WARNING] Javadoc Warnings [2020-10-17T21:38:51.780Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:51.780Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:38:51.780Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:38:51.780Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:38:51.780Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:38:51.780Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:38:51.780Z] [INFO] [2020-10-17T21:38:51.780Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.780Z] [INFO] [2020-10-17T21:38:51.780Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.780Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:51.780Z] [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-17T21:38:51.780Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/help [2020-10-17T21:38:51.780Z] [INFO] [2020-10-17T21:38:51.780Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [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-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:38:51.781Z] [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-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [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-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [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-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [INFO] [2020-10-17T21:38:51.781Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.test --- [2020-10-17T21:38:51.781Z] [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-17T21:38:51.781Z] [INFO] Command line: [2020-10-17T21:38:51.781Z] [/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-17T21:38:51.781Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:38:53.738Z] Running org.eclipse.ease.tools.StringToolsTest [2020-10-17T21:38:53.738Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ease.tools.StringToolsTest [2020-10-17T21:38:53.738Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-10-17T21:38:53.738Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-10-17T21:38:53.738Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.095 s [2020-10-17T21:38:53.738Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-17T21:38:53.738Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-10-17T21:38:53.738Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.738Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-10-17T21:38:53.738Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.738Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.739Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.02 s [2020-10-17T21:38:53.739Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-10-17T21:38:53.739Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-10-17T21:38:53.739Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] Running org.eclipse.ease.ScriptTest [2020-10-17T21:38:53.739Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.ease.ScriptTest [2020-10-17T21:38:53.739Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.005 s [2020-10-17T21:38:53.739Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.003 s [2020-10-17T21:38:53.739Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-10-17T21:38:53.739Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-10-17T21:38:53.739Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-10-17T21:38:57.906Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-17T21:38:58.833Z] java.lang.RuntimeException: ERROR [2020-10-17T21:38:58.834Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-10-17T21:38:58.834Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-17T21:38:58.834Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-17T21:38:58.834Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-17T21:38:59.761Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.024 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-10-17T21:38:59.761Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-10-17T21:38:59.761Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:38:59.761Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.205 s [2020-10-17T21:38:59.761Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:38:59.761Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-10-17T21:38:59.761Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:38:59.761Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.602 s [2020-10-17T21:38:59.761Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-10-17T21:38:59.761Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-10-17T21:38:59.761Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.003 s [2020-10-17T21:38:59.761Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-10-17T21:38:59.761Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-17T21:38:59.761Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-10-17T21:38:59.761Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.007 s [2020-10-17T21:38:59.761Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-10-17T21:38:59.761Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-10-17T21:39:00.017Z] WARNING: An illegal reflective access operation has occurred [2020-10-17T21:39:00.017Z] 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-17T21:39:00.017Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-17T21:39:00.017Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-17T21:39:00.017Z] WARNING: All illegal access operations will be denied in a future release [2020-10-17T21:39:00.017Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-10-17T21:39:00.017Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.065 s [2020-10-17T21:39:00.017Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-10-17T21:39:00.017Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-10-17T21:39:00.017Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.005 s [2020-10-17T21:39:00.017Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-10-17T21:39:00.017Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-10-17T21:39:00.017Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.007 s [2020-10-17T21:39:00.017Z] Running org.eclipse.ease.ScriptResultTest [2020-10-17T21:39:00.017Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-10-17T21:39:00.017Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-17T21:39:00.017Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-17T21:39:00.017Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-10-17T21:39:00.017Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0.001 s [2020-10-17T21:39:00.017Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-10-17T21:39:00.017Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-10-17T21:39:00.017Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-17T21:39:00.017Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-17T21:39:00.018Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-10-17T21:39:00.018Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-17T21:39:00.018Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-10-17T21:39:00.018Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-17T21:39:06.554Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-10-17T21:39:06.554Z] java.lang.RuntimeException: ERROR [2020-10-17T21:39:06.554Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-10-17T21:39:06.554Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-17T21:39:06.554Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-17T21:39:06.554Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-17T21:39:06.554Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.668 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-10-17T21:39:06.554Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.051 s [2020-10-17T21:39:06.554Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:39:06.554Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:39:06.554Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.102 s [2020-10-17T21:39:06.554Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:39:06.554Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-10-17T21:39:06.554Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-10-17T21:39:06.554Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-17T21:39:06.554Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:39:06.555Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.301 s [2020-10-17T21:39:06.555Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-10-17T21:39:06.555Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-10-17T21:39:06.555Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:39:06.555Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-10-17T21:39:06.555Z] [2020-10-17T21:39:06.555Z] Results: [2020-10-17T21:39:06.555Z] [2020-10-17T21:39:06.555Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-10-17T21:39:06.555Z] [2020-10-17T21:39:07.481Z] [INFO] All tests passed! [2020-10-17T21:39:07.481Z] [INFO] [2020-10-17T21:39:07.481Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-10-17T21:39:07.481Z] [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-17T21:39:07.481Z] [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-17T21:39:07.481Z] [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-17T21:39:07.482Z] [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-17T21:39:07.482Z] [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-17T21:39:07.482Z] [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-17T21:39:07.482Z] [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-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-10-17T21:39:07.482Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-10-17T21:39:07.482Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] [2020-10-17T21:39:07.482Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:07.482Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:39:07.482Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:39:08.408Z] [INFO] [2020-10-17T21:39:08.408Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-10-17T21:39:08.408Z] Constructing Javadoc information... [2020-10-17T21:39:08.408Z] 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-17T21:39:08.408Z] No plugin definition found, skipping [2020-10-17T21:39:08.408Z] No plugin definition found, skipping [2020-10-17T21:39:08.408Z] [WARNING] Javadoc Warnings [2020-10-17T21:39:08.408Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:08.409Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:39:08.409Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:39:08.409Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:39:08.409Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:39:08.409Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:08.409Z] [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-17T21:39:08.409Z] [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-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [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-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:08.409Z] [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-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [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-17T21:39:08.409Z] [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-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [INFO] [2020-10-17T21:39:08.409Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.409Z] [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-17T21:39:08.679Z] [INFO] [2020-10-17T21:39:08.679Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.679Z] [INFO] [2020-10-17T21:39:08.679Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.679Z] [INFO] [2020-10-17T21:39:08.679Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.679Z] [INFO] [2020-10-17T21:39:08.679Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:08.679Z] [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-17T21:39:08.679Z] [INFO] Command line: [2020-10-17T21:39:08.679Z] [/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-17T21:39:08.679Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:10.568Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-17T21:39:10.568Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-17T21:39:10.831Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-17T21:39:10.831Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-17T21:39:11.087Z] WARNING: An illegal reflective access operation has occurred [2020-10-17T21:39:11.087Z] 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-17T21:39:11.087Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-17T21:39:11.087Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-17T21:39:11.087Z] WARNING: All illegal access operations will be denied in a future release [2020-10-17T21:39:11.087Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-17T21:39:11.087Z] Warning: Nashorn engine is planned to be removed from a future JDK release [2020-10-17T21:39:11.343Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-10-17T21:39:11.343Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.527 s [2020-10-17T21:39:11.343Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.072 s [2020-10-17T21:39:11.343Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.133 s [2020-10-17T21:39:11.343Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.067 s [2020-10-17T21:39:11.343Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.097 s [2020-10-17T21:39:11.343Z] [2020-10-17T21:39:11.343Z] Results: [2020-10-17T21:39:11.343Z] [2020-10-17T21:39:11.343Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-10-17T21:39:11.343Z] [2020-10-17T21:39:11.905Z] [INFO] All tests passed! [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:11.905Z] [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-17T21:39:11.905Z] [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-17T21:39:11.905Z] [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-17T21:39:11.905Z] [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-17T21:39:11.905Z] [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-17T21:39:11.905Z] [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-17T21:39:11.905Z] [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-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-10-17T21:39:11.905Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-10-17T21:39:11.905Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.905Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.905Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-10-17T21:39:11.905Z] [INFO] [2020-10-17T21:39:11.906Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.906Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-17T21:39:11.906Z] [INFO] [2020-10-17T21:39:11.906Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.906Z] [INFO] [2020-10-17T21:39:11.906Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:11.906Z] [INFO] [2020-10-17T21:39:11.906Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-10-17T21:39:11.906Z] [INFO] [2020-10-17T21:39:11.906Z] [INFO] [2020-10-17T21:39:11.906Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:12.161Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:39:12.161Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:39:13.145Z] [INFO] [2020-10-17T21:39:13.145Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-10-17T21:39:13.145Z] Constructing Javadoc information... [2020-10-17T21:39:13.146Z] 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-17T21:39:13.146Z] No plugin definition found, skipping [2020-10-17T21:39:13.146Z] No plugin definition found, skipping [2020-10-17T21:39:13.146Z] [WARNING] Javadoc Warnings [2020-10-17T21:39:13.146Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:13.146Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:39:13.146Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:39:13.146Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:39:13.146Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:39:13.146Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:39:13.146Z] [INFO] [2020-10-17T21:39:13.146Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.146Z] [INFO] [2020-10-17T21:39:13.146Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.146Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:13.146Z] [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-17T21:39:13.146Z] [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-17T21:39:13.146Z] [INFO] [2020-10-17T21:39:13.146Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.146Z] [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-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:13.405Z] [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-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [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-17T21:39:13.405Z] [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-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [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-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.405Z] [INFO] [2020-10-17T21:39:13.405Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:13.678Z] [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-17T21:39:13.678Z] [INFO] Command line: [2020-10-17T21:39:13.678Z] [/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-17T21:39:13.678Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:15.580Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-17T21:39:15.580Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-17T21:39:15.580Z] [2020-10-17T21:39:15.580Z] Java Stacktrace: [2020-10-17T21:39:15.580Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-17T21:39:15.580Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-10-17T21:39:15.580Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-10-17T21:39:15.580Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-17T21:39:15.580Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-17T21:39:15.580Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-17T21:39:15.580Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-17T21:39:15.580Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-17T21:39:15.580Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-17T21:39:15.580Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-17T21:39:15.580Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-17T21:39:15.580Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-17T21:39:15.580Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-17T21:39:15.580Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-17T21:39:15.580Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-17T21:39:15.580Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-17T21:39:15.837Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-17T21:39:15.837Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-17T21:39:15.837Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-17T21:39:15.837Z] [2020-10-17T21:39:15.837Z] Java Stacktrace: [2020-10-17T21:39:15.837Z] java.lang.Exception [2020-10-17T21:39:15.837Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-17T21:39:15.837Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-17T21:39:15.837Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-17T21:39:15.837Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-10-17T21:39:15.837Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-17T21:39:15.837Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-17T21:39:15.837Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-17T21:39:15.837Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-17T21:39:15.837Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-17T21:39:15.837Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-17T21:39:15.837Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-17T21:39:15.837Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-17T21:39:15.837Z] 'asdf [2020-10-17T21:39:15.837Z] ^ [2020-10-17T21:39:15.837Z] at :1 [2020-10-17T21:39:15.837Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-10-17T21:39:15.837Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.183 s [2020-10-17T21:39:15.837Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.027 s [2020-10-17T21:39:15.837Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.022 s [2020-10-17T21:39:15.837Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-10-17T21:39:15.837Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-10-17T21:39:15.837Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.051 s [2020-10-17T21:39:15.837Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-10-17T21:39:15.837Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-10-17T21:39:15.837Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.024 s [2020-10-17T21:39:15.837Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.049 s [2020-10-17T21:39:15.837Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-10-17T21:39:15.837Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-10-17T21:39:15.837Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-17T21:39:16.094Z] WARNING: An illegal reflective access operation has occurred [2020-10-17T21:39:16.094Z] 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-17T21:39:16.094Z] WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 [2020-10-17T21:39:16.094Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-17T21:39:16.094Z] WARNING: All illegal access operations will be denied in a future release [2020-10-17T21:39:16.094Z] Start of script [2020-10-17T21:39:16.094Z] include file start [2020-10-17T21:39:16.094Z] Include file processed [2020-10-17T21:39:16.094Z] line after include file [2020-10-17T21:39:16.094Z] Result of testMethod = 5 [2020-10-17T21:39:16.094Z] End of script [2020-10-17T21:39:16.349Z] Start of script [2020-10-17T21:39:16.349Z] include file start [2020-10-17T21:39:16.349Z] Include file processed [2020-10-17T21:39:16.349Z] line after include file [2020-10-17T21:39:16.349Z] Result of testMethod = 5 [2020-10-17T21:39:16.349Z] End of script [2020-10-17T21:39:16.605Z] Start of script [2020-10-17T21:39:16.605Z] include file start [2020-10-17T21:39:16.605Z] Include file processed [2020-10-17T21:39:16.605Z] line after include file [2020-10-17T21:39:16.605Z] Result of testMethod = 5 [2020-10-17T21:39:16.862Z] Start of script [2020-10-17T21:39:16.862Z] include file start [2020-10-17T21:39:16.862Z] Include file processed [2020-10-17T21:39:16.862Z] line after include file [2020-10-17T21:39:17.117Z] Result of testMethod = 5 [2020-10-17T21:39:17.117Z] End of script [2020-10-17T21:39:17.373Z] Start of script [2020-10-17T21:39:17.373Z] include file start [2020-10-17T21:39:17.373Z] Include file processed [2020-10-17T21:39:17.373Z] line after include file [2020-10-17T21:39:17.373Z] Result of testMethod = 5 [2020-10-17T21:39:17.373Z] End of script [2020-10-17T21:39:17.373Z] Start of script [2020-10-17T21:39:17.373Z] include file start [2020-10-17T21:39:17.373Z] Include file processed [2020-10-17T21:39:17.373Z] line after include file [2020-10-17T21:39:17.629Z] Result of testMethod = 5 [2020-10-17T21:39:17.629Z] End of script [2020-10-17T21:39:17.629Z] Start of script [2020-10-17T21:39:17.629Z] include file start [2020-10-17T21:39:17.629Z] Include file processed [2020-10-17T21:39:17.629Z] line after include file [2020-10-17T21:39:17.629Z] Result of testMethod = 5 [2020-10-17T21:39:18.190Z] Start of script [2020-10-17T21:39:18.190Z] include file start [2020-10-17T21:39:18.190Z] Include file processed [2020-10-17T21:39:18.190Z] line after include file [2020-10-17T21:39:18.190Z] Result of testMethod = 5 [2020-10-17T21:39:18.190Z] End of script [2020-10-17T21:39:19.635Z] Start of script [2020-10-17T21:39:19.635Z] include file start [2020-10-17T21:39:19.635Z] Include file processed [2020-10-17T21:39:19.635Z] line after include file [2020-10-17T21:39:19.635Z] Result of testMethod = 5 [2020-10-17T21:39:19.635Z] End of script [2020-10-17T21:39:19.635Z] Start of script [2020-10-17T21:39:19.635Z] include file start [2020-10-17T21:39:19.635Z] Include file processed [2020-10-17T21:39:19.635Z] line after include file [2020-10-17T21:39:19.635Z] Start of script [2020-10-17T21:39:19.635Z] include file start [2020-10-17T21:39:19.635Z] Include file processed [2020-10-17T21:39:19.635Z] line after include file [2020-10-17T21:39:19.635Z] Result of testMethod = 5 [2020-10-17T21:39:19.635Z] End of script [2020-10-17T21:39:19.635Z] Start of script [2020-10-17T21:39:19.635Z] include file start [2020-10-17T21:39:19.635Z] Include file processed [2020-10-17T21:39:19.635Z] line after include file [2020-10-17T21:39:19.635Z] Result of testMethod = 5 [2020-10-17T21:39:19.635Z] End of script [2020-10-17T21:39:19.635Z] Start of script [2020-10-17T21:39:19.891Z] include file start [2020-10-17T21:39:19.891Z] Include file processed [2020-10-17T21:39:19.891Z] line after include file [2020-10-17T21:39:19.891Z] Result of testMethod = 5 [2020-10-17T21:39:19.891Z] End of script [2020-10-17T21:39:19.891Z] Start of script [2020-10-17T21:39:19.891Z] include file start [2020-10-17T21:39:19.891Z] Include file processed [2020-10-17T21:39:19.891Z] line after include file [2020-10-17T21:39:20.146Z] Result of testMethod = 5 [2020-10-17T21:39:20.146Z] End of script [2020-10-17T21:39:20.146Z] Start of script [2020-10-17T21:39:20.146Z] include file start [2020-10-17T21:39:20.146Z] Include file processed [2020-10-17T21:39:20.146Z] line after include file [2020-10-17T21:39:20.146Z] Result of testMethod = 5 [2020-10-17T21:39:20.402Z] Start of script [2020-10-17T21:39:20.402Z] include file start [2020-10-17T21:39:20.402Z] Include file processed [2020-10-17T21:39:20.402Z] line after include file [2020-10-17T21:39:20.658Z] Result of testMethod = 5 [2020-10-17T21:39:20.658Z] End of script [2020-10-17T21:39:20.914Z] Start of script [2020-10-17T21:39:20.914Z] include file start [2020-10-17T21:39:20.914Z] Include file processed [2020-10-17T21:39:20.914Z] line after include file [2020-10-17T21:39:20.914Z] Result of testMethod = 5 [2020-10-17T21:39:21.170Z] End of script [2020-10-17T21:39:21.170Z] Start of script [2020-10-17T21:39:21.170Z] include file start [2020-10-17T21:39:21.170Z] Include file processed [2020-10-17T21:39:21.170Z] line after include file [2020-10-17T21:39:21.425Z] Result of testMethod = 5 [2020-10-17T21:39:21.425Z] End of script [2020-10-17T21:39:21.680Z] Start of script [2020-10-17T21:39:21.680Z] include file start [2020-10-17T21:39:21.681Z] Include file processed [2020-10-17T21:39:21.681Z] line after include file [2020-10-17T21:39:21.936Z] Result of testMethod = 5 [2020-10-17T21:39:21.936Z] End of script [2020-10-17T21:39:21.936Z] Start of script [2020-10-17T21:39:21.936Z] include file start [2020-10-17T21:39:21.936Z] Include file processed [2020-10-17T21:39:21.936Z] line after include file [2020-10-17T21:39:21.936Z] Result of testMethod = 5 [2020-10-17T21:39:22.498Z] Start of script [2020-10-17T21:39:22.498Z] include file start [2020-10-17T21:39:22.498Z] Include file processed [2020-10-17T21:39:22.498Z] line after include file [2020-10-17T21:39:22.498Z] Result of testMethod = 5 [2020-10-17T21:39:22.498Z] End of script [2020-10-17T21:39:22.498Z] Start of script [2020-10-17T21:39:22.498Z] include file start [2020-10-17T21:39:22.498Z] Include file processed [2020-10-17T21:39:22.498Z] line after include file [2020-10-17T21:39:22.753Z] Result of testMethod = 5 [2020-10-17T21:39:22.753Z] End of script [2020-10-17T21:39:22.753Z] Start of script [2020-10-17T21:39:22.753Z] include file start [2020-10-17T21:39:22.753Z] Include file processed [2020-10-17T21:39:22.753Z] line after include file [2020-10-17T21:39:22.753Z] Result of testMethod = 5 [2020-10-17T21:39:22.753Z] End of script [2020-10-17T21:39:23.008Z] Start of script [2020-10-17T21:39:23.008Z] include file start [2020-10-17T21:39:23.008Z] Include file processed [2020-10-17T21:39:23.264Z] line after include file [2020-10-17T21:39:23.264Z] Result of testMethod = 5 [2020-10-17T21:39:23.264Z] End of script [2020-10-17T21:39:23.264Z] Start of script [2020-10-17T21:39:23.264Z] include file start [2020-10-17T21:39:23.264Z] Include file processed [2020-10-17T21:39:23.264Z] line after include file [2020-10-17T21:39:23.520Z] Start of script [2020-10-17T21:39:23.776Z] include file start [2020-10-17T21:39:23.776Z] Include file processed [2020-10-17T21:39:23.776Z] line after include file [2020-10-17T21:39:23.776Z] Result of testMethod = 5 [2020-10-17T21:39:23.776Z] End of script [2020-10-17T21:39:23.776Z] Start of script [2020-10-17T21:39:23.776Z] include file start [2020-10-17T21:39:23.776Z] Include file processed [2020-10-17T21:39:23.776Z] line after include file [2020-10-17T21:39:23.776Z] Result of testMethod = 5 [2020-10-17T21:39:24.336Z] Start of script [2020-10-17T21:39:24.336Z] include file start [2020-10-17T21:39:24.336Z] Include file processed [2020-10-17T21:39:24.336Z] line after include file [2020-10-17T21:39:24.336Z] Result of testMethod = 5 [2020-10-17T21:39:24.336Z] End of script [2020-10-17T21:39:24.336Z] Start of script [2020-10-17T21:39:24.336Z] include file start [2020-10-17T21:39:24.336Z] Include file processed [2020-10-17T21:39:24.336Z] line after include file [2020-10-17T21:39:24.592Z] Result of testMethod = 5 [2020-10-17T21:39:24.592Z] End of script [2020-10-17T21:39:24.592Z] Start of script [2020-10-17T21:39:24.592Z] include file start [2020-10-17T21:39:24.592Z] Include file processed [2020-10-17T21:39:24.592Z] line after include file [2020-10-17T21:39:24.848Z] Result of testMethod = 5 [2020-10-17T21:39:24.848Z] End of script [2020-10-17T21:39:25.103Z] Start of script [2020-10-17T21:39:25.103Z] include file start [2020-10-17T21:39:25.103Z] Include file processed [2020-10-17T21:39:25.103Z] line after include file [2020-10-17T21:39:25.103Z] Result of testMethod = 5 [2020-10-17T21:39:25.103Z] End of script [2020-10-17T21:39:25.103Z] Start of script [2020-10-17T21:39:25.103Z] include file start [2020-10-17T21:39:25.103Z] Include file processed [2020-10-17T21:39:25.103Z] line after include file [2020-10-17T21:39:25.103Z] Result of testMethod = 5 [2020-10-17T21:39:25.664Z] Start of script [2020-10-17T21:39:25.664Z] include file start [2020-10-17T21:39:25.664Z] Include file processed [2020-10-17T21:39:25.665Z] line after include file [2020-10-17T21:39:25.665Z] Result of testMethod = 5 [2020-10-17T21:39:25.665Z] End of script [2020-10-17T21:39:25.665Z] Start of script [2020-10-17T21:39:25.665Z] include file start [2020-10-17T21:39:25.665Z] Include file processed [2020-10-17T21:39:25.665Z] line after include file [2020-10-17T21:39:25.665Z] Result of testMethod = 5 [2020-10-17T21:39:26.225Z] Start of script [2020-10-17T21:39:26.225Z] include file start [2020-10-17T21:39:26.225Z] Include file processed [2020-10-17T21:39:26.225Z] line after include file [2020-10-17T21:39:26.225Z] Result of testMethod = 5 [2020-10-17T21:39:26.225Z] End of script [2020-10-17T21:39:26.481Z] Start of script [2020-10-17T21:39:26.481Z] include file start [2020-10-17T21:39:26.481Z] Include file processed [2020-10-17T21:39:26.481Z] line after include file [2020-10-17T21:39:26.736Z] Result of testMethod = 5 [2020-10-17T21:39:26.736Z] End of script [2020-10-17T21:39:26.736Z] Start of script [2020-10-17T21:39:26.736Z] include file start [2020-10-17T21:39:26.736Z] Include file processed [2020-10-17T21:39:26.736Z] line after include file [2020-10-17T21:39:26.736Z] Result of testMethod = 5 [2020-10-17T21:39:26.736Z] End of script [2020-10-17T21:39:26.992Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.973 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-10-17T21:39:26.992Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-10-17T21:39:26.992Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.21 s [2020-10-17T21:39:26.992Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.31 s [2020-10-17T21:39:26.992Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:26.992Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-10-17T21:39:26.992Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-10-17T21:39:26.992Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:26.992Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-10-17T21:39:26.992Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:26.992Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-17T21:39:26.992Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.406 s [2020-10-17T21:39:26.992Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:26.992Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:26.992Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:26.992Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:26.992Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:26.992Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:26.992Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:26.992Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:26.992Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-17T21:39:26.992Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-17T21:39:26.992Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-10-17T21:39:26.992Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:26.992Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:26.992Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:26.992Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-10-17T21:39:26.992Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:26.992Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.204 s [2020-10-17T21:39:26.992Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:26.992Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:26.992Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:26.992Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:26.992Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:26.992Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:26.992Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:26.992Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-17T21:39:26.992Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-10-17T21:39:26.993Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.051 s [2020-10-17T21:39:26.993Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.016 s [2020-10-17T21:39:26.993Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.02 s [2020-10-17T21:39:26.993Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.013 s [2020-10-17T21:39:26.993Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.02 s [2020-10-17T21:39:26.993Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-17T21:39:26.993Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-17T21:39:26.993Z] at [2020-10-17T21:39:26.993Z] [2020-10-17T21:39:26.993Z] Java Stacktrace: [2020-10-17T21:39:26.993Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-10-17T21:39:26.993Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-10-17T21:39:26.993Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-10-17T21:39:26.993Z] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) [2020-10-17T21:39:26.993Z] at java.base/java.lang.Class.forName0(Native Method) [2020-10-17T21:39:26.993Z] at java.base/java.lang.Class.forName(Class.java:315) [2020-10-17T21:39:26.993Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-10-17T21:39:26.993Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-10-17T21:39:26.993Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-10-17T21:39:26.993Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-10-17T21:39:26.993Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-17T21:39:26.993Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-17T21:39:26.993Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-17T21:39:26.993Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-17T21:39:26.993Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-17T21:39:26.993Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-17T21:39:27.248Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-10-17T21:39:27.248Z] at [2020-10-17T21:39:27.248Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-10-17T21:39:27.248Z] at [2020-10-17T21:39:27.248Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-10-17T21:39:27.248Z] at [2020-10-17T21:39:27.248Z] [2020-10-17T21:39:27.248Z] Java Stacktrace: [2020-10-17T21:39:27.248Z] java.lang.Exception [2020-10-17T21:39:27.248Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-10-17T21:39:27.248Z] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-10-17T21:39:27.248Z] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-10-17T21:39:27.248Z] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-17T21:39:27.248Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-10-17T21:39:27.249Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-10-17T21:39:27.249Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-10-17T21:39:27.249Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-10-17T21:39:27.249Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-10-17T21:39:27.249Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-10-17T21:39:27.249Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-10-17T21:39:27.249Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:224) [2020-10-17T21:39:27.249Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:274) [2020-10-17T21:39:27.249Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-10-17T21:39:27.249Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-10-17T21:39:27.249Z] at [2020-10-17T21:39:27.249Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-10-17T21:39:27.249Z] 'asdf [2020-10-17T21:39:27.249Z] ^ [2020-10-17T21:39:27.249Z] at [2020-10-17T21:39:27.249Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-10-17T21:39:27.249Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.041 s [2020-10-17T21:39:27.249Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-17T21:39:27.249Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-17T21:39:27.249Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-17T21:39:27.249Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-17T21:39:27.249Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-10-17T21:39:27.249Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-17T21:39:27.249Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-17T21:39:27.249Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-10-17T21:39:27.249Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.043 s [2020-10-17T21:39:27.249Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.012 s [2020-10-17T21:39:27.249Z] [2020-10-17T21:39:27.249Z] Results: [2020-10-17T21:39:27.249Z] [2020-10-17T21:39:27.249Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-10-17T21:39:27.249Z] [2020-10-17T21:39:27.809Z] [INFO] All tests passed! [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:27.810Z] [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-17T21:39:27.810Z] [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-17T21:39:27.810Z] [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-17T21:39:27.810Z] [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-17T21:39:27.810Z] [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-17T21:39:27.810Z] [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-17T21:39:27.810Z] [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-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-10-17T21:39:27.810Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-10-17T21:39:27.810Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] [2020-10-17T21:39:27.810Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:28.066Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:39:28.066Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:39:28.992Z] [INFO] [2020-10-17T21:39:28.992Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-10-17T21:39:28.992Z] Constructing Javadoc information... [2020-10-17T21:39:28.992Z] 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-17T21:39:28.992Z] No plugin definition found, skipping [2020-10-17T21:39:28.992Z] No plugin definition found, skipping [2020-10-17T21:39:28.992Z] [WARNING] Javadoc Warnings [2020-10-17T21:39:28.992Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:28.992Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:39:28.992Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:39:28.992Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:39:28.992Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:39:28.992Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:39:28.992Z] [INFO] [2020-10-17T21:39:28.992Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:28.992Z] [INFO] [2020-10-17T21:39:28.993Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:28.993Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:28.993Z] [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-17T21:39:28.993Z] [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-17T21:39:28.993Z] [INFO] [2020-10-17T21:39:28.993Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:28.993Z] [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-17T21:39:29.279Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:29.280Z] [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-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [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-17T21:39:29.280Z] [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-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [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-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [INFO] [2020-10-17T21:39:29.280Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:29.280Z] [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-17T21:39:29.280Z] [INFO] Command line: [2020-10-17T21:39:29.280Z] [/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-17T21:39:29.280Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:30.644Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-17T21:39:30.900Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-10-17T21:39:30.900Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.003 s [2020-10-17T21:39:30.900Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-17T21:39:31.155Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-10-17T21:39:31.155Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-10-17T21:39:31.155Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.005 s [2020-10-17T21:39:31.155Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.103 s [2020-10-17T21:39:31.155Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-17T21:39:31.155Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-17T21:39:31.155Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-17T21:39:31.155Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-10-17T21:39:31.155Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-10-17T21:39:31.155Z] [2020-10-17T21:39:31.155Z] Results: [2020-10-17T21:39:31.155Z] [2020-10-17T21:39:31.155Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-10-17T21:39:31.155Z] [2020-10-17T21:39:31.716Z] [INFO] All tests passed! [2020-10-17T21:39:31.716Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:31.717Z] [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-17T21:39:31.717Z] [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-17T21:39:31.717Z] [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-17T21:39:31.717Z] [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-17T21:39:31.717Z] [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-17T21:39:31.717Z] [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-17T21:39:31.717Z] [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-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-10-17T21:39:31.717Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-10-17T21:39:31.717Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] [2020-10-17T21:39:31.717Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:31.717Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:39:31.980Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:39:32.905Z] [INFO] [2020-10-17T21:39:32.905Z] Loading source files for package org.eclipse.ease.lang.python... [2020-10-17T21:39:32.905Z] Constructing Javadoc information... [2020-10-17T21:39:32.905Z] 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-17T21:39:32.905Z] No plugin definition found, skipping [2020-10-17T21:39:32.905Z] No plugin definition found, skipping [2020-10-17T21:39:32.905Z] [WARNING] Javadoc Warnings [2020-10-17T21:39:32.905Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:32.905Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:39:32.905Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:39:32.905Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:39:32.905Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:39:32.905Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:39:32.905Z] [INFO] [2020-10-17T21:39:32.905Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.905Z] [INFO] [2020-10-17T21:39:32.905Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.905Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:32.905Z] [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-17T21:39:32.906Z] [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-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [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-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:32.906Z] [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-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [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-17T21:39:32.906Z] [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-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [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-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [INFO] [2020-10-17T21:39:32.906Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:32.906Z] [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-17T21:39:32.906Z] [INFO] Command line: [2020-10-17T21:39:32.906Z] [/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-17T21:39:32.906Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:34.812Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-17T21:39:34.812Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-10-17T21:39:34.812Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.003 s [2020-10-17T21:39:34.812Z] [2020-10-17T21:39:34.812Z] Results: [2020-10-17T21:39:34.812Z] [2020-10-17T21:39:34.812Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-10-17T21:39:34.813Z] [2020-10-17T21:39:35.374Z] [INFO] All tests passed! [2020-10-17T21:39:35.374Z] [INFO] [2020-10-17T21:39:35.374Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:35.374Z] [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-17T21:39:35.374Z] [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-17T21:39:35.374Z] [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-17T21:39:35.374Z] [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-17T21:39:35.374Z] [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-17T21:39:35.374Z] [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-17T21:39:35.374Z] [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-17T21:39:35.374Z] [INFO] [2020-10-17T21:39:35.374Z] [INFO] --- tycho-p2-plugin:1.5.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-10-17T21:39:35.374Z] [INFO] [2020-10-17T21:39:35.374Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-10-17T21:39:35.375Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-10-17T21:39:35.375Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] [2020-10-17T21:39:35.375Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:35.375Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-10-17T21:39:35.375Z] [ERROR] Error fetching link: https://ci.eclipse.org/ease/job/ease.build.core/JavaDoc/package-list. Ignored it. [2020-10-17T21:39:36.738Z] [INFO] [2020-10-17T21:39:36.738Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-10-17T21:39:36.738Z] Constructing Javadoc information... [2020-10-17T21:39:36.738Z] 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-17T21:39:36.738Z] No plugin definition found, skipping [2020-10-17T21:39:36.738Z] No plugin definition found, skipping [2020-10-17T21:39:36.738Z] [WARNING] Javadoc Warnings [2020-10-17T21:39:36.738Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:36.738Z] [WARNING] javadoc: warning - The old Doclet and Taglet APIs in the packages [2020-10-17T21:39:36.738Z] [WARNING] com.sun.javadoc, com.sun.tools.doclets and their implementations [2020-10-17T21:39:36.738Z] [WARNING] are planned to be removed in a future JDK release. These [2020-10-17T21:39:36.738Z] [WARNING] components have been superseded by the new APIs in jdk.javadoc.doclet. [2020-10-17T21:39:36.738Z] [WARNING] Users are strongly recommended to migrate to the new APIs. [2020-10-17T21:39:36.738Z] [INFO] [2020-10-17T21:39:36.738Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.738Z] [INFO] [2020-10-17T21:39:36.738Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.738Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:36.738Z] [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-17T21:39:36.738Z] [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-17T21:39:36.738Z] [INFO] [2020-10-17T21:39:36.738Z] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.738Z] [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-17T21:39:36.738Z] [INFO] [2020-10-17T21:39:36.738Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.738Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-10-17T21:39:36.738Z] [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-17T21:39:36.738Z] [INFO] [2020-10-17T21:39:36.738Z] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.739Z] [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-17T21:39:36.739Z] [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-17T21:39:36.739Z] [INFO] [2020-10-17T21:39:36.739Z] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.739Z] [INFO] [2020-10-17T21:39:36.739Z] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.739Z] [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-17T21:39:36.739Z] [INFO] [2020-10-17T21:39:36.739Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.739Z] [INFO] [2020-10-17T21:39:36.739Z] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.739Z] [INFO] [2020-10-17T21:39:36.739Z] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.739Z] [INFO] [2020-10-17T21:39:36.739Z] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-10-17T21:39:36.998Z] [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-17T21:39:36.998Z] [INFO] Command line: [2020-10-17T21:39:36.998Z] [/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-17T21:39:36.998Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756" [2020-10-17T21:39:38.941Z] WARNING: An illegal reflective access operation has occurred [2020-10-17T21:39:38.941Z] 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-17T21:39:38.941Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState [2020-10-17T21:39:38.941Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2020-10-17T21:39:38.941Z] WARNING: All illegal access operations will be denied in a future release [2020-10-17T21:39:38.941Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-17T21:39:40.316Z] Start of script [2020-10-17T21:39:40.316Z] include file start [2020-10-17T21:39:40.316Z] include file processed [2020-10-17T21:39:40.316Z] Result of testMethod = 5 [2020-10-17T21:39:40.316Z] End of script [2020-10-17T21:39:40.571Z] Start of script [2020-10-17T21:39:40.571Z] include file start [2020-10-17T21:39:40.571Z] include file processed [2020-10-17T21:39:40.571Z] Result of testMethod = 5 [2020-10-17T21:39:40.571Z] End of script [2020-10-17T21:39:40.571Z] Start of script [2020-10-17T21:39:40.571Z] include file start [2020-10-17T21:39:40.571Z] include file processed [2020-10-17T21:39:40.571Z] Result of testMethod = 5 [2020-10-17T21:39:40.827Z] Traceback (most recent call last): [2020-10-17T21:39:40.827Z] File "(none)", line 184, in run [2020-10-17T21:39:40.827Z] File "__ref_L/Debug Test/Main.py_sgdfckhphw", line 23, in [2020-10-17T21:39:40.827Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:40.827Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:40.827Z] [2020-10-17T21:39:40.827Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:41.082Z] Start of script [2020-10-17T21:39:41.082Z] include file start [2020-10-17T21:39:41.082Z] include file processed [2020-10-17T21:39:41.082Z] Result of testMethod = 5 [2020-10-17T21:39:41.082Z] End of script [2020-10-17T21:39:41.643Z] Start of script [2020-10-17T21:39:41.643Z] include file start [2020-10-17T21:39:41.643Z] include file processed [2020-10-17T21:39:41.643Z] Result of testMethod = 5 [2020-10-17T21:39:41.643Z] End of script [2020-10-17T21:39:41.643Z] Start of script [2020-10-17T21:39:41.643Z] include file start [2020-10-17T21:39:41.643Z] include file processed [2020-10-17T21:39:41.899Z] Result of testMethod = 5 [2020-10-17T21:39:41.899Z] End of script [2020-10-17T21:39:41.899Z] Start of script [2020-10-17T21:39:41.899Z] include file start [2020-10-17T21:39:41.899Z] include file processed [2020-10-17T21:39:41.899Z] Result of testMethod = 5 [2020-10-17T21:39:42.155Z] Traceback (most recent call last): [2020-10-17T21:39:42.155Z] File "(none)", line 184, in run [2020-10-17T21:39:42.155Z] File "__ref_L/Debug Test/Main.py_qwomaqpwcm", line 23, in [2020-10-17T21:39:42.155Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:42.155Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:42.155Z] [2020-10-17T21:39:42.155Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:42.155Z] Start of script [2020-10-17T21:39:42.155Z] include file start [2020-10-17T21:39:42.155Z] include file processed [2020-10-17T21:39:42.410Z] Result of testMethod = 5 [2020-10-17T21:39:42.410Z] End of script [2020-10-17T21:39:42.410Z] Start of script [2020-10-17T21:39:42.666Z] include file start [2020-10-17T21:39:42.666Z] include file processed [2020-10-17T21:39:42.666Z] Result of testMethod = 5 [2020-10-17T21:39:42.666Z] End of script [2020-10-17T21:39:42.666Z] Start of script [2020-10-17T21:39:42.666Z] include file start [2020-10-17T21:39:42.666Z] include file processed [2020-10-17T21:39:43.226Z] Traceback (most recent call last): [2020-10-17T21:39:43.226Z] File "(none)", line 184, in run [2020-10-17T21:39:43.226Z] File "__ref_L/Debug Test/Main.py_oqnnhccyrm", line 22, in [2020-10-17T21:39:43.226Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:43.226Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:43.226Z] [2020-10-17T21:39:43.226Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:43.226Z] Start of script [2020-10-17T21:39:43.226Z] include file start [2020-10-17T21:39:43.226Z] include file processed [2020-10-17T21:39:43.226Z] Result of testMethod = 5 [2020-10-17T21:39:43.226Z] End of script [2020-10-17T21:39:43.482Z] Start of script [2020-10-17T21:39:43.482Z] include file start [2020-10-17T21:39:43.482Z] include file processed [2020-10-17T21:39:43.737Z] Result of testMethod = 5 [2020-10-17T21:39:43.737Z] End of script [2020-10-17T21:39:43.737Z] Traceback (most recent call last): [2020-10-17T21:39:43.737Z] File "(none)", line 184, in run [2020-10-17T21:39:43.737Z] File "__ref_L/Debug Test/Main.py_watmitelcl", line 1, in [2020-10-17T21:39:43.737Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:43.737Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:43.737Z] [2020-10-17T21:39:43.737Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:43.992Z] Start of script [2020-10-17T21:39:43.993Z] include file start [2020-10-17T21:39:43.993Z] include file processed [2020-10-17T21:39:43.993Z] Result of testMethod = 5 [2020-10-17T21:39:43.993Z] End of script [2020-10-17T21:39:44.248Z] Start of script [2020-10-17T21:39:44.248Z] include file start [2020-10-17T21:39:44.248Z] include file processed [2020-10-17T21:39:44.248Z] Result of testMethod = 5 [2020-10-17T21:39:44.248Z] End of script [2020-10-17T21:39:44.504Z] Start of script [2020-10-17T21:39:44.504Z] include file start [2020-10-17T21:39:44.504Z] include file processed [2020-10-17T21:39:44.504Z] Result of testMethod = 5 [2020-10-17T21:39:44.760Z] Traceback (most recent call last): [2020-10-17T21:39:44.760Z] File "(none)", line 184, in run [2020-10-17T21:39:44.760Z] File "__ref_L/Debug Test/Main.py_aqbnktoqqi", line 23, in [2020-10-17T21:39:44.760Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:44.760Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:44.760Z] [2020-10-17T21:39:44.760Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:44.760Z] Start of script [2020-10-17T21:39:44.760Z] include file start [2020-10-17T21:39:44.760Z] include file processed [2020-10-17T21:39:45.015Z] Result of testMethod = 5 [2020-10-17T21:39:45.015Z] End of script [2020-10-17T21:39:45.271Z] Traceback (most recent call last): [2020-10-17T21:39:45.271Z] File "(none)", line 184, in run [2020-10-17T21:39:45.271Z] File "__ref_L/Debug Test/Main.py_bvudxvvfva", line 1, in [2020-10-17T21:39:45.271Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:45.271Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:45.271Z] [2020-10-17T21:39:45.271Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:45.271Z] Start of script [2020-10-17T21:39:45.271Z] include file start [2020-10-17T21:39:45.271Z] include file processed [2020-10-17T21:39:45.271Z] Result of testMethod = 5 [2020-10-17T21:39:45.271Z] End of script [2020-10-17T21:39:45.526Z] Start of script [2020-10-17T21:39:45.526Z] include file start [2020-10-17T21:39:45.526Z] include file processed [2020-10-17T21:39:45.782Z] Result of testMethod = 5 [2020-10-17T21:39:45.782Z] End of script [2020-10-17T21:39:46.038Z] Traceback (most recent call last): [2020-10-17T21:39:46.038Z] File "(none)", line 184, in run [2020-10-17T21:39:46.038Z] File "__ref_L/Debug Test/Main.py_ftgtftifev", line 1, in [2020-10-17T21:39:46.038Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:46.038Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:46.038Z] [2020-10-17T21:39:46.038Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:46.038Z] Start of script [2020-10-17T21:39:46.038Z] include file start [2020-10-17T21:39:46.038Z] include file processed [2020-10-17T21:39:46.294Z] Result of testMethod = 5 [2020-10-17T21:39:46.294Z] End of script [2020-10-17T21:39:46.294Z] Start of script [2020-10-17T21:39:46.294Z] include file start [2020-10-17T21:39:46.294Z] include file processed [2020-10-17T21:39:46.294Z] Result of testMethod = 5 [2020-10-17T21:39:46.549Z] Traceback (most recent call last): [2020-10-17T21:39:46.549Z] File "(none)", line 184, in run [2020-10-17T21:39:46.549Z] File "__ref_L/Debug Test/Main.py_inquktkqlt", line 23, in [2020-10-17T21:39:46.549Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:46.549Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:46.549Z] [2020-10-17T21:39:46.549Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:46.804Z] Start of script [2020-10-17T21:39:46.804Z] include file start [2020-10-17T21:39:46.804Z] include file processed [2020-10-17T21:39:46.804Z] Result of testMethod = 5 [2020-10-17T21:39:46.804Z] End of script [2020-10-17T21:39:46.804Z] Start of script [2020-10-17T21:39:46.804Z] include file start [2020-10-17T21:39:46.804Z] include file processed [2020-10-17T21:39:47.060Z] Result of testMethod = 5 [2020-10-17T21:39:47.060Z] End of script [2020-10-17T21:39:47.060Z] Start of script [2020-10-17T21:39:47.060Z] include file start [2020-10-17T21:39:47.060Z] include file processed [2020-10-17T21:39:47.060Z] Result of testMethod = 5 [2020-10-17T21:39:47.060Z] End of script [2020-10-17T21:39:47.315Z] Start of script [2020-10-17T21:39:47.315Z] include file start [2020-10-17T21:39:47.315Z] include file processed [2020-10-17T21:39:47.570Z] Result of testMethod = 5 [2020-10-17T21:39:47.570Z] End of script [2020-10-17T21:39:47.570Z] Start of script [2020-10-17T21:39:47.570Z] include file start [2020-10-17T21:39:47.570Z] include file processed [2020-10-17T21:39:47.826Z] Traceback (most recent call last): [2020-10-17T21:39:47.826Z] File "(none)", line 184, in run [2020-10-17T21:39:47.826Z] File "__ref_L/Debug Test/Main.py_ljqamvqsff", line 21, in [2020-10-17T21:39:47.826Z] File "__ref_L/Debug Test/Main.py_ljqamvqsff", line 18, in testMethod [2020-10-17T21:39:47.826Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:47.826Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:47.826Z] [2020-10-17T21:39:47.826Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:47.826Z] Start of script [2020-10-17T21:39:48.081Z] include file start [2020-10-17T21:39:48.081Z] include file processed [2020-10-17T21:39:48.081Z] Result of testMethod = 5 [2020-10-17T21:39:48.081Z] End of script [2020-10-17T21:39:48.081Z] Start of script [2020-10-17T21:39:48.081Z] include file start [2020-10-17T21:39:48.081Z] include file processed [2020-10-17T21:39:48.081Z] Result of testMethod = 5 [2020-10-17T21:39:48.337Z] Traceback (most recent call last): [2020-10-17T21:39:48.337Z] File "(none)", line 184, in run [2020-10-17T21:39:48.337Z] File "__ref_L/Debug Test/Main.py_xcevyjfrgu", line 23, in [2020-10-17T21:39:48.337Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:48.337Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:48.337Z] [2020-10-17T21:39:48.337Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:48.592Z] Start of script [2020-10-17T21:39:48.592Z] include file start [2020-10-17T21:39:48.592Z] include file processed [2020-10-17T21:39:48.592Z] Result of testMethod = 5 [2020-10-17T21:39:48.592Z] End of script [2020-10-17T21:39:48.592Z] Start of script [2020-10-17T21:39:48.592Z] include file start [2020-10-17T21:39:48.592Z] include file processed [2020-10-17T21:39:48.848Z] Result of testMethod = 5 [2020-10-17T21:39:48.848Z] End of script [2020-10-17T21:39:49.104Z] Start of script [2020-10-17T21:39:49.104Z] include file start [2020-10-17T21:39:49.104Z] include file processed [2020-10-17T21:39:49.104Z] Result of testMethod = 5 [2020-10-17T21:39:49.104Z] End of script [2020-10-17T21:39:49.104Z] Start of script [2020-10-17T21:39:49.104Z] include file start [2020-10-17T21:39:49.104Z] include file processed [2020-10-17T21:39:49.104Z] Result of testMethod = 5 [2020-10-17T21:39:49.104Z] End of script [2020-10-17T21:39:49.360Z] Start of script [2020-10-17T21:39:49.360Z] include file start [2020-10-17T21:39:49.360Z] include file processed [2020-10-17T21:39:49.360Z] Result of testMethod = 5 [2020-10-17T21:39:49.616Z] Traceback (most recent call last): [2020-10-17T21:39:49.616Z] File "(none)", line 184, in run [2020-10-17T21:39:49.616Z] File "__ref_L/Debug Test/Main.py_fqhbxftiyp", line 23, in [2020-10-17T21:39:49.616Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:49.616Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:49.616Z] [2020-10-17T21:39:49.616Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:49.616Z] Start of script [2020-10-17T21:39:49.616Z] include file start [2020-10-17T21:39:49.616Z] include file processed [2020-10-17T21:39:49.616Z] Result of testMethod = 5 [2020-10-17T21:39:49.616Z] End of script [2020-10-17T21:39:49.872Z] Start of script [2020-10-17T21:39:49.872Z] include file start [2020-10-17T21:39:49.872Z] include file processed [2020-10-17T21:39:49.872Z] Result of testMethod = 5 [2020-10-17T21:39:50.129Z] Traceback (most recent call last): [2020-10-17T21:39:50.129Z] File "(none)", line 184, in run [2020-10-17T21:39:50.129Z] File "__ref_L/Debug Test/Main.py_stdhvtybsn", line 23, in [2020-10-17T21:39:50.129Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:50.129Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:50.129Z] [2020-10-17T21:39:50.129Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:50.129Z] Traceback (most recent call last): [2020-10-17T21:39:50.129Z] File "(none)", line 184, in run [2020-10-17T21:39:50.129Z] File "__ref_L/Debug Test/Main.py_epyujetsuc", line 1, in [2020-10-17T21:39:50.129Z] File "(none)", line 161, in trace_dispatch [2020-10-17T21:39:50.129Z] org.eclipse.ease.ExitException: [2020-10-17T21:39:50.129Z] [2020-10-17T21:39:50.129Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-10-17T21:39:50.385Z] Start of script [2020-10-17T21:39:50.385Z] include file start [2020-10-17T21:39:50.385Z] include file processed [2020-10-17T21:39:50.385Z] Result of testMethod = 5 [2020-10-17T21:39:50.385Z] End of script [2020-10-17T21:39:50.641Z] Start of script [2020-10-17T21:39:50.641Z] include file start [2020-10-17T21:39:50.641Z] include file processed [2020-10-17T21:39:50.641Z] Result of testMethod = 5 [2020-10-17T21:39:50.641Z] End of script [2020-10-17T21:39:50.897Z] Start of script [2020-10-17T21:39:50.897Z] include file start [2020-10-17T21:39:50.897Z] include file processed [2020-10-17T21:39:50.897Z] Result of testMethod = 5 [2020-10-17T21:39:50.897Z] End of script [2020-10-17T21:39:51.153Z] Tests run: 42, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.088 s <<< FAILURE! - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-10-17T21:39:51.153Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.469 s [2020-10-17T21:39:51.153Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.213 s [2020-10-17T21:39:51.153Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:51.153Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:51.153Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-10-17T21:39:51.153Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-17T21:39:51.153Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:51.153Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-17T21:39:51.153Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-17T21:39:51.153Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-17T21:39:51.153Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.515 s [2020-10-17T21:39:51.153Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:51.153Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:51.153Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-17T21:39:51.153Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:51.153Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-10-17T21:39:51.153Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-17T21:39:51.153Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:51.153Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:51.153Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:51.153Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:51.153Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-10-17T21:39:51.153Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-17T21:39:51.153Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:51.153Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-17T21:39:51.153Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-10-17T21:39:51.153Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-10-17T21:39:51.153Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:51.154Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:51.154Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:51.154Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-10-17T21:39:51.154Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:51.154Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:51.154Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.106 s <<< FAILURE! [2020-10-17T21:39:51.154Z] java.lang.AssertionError: expected:<2> but was:<0> [2020-10-17T21:39:51.154Z] [2020-10-17T21:39:51.154Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:51.154Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-10-17T21:39:51.154Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.212 s [2020-10-17T21:39:51.154Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:51.154Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-10-17T21:39:51.154Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-10-17T21:39:51.154Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-10-17T21:39:51.154Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-10-17T21:39:51.154Z] [2020-10-17T21:39:51.154Z] Results: [2020-10-17T21:39:51.154Z] [2020-10-17T21:39:51.154Z] Failures: [2020-10-17T21:39:51.154Z] JythonDebugTest>AbstractDebugTest.stepOverOnThread:200->AbstractDebugTest.stepOverTestTemplate:185 expected:<2> but was:<0> [2020-10-17T21:39:51.154Z] [2020-10-17T21:39:51.154Z] Tests run: 42, Failures: 1, Errors: 0, Skipped: 0 [2020-10-17T21:39:51.154Z] [2020-10-17T21:39:51.715Z] [INFO] ------------------------------------------------------------------------ [2020-10-17T21:39:51.715Z] [INFO] Reactor Summary: [2020-10-17T21:39:51.715Z] [INFO] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 8.410 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 8.532 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 2.856 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 2.916 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 1.999 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 2.504 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.625 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.384 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.681 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.692 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.397 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.298 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 2.045 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 2.283 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.302 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.404 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.465 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.799 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.602 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.509 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.420 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.474 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.210 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.197 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.206 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.103 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.515 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.060 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.057 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.099 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.159 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.096 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.095 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.106 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.009 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 3.111 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.692 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 17.240 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 4.587 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 15.886 s] [2020-10-17T21:39:51.715Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 3.820 s] [2020-10-17T21:39:51.716Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.610 s] [2020-10-17T21:39:51.716Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT FAILURE [ 16.323 s] [2020-10-17T21:39:51.716Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SKIPPED [2020-10-17T21:39:51.716Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SKIPPED [2020-10-17T21:39:51.716Z] [INFO] org.eclipse.ease.ui.scripts.test 0.8.0-SNAPSHOT .... SKIPPED [2020-10-17T21:39:51.716Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SKIPPED [2020-10-17T21:39:51.716Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SKIPPED [2020-10-17T21:39:51.716Z] [INFO] ------------------------------------------------------------------------ [2020-10-17T21:39:51.716Z] [INFO] BUILD FAILURE [2020-10-17T21:39:51.716Z] [INFO] ------------------------------------------------------------------------ [2020-10-17T21:39:51.716Z] [INFO] Total time: 04:23 min [2020-10-17T21:39:51.716Z] [INFO] Finished at: 2020-10-17T21:39:51Z [2020-10-17T21:39:51.716Z] [INFO] ------------------------------------------------------------------------ [2020-10-17T21:39:51.716Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven135a0756/maven-spy-20201017-213527-62912525775267051935916.log [2020-10-17T21:39:51.716Z] [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-17T21:39:51.716Z] [ERROR] [2020-10-17T21:39:51.716Z] [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-17T21:39:51.716Z] [ERROR] -> [Help 1] [2020-10-17T21:39:51.716Z] [ERROR] [2020-10-17T21:39:51.716Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2020-10-17T21:39:51.716Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2020-10-17T21:39:51.716Z] [ERROR] [2020-10-17T21:39:51.716Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2020-10-17T21:39:51.716Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2020-10-17T21:39:51.716Z] [ERROR] [2020-10-17T21:39:51.716Z] [ERROR] After correcting the problems, you can resume the build with the command [2020-10-17T21:39:51.716Z] [ERROR] mvn -rf :org.eclipse.ease.lang.python.jython.test [Pipeline] } [2020-10-17T21:39:54.356Z] [withMaven] Publishers: Pipeline Graph Publisher: 35 ms, Invoker Publisher: 1 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 957 ms, Findbugs Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts [2020-10-17T21:39:54.403Z] Archiving artifacts [Pipeline] emailext [2020-10-17T21:40:05.275Z] 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