Started by timer [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘migration’ Agent centos-7-sn6bd is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-sn6bd" 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-sn6bd" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -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-sn6bd" - 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.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" 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-sn6bd in /home/jenkins/agent/workspace/ease.verify.core.target.2018-12 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-27T04:40:46.361Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2021-11-27T04:40:46.477Z] The recommended git tool is: NONE [2021-11-27T04:40:47.670Z] No credentials specified [2021-11-27T04:40:47.673Z] Cloning the remote Git repository [2021-11-27T04:40:48.537Z] Cloning repository https://git.eclipse.org/r/ease/org.eclipse.ease.core.git [2021-11-27T04:40:48.557Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2018-12 # timeout=10 [2021-11-27T04:40:48.575Z] Fetching upstream changes from https://git.eclipse.org/r/ease/org.eclipse.ease.core.git [2021-11-27T04:40:48.576Z] > git --version # timeout=10 [2021-11-27T04:40:48.578Z] > git --version # 'git version 1.8.3.1' [2021-11-27T04:40:48.578Z] > git fetch --tags --progress https://git.eclipse.org/r/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-27T04:40:51.616Z] Avoid second fetch [2021-11-27T04:40:51.622Z] Checking out Revision 52cea8c30685e20bbc82bd2013b1c2c6d0f7123f (refs/remotes/origin/master) [2021-11-27T04:40:51.614Z] > git config remote.origin.url https://git.eclipse.org/r/ease/org.eclipse.ease.core.git # timeout=10 [2021-11-27T04:40:51.616Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-27T04:40:51.620Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2021-11-27T04:40:51.629Z] > git config core.sparsecheckout # timeout=10 [2021-11-27T04:40:51.631Z] > git checkout -f 52cea8c30685e20bbc82bd2013b1c2c6d0f7123f # timeout=10 [2021-11-27T04:40:55.100Z] Commit message: "Bug 522137: add unittests to coverage reports" [2021-11-27T04:40:55.106Z] > git rev-list --no-walk 1df3c7c3f132ecc79b7336524b31b7404f6c5f6b # timeout=10 [2021-11-27T04:40:55.119Z] Cleaning workspace [Pipeline] } [2021-11-27T04:40:55.123Z] > git rev-parse --verify HEAD # timeout=10 [2021-11-27T04:40:55.125Z] Resetting working tree [2021-11-27T04:40:55.126Z] > git reset --hard # timeout=10 [2021-11-27T04:40:55.200Z] > git clean -fdx # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2021-11-27T04:40:59.678Z] + 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 [2021-11-27T04:40:59.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-27T04:40:59.679Z] Dload Upload Total Spent Left Speed [2021-11-27T04:40:59.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99175 100 99175 0 0 344k 0 --:--:-- --:--:-- --:--:-- 345k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2021-11-27T04:41:04.963Z] [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']] [2021-11-27T04:41:04.964Z] [withMaven] Available options: [2021-11-27T04:41:04.964Z] [withMaven] using JDK installation openjdk-jdk15-latest [2021-11-27T04:41:04.972Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2021-11-27T04:41:05.351Z] + mvn clean install -Pmodule-docs [2021-11-27T04:41:05.352Z] ----- withMaven Wrapper script ----- [2021-11-27T04:41:05.352Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c" [2021-11-27T04:41:05.609Z] Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) [2021-11-27T04:41:05.609Z] Maven home: /opt/tools/apache-maven/latest [2021-11-27T04:41:05.610Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7 [2021-11-27T04:41:05.610Z] Default locale: en_US, platform encoding: UTF-8 [2021-11-27T04:41:05.610Z] OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [2021-11-27T04:41:06.542Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c/maven-spy-20211127-044106-2509285716631667843932.log.tmp ... [2021-11-27T04:41:06.542Z] [INFO] Scanning for projects... [2021-11-27T04:42:02.746Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/pom.xml [2021-11-27T04:42:02.746Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/pom.xml [2021-11-27T04:42:02.746Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/pom.xml [2021-11-27T04:42:05.269Z] [INFO] Fetching 202109151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-09/ [2021-11-27T04:42:05.269Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.94MB) [2021-11-27T04:42:05.833Z] [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.68MB) [2021-11-27T04:42:06.090Z] [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.41MB) [2021-11-27T04:42:06.654Z] [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (46.27kB) [2021-11-27T04:42:06.912Z] [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.39MB) [2021-11-27T04:42:06.912Z] [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.34kB) [2021-11-27T04:42:07.169Z] [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (353.59kB) [2021-11-27T04:42:07.169Z] [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (144.34kB) [2021-11-27T04:42:07.427Z] [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.5kB) [2021-11-27T04:42:07.427Z] [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (703.81kB) [2021-11-27T04:42:07.684Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (95.26kB) [2021-11-27T04:42:07.684Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.35kB) [2021-11-27T04:42:07.941Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.59kB) [2021-11-27T04:42:07.941Z] [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (302.53kB) [2021-11-27T04:42:08.199Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (71.45kB) [2021-11-27T04:42:08.199Z] [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (411.93kB) [2021-11-27T04:42:08.456Z] [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB) [2021-11-27T04:42:08.456Z] [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (72.7kB) [2021-11-27T04:42:08.456Z] [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (326.25kB) [2021-11-27T04:42:08.713Z] [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (5.46MB) [2021-11-27T04:42:09.672Z] [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (114.56kB) [2021-11-27T04:42:09.672Z] [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (139.68kB) [2021-11-27T04:42:09.672Z] [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (100.01kB) [2021-11-27T04:42:09.930Z] [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (136.29kB) [2021-11-27T04:42:09.930Z] [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (194.23kB) [2021-11-27T04:42:10.188Z] [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (180.11kB) [2021-11-27T04:42:10.188Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (311.11kB) [2021-11-27T04:42:10.445Z] [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (163.08kB) [2021-11-27T04:42:10.445Z] [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (92.12kB) [2021-11-27T04:42:10.445Z] [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (70.77kB) [2021-11-27T04:42:10.703Z] [INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (68.45kB) [2021-11-27T04:42:10.959Z] [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.05kB) [2021-11-27T04:42:10.959Z] [INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (879.11kB) [2021-11-27T04:42:11.217Z] [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (89.14kB) [2021-11-27T04:42:11.217Z] [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.64kB) [2021-11-27T04:42:11.474Z] [INFO] Fetching org.eclipse.debug.core_3.18.200.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (394.78kB) [2021-11-27T04:42:11.474Z] [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.62kB) [2021-11-27T04:42:11.734Z] [INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.47kB) [2021-11-27T04:42:11.734Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.07kB) [2021-11-27T04:42:12.010Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (48.25kB) [2021-11-27T04:42:12.010Z] [INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (69.65kB) [2021-11-27T04:42:12.284Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12kB) [2021-11-27T04:42:12.284Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.14kB) [2021-11-27T04:42:12.541Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (40.46kB) [2021-11-27T04:42:12.541Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.03kB) [2021-11-27T04:42:13.104Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (317.81kB) [2021-11-27T04:42:13.104Z] [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.26MB) [2021-11-27T04:42:13.362Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.85kB) [2021-11-27T04:42:13.362Z] [INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.97kB) [2021-11-27T04:42:13.618Z] [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.31kB) [2021-11-27T04:42:13.618Z] [INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.1MB) [2021-11-27T04:42:13.877Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (213.88kB) [2021-11-27T04:42:13.877Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (203.11kB) [2021-11-27T04:42:13.877Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.72kB) [2021-11-27T04:42:14.134Z] [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.41kB) [2021-11-27T04:42:14.134Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (57.42kB) [2021-11-27T04:42:14.391Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.51kB) [2021-11-27T04:42:14.391Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (394.73kB) [2021-11-27T04:42:14.956Z] [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (32.98kB) [2021-11-27T04:42:14.956Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (13.3kB) [2021-11-27T04:42:14.956Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (255.66kB) [2021-11-27T04:42:15.214Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (87.54kB) [2021-11-27T04:42:15.214Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (229.56kB) [2021-11-27T04:42:15.470Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (118.1kB) [2021-11-27T04:42:15.470Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (251.52kB) [2021-11-27T04:42:15.727Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (147.12kB) [2021-11-27T04:42:15.727Z] [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (295.36kB) [2021-11-27T04:42:15.727Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.08kB) [2021-11-27T04:42:15.984Z] [INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.91kB) [2021-11-27T04:42:16.547Z] [INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (432.54kB) [2021-11-27T04:42:16.804Z] [INFO] Fetching org.eclipse.ui.ide_3.18.300.v20210817-1731.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.41MB) [2021-11-27T04:42:16.805Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.52kB) [2021-11-27T04:42:17.062Z] [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (123.51kB) [2021-11-27T04:42:17.062Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.2kB) [2021-11-27T04:42:17.062Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.23kB) [2021-11-27T04:42:17.319Z] [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (367.01kB) [2021-11-27T04:42:17.319Z] [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (50.73kB) [2021-11-27T04:42:17.576Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (165.1kB) [2021-11-27T04:42:17.576Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (360.09kB) [2021-11-27T04:42:17.833Z] [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (131.39kB) [2021-11-27T04:42:17.833Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (76.88kB) [2021-11-27T04:42:18.090Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (73.01kB) [2021-11-27T04:42:18.090Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (142.1kB) [2021-11-27T04:42:18.090Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (213.92kB) [2021-11-27T04:42:18.347Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (130.72kB) [2021-11-27T04:42:18.604Z] [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (113.04kB) [2021-11-27T04:42:18.605Z] [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (270.25kB) [2021-11-27T04:42:18.605Z] [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.75kB) [2021-11-27T04:42:18.862Z] [INFO] Fetching org.eclipse.jface.text_3.18.100.v20210820-1651.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.02MB) [2021-11-27T04:42:18.862Z] [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (288.46kB) [2021-11-27T04:42:19.119Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.07MB) [2021-11-27T04:42:19.119Z] [INFO] Fetching org.eclipse.ui.workbench_3.123.0.v20210817-0704.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.47MB) [2021-11-27T04:42:19.682Z] [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (416.62kB) [2021-11-27T04:42:19.682Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.24kB) [2021-11-27T04:42:19.682Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/pom.xml [2021-11-27T04:42:19.682Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/pom.xml [2021-11-27T04:42:19.940Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/pom.xml [2021-11-27T04:42:19.940Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/pom.xml [2021-11-27T04:42:19.940Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/pom.xml [2021-11-27T04:42:19.940Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/pom.xml [2021-11-27T04:42:19.940Z] [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (66.43kB) [2021-11-27T04:42:19.940Z] [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (113.34kB) [2021-11-27T04:42:20.197Z] [INFO] Fetching org.eclipse.debug.ui_3.15.100.v20210812-1116.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.96MB) [2021-11-27T04:42:20.453Z] [INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (209.6kB) [2021-11-27T04:42:20.710Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.200.v20210724-2153.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (668.08kB) [2021-11-27T04:42:20.710Z] [INFO] Fetching org.eclipse.ui.editors_3.14.200.v20210622-1002.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (618.57kB) [2021-11-27T04:42:20.967Z] [INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (330.16kB) [2021-11-27T04:42:20.967Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2021-11-27T04:42:20.967Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2021-11-27T04:42:21.223Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2021-11-27T04:42:21.223Z] [INFO] Fetching org.eclipse.compare_3.8.100.v20210805-1512.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (804.85kB) [2021-11-27T04:42:21.223Z] [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (105.57kB) [2021-11-27T04:42:21.481Z] [INFO] Fetching org.eclipse.jdt.ui_3.24.0.v20210823-0647.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.15MB) [2021-11-27T04:42:22.410Z] [INFO] Fetching org.eclipse.jdt.core_3.27.0.v20210823-1758.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (6.6MB) [2021-11-27T04:42:22.974Z] [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (130.19kB) [2021-11-27T04:42:23.231Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.15.0.v20210812-1539.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.83MB) [2021-11-27T04:42:23.489Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (341.15kB) [2021-11-27T04:42:23.745Z] [INFO] Fetching org.eclipse.jdt.launching_3.19.300.v20210815-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (563.43kB) [2021-11-27T04:42:23.745Z] [INFO] Fetching org.eclipse.jdt.debug_3.18.0.v20210816-1805.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (903.62kB) [2021-11-27T04:42:23.745Z] [INFO] Fetching org.eclipse.search_3.13.300.v20210806-1124.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (543.42kB) [2021-11-27T04:42:24.002Z] [INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.42MB) [2021-11-27T04:42:24.002Z] [INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (395.31kB) [2021-11-27T04:42:24.259Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (468.75kB) [2021-11-27T04:42:24.259Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.200.v20210803-2129.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (172.19kB) [2021-11-27T04:42:24.516Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.15kB) [2021-11-27T04:42:24.516Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/pom.xml [2021-11-27T04:42:24.517Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/pom.xml [2021-11-27T04:42:24.517Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/pom.xml [2021-11-27T04:42:24.517Z] [INFO] Fetching com.google.gson_2.8.7.v20210624-1215.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (262.25kB) [2021-11-27T04:42:24.773Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/pom.xml [2021-11-27T04:42:24.773Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/pom.xml [2021-11-27T04:42:24.773Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/pom.xml [2021-11-27T04:42:24.773Z] [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.89MB) [2021-11-27T04:42:25.029Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.53MB) [2021-11-27T04:42:25.286Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (624.34kB) [2021-11-27T04:42:25.849Z] [INFO] Fetching org.jython_2.7.0.I202104151016.jar from https://eclipse-ease-addons.github.io/org.eclipse.ease.engines.p2/latest/plugins/ (27.97MB) [2021-11-27T04:42:26.779Z] [INFO] Fetching org.jython_2.7.0.I202104151016.jar from https://eclipse-ease-addons.github.io/org.eclipse.ease.engines.p2/latest/plugins/ (24.27MB of 27.97MB at 24.26MB/s) [2021-11-27T04:42:27.036Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I202104151016.jar from https://eclipse-ease-addons.github.io/org.eclipse.ease.engines.p2/latest/plugins/ (6.51MB) [2021-11-27T04:42:27.598Z] [INFO] Fetching org.eclipse.ant.core_3.6.100.v20210731-1643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.27kB) [2021-11-27T04:42:27.598Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20210825222808/repository/plugins/ (1.24MB) [2021-11-27T04:42:27.598Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.300.v202106021855.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (8.16MB) [2021-11-27T04:42:28.160Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (239.59kB) [2021-11-27T04:42:28.160Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.65MB) [2021-11-27T04:42:28.724Z] [INFO] Fetching org.eclipse.pde.core_3.14.400.v20210812-0807.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.33MB) [2021-11-27T04:42:29.306Z] [INFO] Fetching py4j-java_0.10.9.3-bnd-LoVopg.jar from http://eclipse.py4j.org/plugins/ (119.81kB) [2021-11-27T04:42:29.563Z] [INFO] Fetching py4j-python_0.10.9.3-bnd-2odeag.jar from http://eclipse.py4j.org/plugins/ (79.91kB) [2021-11-27T04:42:33.779Z] [INFO] Fetching org.jruby_9.0.5.I202104151016.jar from https://eclipse-ease-addons.github.io/org.eclipse.ease.engines.p2/latest/plugins/ (20.22MB) [2021-11-27T04:42:34.709Z] [INFO] Fetching org.jruby_9.0.5.I202104151016.jar from https://eclipse-ease-addons.github.io/org.eclipse.ease.engines.p2/latest/plugins/ (6.12MB of 20.22MB at 6.11MB/s) [2021-11-27T04:42:35.641Z] [INFO] Fetching org.jruby_9.0.5.I202104151016.jar from https://eclipse-ease-addons.github.io/org.eclipse.ease.engines.p2/latest/plugins/ (15.96MB of 20.22MB at 7.97MB/s) [2021-11-27T04:42:36.204Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (294.6kB) [2021-11-27T04:42:36.204Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (345.49kB) [2021-11-27T04:42:36.461Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (161.02kB) [2021-11-27T04:42:36.461Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (36.06kB) [2021-11-27T04:42:36.723Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (69.05kB) [2021-11-27T04:42:36.723Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (109.64kB) [2021-11-27T04:42:36.988Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (367.36kB) [2021-11-27T04:42:36.988Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (244.04kB) [2021-11-27T04:42:37.253Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.48kB) [2021-11-27T04:42:37.254Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (56.37kB) [2021-11-27T04:42:37.254Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (24.82kB) [2021-11-27T04:42:37.513Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.6.100.v20210723-0757.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (101.87kB) [2021-11-27T04:42:37.769Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (242.54kB) [2021-11-27T04:42:37.769Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.34kB) [2021-11-27T04:42:38.026Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (248.88kB) [2021-11-27T04:42:38.026Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (129.25kB) [2021-11-27T04:42:38.283Z] [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (477.46kB) [2021-11-27T04:42:38.539Z] [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (58.24kB) [2021-11-27T04:42:38.539Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.34kB) [2021-11-27T04:42:38.796Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (117.9kB) [2021-11-27T04:42:38.796Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (361.95kB) [2021-11-27T04:42:39.052Z] [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (411.39kB) [2021-11-27T04:42:39.052Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.201.v202108041556.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (159.48kB) [2021-11-27T04:42:39.309Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.54kB) [2021-11-27T04:42:39.567Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/pom.xml [2021-11-27T04:42:39.567Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/pom.xml [2021-11-27T04:42:39.567Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/pom.xml [2021-11-27T04:42:39.567Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/pom.xml [2021-11-27T04:42:39.567Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2021-11-27T04:42:39.568Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/pom.xml [2021-11-27T04:42:39.825Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/pom.xml [2021-11-27T04:42:42.348Z] [INFO] Fetching org.python.pydev.ast_9.2.0.202110311311.jar from https://github.com/fabioz/Pydev/releases/download/pydev_9_2_0/ (598.17kB) [2021-11-27T04:42:42.605Z] [INFO] Fetching org.python.pydev.core_9.2.0.202110311311.jar from https://github.com/fabioz/Pydev/releases/download/pydev_9_2_0/ (4.95MB) [2021-11-27T04:42:42.861Z] [INFO] Fetching org.python.pydev.parser_9.2.0.202110311311.jar from https://github.com/fabioz/Pydev/releases/download/pydev_9_2_0/ (1.26MB) [2021-11-27T04:42:43.425Z] [INFO] Fetching org.python.pydev.shared_core_9.2.0.202110311311.jar from https://github.com/fabioz/Pydev/releases/download/pydev_9_2_0/ (5.09MB) [2021-11-27T04:42:43.425Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/pom.xml [2021-11-27T04:42:43.425Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2021-11-27T04:42:43.683Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/pom.xml [2021-11-27T04:42:43.684Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2021-11-27T04:42:43.942Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2021-11-27T04:42:43.943Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2021-11-27T04:42:43.943Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2021-11-27T04:42:43.943Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2021-11-27T04:42:43.943Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2021-11-27T04:42:43.943Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/pom.xml [2021-11-27T04:42:44.200Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/pom.xml [2021-11-27T04:42:44.201Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/pom.xml [2021-11-27T04:42:44.201Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/pom.xml [2021-11-27T04:42:44.201Z] [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.21MB) [2021-11-27T04:42:45.133Z] [INFO] Fetching net.bytebuddy.byte-buddy-agent_1.9.0.v20181106-1534.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.98kB) [2021-11-27T04:42:45.133Z] [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.03kB) [2021-11-27T04:42:45.133Z] [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (618.07kB) [2021-11-27T04:42:45.390Z] [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (199.25kB) [2021-11-27T04:42:45.647Z] [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.48kB) [2021-11-27T04:42:45.647Z] [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (115.31kB) [2021-11-27T04:42:45.647Z] [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (71.25kB) [2021-11-27T04:42:45.904Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/pom.xml [2021-11-27T04:42:45.904Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/pom.xml [2021-11-27T04:42:45.904Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/pom.xml [2021-11-27T04:42:45.904Z] [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.42kB) [2021-11-27T04:42:46.161Z] [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (592.12kB) [2021-11-27T04:42:46.418Z] [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.59kB) [2021-11-27T04:42:46.418Z] [INFO] Fetching org.eclipse.ui.ide.application_1.4.100.v20210506-1050.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (110.51kB) [2021-11-27T04:42:46.697Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2021-11-27T04:42:46.697Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2021-11-27T04:42:46.697Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2021-11-27T04:42:46.697Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2021-11-27T04:42:46.697Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2021-11-27T04:42:46.698Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2021-11-27T04:42:46.698Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/pom.xml [2021-11-27T04:42:46.698Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/pom.xml [2021-11-27T04:42:46.698Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/pom.xml [2021-11-27T04:42:46.698Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2021-11-27T04:42:46.698Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2021-11-27T04:42:46.954Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2021-11-27T04:42:46.955Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2021-11-27T04:42:46.955Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/pom.xml [2021-11-27T04:42:46.955Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/pom.xml [2021-11-27T04:42:46.955Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/pom.xml [2021-11-27T04:42:46.955Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/pom.xml [2021-11-27T04:42:46.955Z] [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (96.33kB) [2021-11-27T04:42:47.212Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (56.85kB) [2021-11-27T04:42:47.212Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.5kB) [2021-11-27T04:42:47.470Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.36MB) [2021-11-27T04:42:47.726Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.67MB) [2021-11-27T04:42:47.726Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.33MB) [2021-11-27T04:42:48.289Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.45MB) [2021-11-27T04:42:48.546Z] [INFO] Fetching org.eclipse.help.ui_4.3.100.v20210619-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (534.46kB) [2021-11-27T04:42:49.109Z] [INFO] Fetching org.eclipse.help.webapp_3.10.400.v20210604-1216.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (736.5kB) [2021-11-27T04:42:49.109Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.0.v20210414-1616.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (28.7kB) [2021-11-27T04:42:49.366Z] [INFO] Fetching org.eclipse.ui.browser_3.7.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (206.46kB) [2021-11-27T04:42:49.623Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.100.v20210311-1631.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (229.5kB) [2021-11-27T04:42:49.623Z] [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (243.43kB) [2021-11-27T04:42:49.623Z] [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (769.66kB) [2021-11-27T04:42:49.880Z] [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (171.75kB) [2021-11-27T04:42:49.880Z] [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (561.39kB) [2021-11-27T04:42:50.137Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.3.0.v20210723-1156.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.6kB) [2021-11-27T04:42:50.137Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (27.76kB) [2021-11-27T04:42:50.394Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.0.v20210723-2021.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.61kB) [2021-11-27T04:42:50.394Z] [INFO] Fetching org.eclipse.help.base_4.3.400.v20210906-0500.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (432.53kB) [2021-11-27T04:42:50.650Z] [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (194.96kB) [2021-11-27T04:42:50.650Z] [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.82kB) [2021-11-27T04:42:50.907Z] [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB) [2021-11-27T04:42:50.908Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/pom.xml [2021-11-27T04:42:50.908Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/pom.xml [2021-11-27T04:42:50.908Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java.test:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/pom.xml [2021-11-27T04:42:50.908Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.releng:pom:0.9.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 [2021-11-27T04:42:50.908Z] [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 [2021-11-27T04:42:50.908Z] [INFO] ------------------------------------------------------------------------ [2021-11-27T04:42:50.908Z] [INFO] Reactor Build Order: [2021-11-27T04:42:50.908Z] [INFO] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.releng [pom] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2021-11-27T04:42:50.908Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.ui.scripts.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.ui.completions.java.test [eclipse-test-plugin] [2021-11-27T04:42:50.909Z] [INFO] org.eclipse.ease.releng.coverage [pom] [2021-11-27T04:42:50.909Z] [INFO] EASE (Incubation) [pom] [2021-11-27T04:42:50.909Z] [INFO] [2021-11-27T04:42:50.909Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2021-11-27T04:42:50.909Z] [INFO] Building org.eclipse.ease.classloader 0.9.0-SNAPSHOT [1/49] [2021-11-27T04:42:50.909Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:42:50.909Z] [INFO] [2021-11-27T04:42:50.909Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:51.842Z] [INFO] [2021-11-27T04:42:51.842Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:56.047Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:56.047Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.047Z] [INFO] [2021-11-27T04:42:56.048Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:17.953Z] [INFO] [2021-11-27T04:43:17.953Z] Loading source files for package org.eclipse.ease.classloader... [2021-11-27T04:43:17.953Z] Constructing Javadoc information... [2021-11-27T04:43:17.953Z] No plugin definition found, skipping [2021-11-27T04:43:17.953Z] No plugin definition found, skipping [2021-11-27T04:43:17.953Z] [INFO] [2021-11-27T04:43:17.953Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:17.953Z] [INFO] [2021-11-27T04:43:17.953Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:18.517Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:43:18.517Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/src/main/resources [2021-11-27T04:43:18.517Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/help [2021-11-27T04:43:18.517Z] [INFO] [2021-11-27T04:43:18.517Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:20.410Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/classes [2021-11-27T04:43:20.973Z] [INFO] [2021-11-27T04:43:20.973Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:20.973Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:43:20.973Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/src/test/resources [2021-11-27T04:43:20.973Z] [INFO] [2021-11-27T04:43:20.973Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:20.973Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:43:20.973Z] [INFO] [2021-11-27T04:43:20.973Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:21.230Z] [INFO] [2021-11-27T04:43:21.230Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:21.230Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.9.0-SNAPSHOT.jar [2021-11-27T04:43:21.230Z] [INFO] [2021-11-27T04:43:21.230Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:21.230Z] [INFO] [2021-11-27T04:43:21.230Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:21.230Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.classloader:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:43:21.230Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.classloader:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:43:21.230Z] [INFO] [2021-11-27T04:43:21.230Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:27.777Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:43:28.341Z] [WARNING] Could not find class org.eclipse.ease.classloader.EaseClassLoader, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:28.904Z] [INFO] [2021-11-27T04:43:28.904Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:28.904Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:43:28.904Z] [INFO] [2021-11-27T04:43:28.904Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:38.861Z] [INFO] Fork Value is false [2021-11-27T04:43:38.861Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:43:40.234Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:43:40.490Z] [INFO] [2021-11-27T04:43:40.490Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:52.710Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:43:52.710Z] [INFO] [2021-11-27T04:43:52.710Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:52.710Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.9.0-SNAPSHOT/org.eclipse.ease.classloader-0.9.0-SNAPSHOT.jar [2021-11-27T04:43:52.710Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.9.0-SNAPSHOT/org.eclipse.ease.classloader-0.9.0-SNAPSHOT.pom [2021-11-27T04:43:52.710Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.9.0-SNAPSHOT/org.eclipse.ease.classloader-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:43:52.710Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.9.0-SNAPSHOT/org.eclipse.ease.classloader-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:43:52.710Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.9.0-SNAPSHOT/org.eclipse.ease.classloader-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:43:52.710Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2021-11-27T04:43:52.711Z] [INFO] Building org.eclipse.ease 0.9.0-SNAPSHOT [2/49] [2021-11-27T04:43:52.711Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] The project's OSGi version is 0.9.0.I202111221312 [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] The project's OSGi version is 0.9.0.I202111221312 [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] [2021-11-27T04:43:52.711Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease --- [2021-11-27T04:43:53.698Z] [INFO] [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.adapters... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.applications... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.debugging... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.debugging.events... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.debugging.model... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.modules... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.security... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.service... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.sign... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.tools... [2021-11-27T04:43:53.698Z] Loading source files for package org.eclipse.ease.urlhandler... [2021-11-27T04:43:53.698Z] Constructing Javadoc information... [2021-11-27T04:43:53.698Z] [INFO] [2021-11-27T04:43:53.698Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2021-11-27T04:43:53.698Z] [INFO] [2021-11-27T04:43:53.698Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2021-11-27T04:43:53.698Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:43:53.698Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/main/resources [2021-11-27T04:43:53.698Z] [INFO] Copying 3 resources to help [2021-11-27T04:43:53.698Z] [INFO] [2021-11-27T04:43:53.698Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease --- [2021-11-27T04:43:53.698Z] [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/classes [2021-11-27T04:43:55.133Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:43:55.134Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/test/resources [2021-11-27T04:43:55.134Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/org.eclipse.ease-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:43:55.134Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/org.eclipse.ease-0.9.0-SNAPSHOT.jar [2021-11-27T04:43:55.134Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:43:55.134Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:43:55.134Z] [INFO] [2021-11-27T04:43:55.134Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease --- [2021-11-27T04:43:55.134Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:43:55.398Z] [WARNING] Could not find class org.eclipse.ease.AbstractCodeParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:55.697Z] [WARNING] Could not find class org.eclipse.ease.AbstractScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:55.994Z] [WARNING] Could not find class org.eclipse.ease.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.295Z] [WARNING] Could not find class org.eclipse.ease.BreakException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.295Z] [WARNING] Could not find class org.eclipse.ease.ExitException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.295Z] [WARNING] Could not find class org.eclipse.ease.ICodeFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.295Z] [WARNING] Could not find class org.eclipse.ease.ICodeParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.295Z] [WARNING] Could not find class org.eclipse.ease.ICompletionContext, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IDebugEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IExecutionListener, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IReplEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IScriptEngineLaunchExtension, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IScriptEngineProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.IScriptable, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.ISecurityCheck, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.Logger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.Script, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.ScriptEngineCancellationException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.296Z] [WARNING] Could not find class org.eclipse.ease.ScriptEngineException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.297Z] [WARNING] Could not find class org.eclipse.ease.ScriptEngineInterruptedException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.297Z] [WARNING] Could not find class org.eclipse.ease.ScriptExecutionException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.297Z] [WARNING] Could not find class org.eclipse.ease.ScriptObjectType, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.297Z] [WARNING] Could not find class org.eclipse.ease.ScriptResult, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.597Z] [WARNING] Could not find class org.eclipse.ease.adapters.ScriptableAdapter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.597Z] [WARNING] Could not find class org.eclipse.ease.applications.ListEngines, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.597Z] [WARNING] Could not find class org.eclipse.ease.debugging.DebugTracer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.AbstractEaseDebugger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.DynamicContentEditorInput, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.EaseDebugFrame, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.IScriptDebugFrame, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.IScriptRegistry, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.ScriptRegistry, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.ScriptSourceLocator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.ScriptStackTrace, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.598Z] [WARNING] Could not find class org.eclipse.ease.debugging.dispatcher.EventDispatchJob, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.895Z] [WARNING] Could not find class org.eclipse.ease.debugging.dispatcher.IEventProcessor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.895Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.AbstractEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.895Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.IDebugEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.EngineStartedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.EngineTerminatedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.EvaluateExpressionEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.IDebuggerEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.ResumedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.ScriptReadyEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.ScriptTerminatedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.StackFramesEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.SuspendedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.ThreadCreatedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.896Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.ThreadTerminatedEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.debugger.VariablesEvent, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.BreakpointRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.DisconnectRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.EvaluateExpressionRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.GetStackFramesRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.GetVariablesRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.IModelRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.ResumeRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.SetVariablesRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.SuspendRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.897Z] [WARNING] Could not find class org.eclipse.ease.debugging.events.model.TerminateRequest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.898Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugLastExecutionResult, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.898Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugElement, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.898Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugProcess, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:56.898Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugStackFrame, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.155Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugTarget, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.155Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugThread, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.155Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseDebugVariable, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.155Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseJavaArrayElementVariable, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.156Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseWatchExpressionDelegate, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.156Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseJavaFieldVariable, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.156Z] [WARNING] Could not find class org.eclipse.ease.debugging.model.EaseWatchExpressionResult, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.156Z] [WARNING] Could not find class org.eclipse.ease.modules.AbstractScriptModule, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.BootStrapper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.IEnvironment, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.IModuleCallbackProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.IModuleListener, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.IScriptModule, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.ModuleCategoryDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.ModuleDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.ModuleHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.ModuleTracker, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.450Z] [WARNING] Could not find class org.eclipse.ease.modules.ScriptParameter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.451Z] [WARNING] Could not find class org.eclipse.ease.modules.WrapToScript, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.451Z] [WARNING] Could not find class org.eclipse.ease.security.ScriptUIAccess, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.451Z] [WARNING] Could not find class org.eclipse.ease.service.EngineDescription, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.451Z] [WARNING] Could not find class org.eclipse.ease.service.IScriptService, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.708Z] [WARNING] Could not find class org.eclipse.ease.service.ScriptServiceFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.708Z] [WARNING] Could not find class org.eclipse.ease.service.ScriptType, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.708Z] [WARNING] Could not find class org.eclipse.ease.sign.IPreferenceConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.708Z] [WARNING] Could not find class org.eclipse.ease.sign.ISignatureConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.708Z] [WARNING] Could not find class org.eclipse.ease.sign.PerformSignature, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.708Z] [WARNING] Could not find class org.eclipse.ease.sign.ScriptSignatureException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.709Z] [WARNING] Could not find class org.eclipse.ease.sign.SignatureCheck, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.709Z] [WARNING] Could not find class org.eclipse.ease.sign.SignatureHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.709Z] [WARNING] Could not find class org.eclipse.ease.sign.SignatureInfo, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.709Z] [WARNING] Could not find class org.eclipse.ease.sign.VerifySignature, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.709Z] [WARNING] Could not find class org.eclipse.ease.tools.ContributionTools, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.966Z] [WARNING] Could not find class org.eclipse.ease.tools.ListenerList, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.966Z] [WARNING] Could not find class org.eclipse.ease.tools.NullOutputStream, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.966Z] [WARNING] Could not find class org.eclipse.ease.tools.PlatformExtension, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.966Z] [WARNING] Could not find class org.eclipse.ease.tools.RunnableWithResult, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.966Z] [WARNING] Could not find class org.eclipse.ease.tools.StringTools, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.967Z] [WARNING] Could not find class org.eclipse.ease.tools.ResourceTools, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.967Z] [WARNING] Could not find class org.eclipse.ease.urlhandler.WorkspaceURLConnection, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.967Z] [WARNING] Could not find class org.eclipse.ease.urlhandler.WorkspaceURLStreamHandlerService, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:43:57.967Z] [WARNING] There are 6 PMD processing errors: [2021-11-27T04:43:57.967Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java [2021-11-27T04:43:57.967Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractReplScriptEngine.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractReplScriptEngine.java [2021-11-27T04:43:57.967Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/applications/RunHeadlessScript.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/applications/RunHeadlessScript.java [2021-11-27T04:43:57.967Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugValue.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugValue.java [2021-11-27T04:43:57.967Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/EnvironmentModule.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/EnvironmentModule.java [2021-11-27T04:43:57.967Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptService.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptService.java [2021-11-27T04:43:58.224Z] [INFO] [2021-11-27T04:43:58.225Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease --- [2021-11-27T04:43:58.225Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:43:58.225Z] [INFO] [2021-11-27T04:43:58.225Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease --- [2021-11-27T04:43:58.225Z] [INFO] Fork Value is false [2021-11-27T04:43:58.494Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:05.103Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:05.103Z] [INFO] [2021-11-27T04:44:05.103Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease --- [2021-11-27T04:44:05.396Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:05.396Z] [INFO] [2021-11-27T04:44:05.396Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2021-11-27T04:44:05.396Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/org.eclipse.ease-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.9.0-SNAPSHOT/org.eclipse.ease-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:05.396Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.9.0-SNAPSHOT/org.eclipse.ease-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:05.396Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/org.eclipse.ease-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.9.0-SNAPSHOT/org.eclipse.ease-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:05.396Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.9.0-SNAPSHOT/org.eclipse.ease-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:05.396Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.9.0-SNAPSHOT/org.eclipse.ease-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:05.396Z] [INFO] [2021-11-27T04:44:05.396Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2021-11-27T04:44:05.396Z] [INFO] [2021-11-27T04:44:05.396Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2021-11-27T04:44:05.396Z] [INFO] Building org.eclipse.ease.ui 0.9.0-SNAPSHOT [3/49] [2021-11-27T04:44:05.396Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] The project's OSGi version is 0.9.0.I202110151352 [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] The project's OSGi version is 0.9.0.I202110151352 [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] [2021-11-27T04:44:05.397Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.ui --- [2021-11-27T04:44:07.297Z] [INFO] [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.completion... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.completion.tokenizer... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.console... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.dialogs... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.dnd... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.handler... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.launching... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.preferences... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.sign... [2021-11-27T04:44:07.297Z] Loading source files for package org.eclipse.ease.ui.tools... [2021-11-27T04:44:07.298Z] Loading source files for package org.eclipse.ease.ui.view... [2021-11-27T04:44:07.298Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins... [2021-11-27T04:44:07.298Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins.modules... [2021-11-27T04:44:07.298Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins.variables... [2021-11-27T04:44:07.298Z] Constructing Javadoc information... [2021-11-27T04:44:07.298Z] [INFO] [2021-11-27T04:44:07.298Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2021-11-27T04:44:07.298Z] [INFO] [2021-11-27T04:44:07.298Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2021-11-27T04:44:07.298Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:07.298Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/main/resources [2021-11-27T04:44:07.298Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/help [2021-11-27T04:44:07.298Z] [INFO] [2021-11-27T04:44:07.298Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui --- [2021-11-27T04:44:07.556Z] [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/classes [2021-11-27T04:44:09.493Z] [INFO] [2021-11-27T04:44:09.493Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.493Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:09.494Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/test/resources [2021-11-27T04:44:09.494Z] [INFO] [2021-11-27T04:44:09.494Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:09.494Z] [INFO] [2021-11-27T04:44:09.494Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.494Z] [INFO] [2021-11-27T04:44:09.494Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:09.494Z] [INFO] [2021-11-27T04:44:09.494Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.494Z] [INFO] [2021-11-27T04:44:09.494Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.494Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:09.494Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:09.494Z] [INFO] [2021-11-27T04:44:09.494Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.ui --- [2021-11-27T04:44:09.494Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:09.494Z] [WARNING] Could not find class org.eclipse.ease.ui.Messages, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:09.798Z] [WARNING] Could not find class org.eclipse.ease.ui.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.096Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.BasicContext, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.096Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.CodeCompletionAggregator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.393Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.CompletionLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.394Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.IHelpResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.394Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.IImageResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.394Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.ScriptCompletionProposal, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.394Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.AbstractCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.394Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.394Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.AbstractPathCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.651Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.EnvironmentLocationCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.651Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.ICompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.651Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.LoadModuleCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.651Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.LoadedModuleCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.651Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.LocationResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.651Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.provider.VariablesCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.652Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.tokenizer.Bracket, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.652Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.tokenizer.IClassResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.652Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.tokenizer.BracketMatcher, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.652Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.tokenizer.IMethodResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.652Z] [WARNING] Could not find class org.eclipse.ease.ui.completion.tokenizer.TokenList, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.652Z] [WARNING] Could not find class org.eclipse.ease.ui.console.ScriptConsole, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.949Z] [WARNING] Could not find class org.eclipse.ease.ui.console.ScriptConsolePageParticipant, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.949Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.ConsoleMessages, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.949Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.RemoveAllTerminatedConsolesAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.949Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.RemoveCurrentConsoleAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.ShowStandardErrorAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.ShowStandardOutAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.ShowWhenContentChangesAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.console.actions.TerminateConsoleAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.debugging.model.AbstractEaseDebugModelPresentation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.dialogs.ParametersDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.AbstractFileDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:10.950Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.AbstractModuleDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.208Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.IShellDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.208Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.JarDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.208Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.ModulesDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.208Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.ResourceDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.208Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.ShellDropTarget, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.dnd.VariablesDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.ClearDisplay, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.LoadModule, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.OpenHelp, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.OpenModulesPreferences, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.OpenScriptHelp, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.PasteTextToScriptShell, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.PerformSignature, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.209Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.Reset, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.SpawnShell, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.StopScriptExecution, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.SwitchEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.handler.ToggleDropinsSection, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.ConstantHelp, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.EditorToolTipDecorator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.497Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.EditorToolTipGenerator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.498Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.HelpHoverImageProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.498Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.HoverManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.498Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.IHoverContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.498Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.IHoverHelp, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.498Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.MethodHelp, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.498Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.ModuleHelp, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.755Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.AbstractHoverInformationControlManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:11.755Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.AbstractInformationControlManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.ControlHoverManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.DelayedInputChangeListener, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.InformationControlReplacer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.InternalAccessor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.StaticHoverContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.StickyHoverManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.JavaDocLikeHover, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.049Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.TableViewerHoverManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.306Z] [WARNING] Could not find class org.eclipse.ease.ui.help.hovers.internal.TreeViewerHoverManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.306Z] [WARNING] Could not find class org.eclipse.ease.ui.launching.FileExtensionFilter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.306Z] [WARNING] Could not find class org.eclipse.ease.ui.launching.LaunchConfigurationTabGroup, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.306Z] [WARNING] Could not find class org.eclipse.ease.ui.launching.LaunchConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.307Z] [WARNING] Could not find class org.eclipse.ease.ui.launching.LibrariesTab, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.307Z] [WARNING] Could not find class org.eclipse.ease.ui.launching.MainTab, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.307Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModuleContributionFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.307Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulePopupItem, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulePopupMenu, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulesComposite, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulesContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulesDragListener, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulesFilter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulesLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.modules.ui.ModulesTools, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.594Z] [WARNING] Could not find class org.eclipse.ease.ui.perspectives.ScriptingPerspective, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.IPreferenceConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.ModulesContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.ModulesLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.ModulesPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.PreferenceInitializer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.ScriptingPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.preferences.ShellPreferencePage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.595Z] [WARNING] Could not find class org.eclipse.ease.ui.propertytester.EngineTester, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.propertytester.ScriptEnginePropertyTester, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.sign.GetInfo, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.sign.ISignatureHelperConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.sign.PasswordDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.sign.PerformAdvancedSignPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.sign.PerformBasicSignPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.sign.PerformSignWizard, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.AbstractLaunchDelegate, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.AbstractPopupItem, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.AbstractPopupMenu, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.853Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.AbstractVirtualTreeProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:12.854Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.AbstractWorkbenchRunnable, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.DecoratedLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.LocationImageDescriptor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.TextWithImage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.Timer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.tools.ToggleHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.view.EngineContributionFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.view.ModuleExplorerView, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.view.ScriptHistoryText, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.111Z] [WARNING] Could not find class org.eclipse.ease.ui.view.ScriptShell, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.368Z] [WARNING] Could not find class org.eclipse.ease.ui.view.TextSelectionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.view.VariablesDragListener, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.AbstractDropin, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.IShellDropin, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackDropin, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.variables.ContentLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.variables.HiddenVariablesFilter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.variables.VariablesComparator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.variables.VariablesContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.variables.VariablesDropin, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.369Z] [WARNING] Could not find class org.eclipse.ease.ui.views.shell.dropins.variables.VariablesLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:13.370Z] [WARNING] There are 3 PMD processing errors: [2021-11-27T04:44:13.370Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/tokenizer/InputTokenizer.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/tokenizer/InputTokenizer.java [2021-11-27T04:44:13.370Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ContentProposalModifier.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ContentProposalModifier.java [2021-11-27T04:44:13.370Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/EaseLaunchDelegate.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/EaseLaunchDelegate.java [2021-11-27T04:44:13.649Z] [INFO] [2021-11-27T04:44:13.649Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.ui --- [2021-11-27T04:44:13.649Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:13.649Z] [INFO] [2021-11-27T04:44:13.649Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui --- [2021-11-27T04:44:13.649Z] [INFO] Fork Value is false [2021-11-27T04:44:13.649Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:21.850Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:22.108Z] [INFO] [2021-11-27T04:44:22.109Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui --- [2021-11-27T04:44:22.674Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2021-11-27T04:44:22.675Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.9.0-SNAPSHOT/org.eclipse.ease.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:22.675Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.9.0-SNAPSHOT/org.eclipse.ease.ui-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:22.675Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.9.0-SNAPSHOT/org.eclipse.ease.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:22.675Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.9.0-SNAPSHOT/org.eclipse.ease.ui-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:22.675Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.9.0-SNAPSHOT/org.eclipse.ease.ui-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2021-11-27T04:44:22.675Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.9.0-SNAPSHOT [4/49] [2021-11-27T04:44:22.675Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.675Z] [INFO] The project's OSGi version is 0.9.0.I202110141644 [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2021-11-27T04:44:22.675Z] [INFO] [2021-11-27T04:44:22.675Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.675Z] [INFO] The project's OSGi version is 0.9.0.I202110141644 [2021-11-27T04:44:22.676Z] [INFO] [2021-11-27T04:44:22.676Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.676Z] [INFO] [2021-11-27T04:44:22.676Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:22.676Z] [INFO] [2021-11-27T04:44:22.676Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2021-11-27T04:44:22.676Z] [INFO] [2021-11-27T04:44:22.676Z] [INFO] [2021-11-27T04:44:22.676Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.600Z] [INFO] [2021-11-27T04:44:24.600Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2021-11-27T04:44:24.600Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2021-11-27T04:44:24.600Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2021-11-27T04:44:24.600Z] Constructing Javadoc information... [2021-11-27T04:44:24.600Z] [INFO] [2021-11-27T04:44:24.600Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.600Z] [INFO] [2021-11-27T04:44:24.600Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.600Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:24.600Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/src/main/resources [2021-11-27T04:44:24.600Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/help [2021-11-27T04:44:24.600Z] [INFO] [2021-11-27T04:44:24.600Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/target/classes [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:24.601Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/src/test/resources [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.completions.java:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:24.601Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.completions.java:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:24.601Z] [INFO] [2021-11-27T04:44:24.601Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:24.601Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:24.897Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.handlers.JavaFieldHelpResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:24.897Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.handlers.JavaClassHelpResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.196Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.handlers.JavaMethodHelpResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.196Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.handlers.JavaPackageHelpResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.196Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.hovers.internal.VirtualClasspathFile, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.196Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.hovers.internal.VirtualProject, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.498Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.help.hovers.internal.VirtualProjectDescription, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.498Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.498Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.provider.JavaMethodCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.754Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.754Z] [WARNING] Could not find class org.eclipse.ease.ui.completions.java.provider.JavaResources, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:25.754Z] [INFO] [2021-11-27T04:44:25.754Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:25.754Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:25.754Z] [INFO] [2021-11-27T04:44:25.754Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:25.754Z] [INFO] Fork Value is false [2021-11-27T04:44:26.011Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:29.312Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:29.312Z] [INFO] [2021-11-27T04:44:29.312Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:29.312Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:29.312Z] [INFO] [2021-11-27T04:44:29.312Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:29.312Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:29.312Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:29.312Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:29.313Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:29.313Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2021-11-27T04:44:29.313Z] [INFO] Building org.eclipse.ease.ui.scripts 0.9.0-SNAPSHOT [5/49] [2021-11-27T04:44:29.313Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] [2021-11-27T04:44:29.313Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.222Z] [INFO] [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2021-11-27T04:44:31.222Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2021-11-27T04:44:31.223Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2021-11-27T04:44:31.223Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2021-11-27T04:44:31.223Z] Constructing Javadoc information... [2021-11-27T04:44:31.223Z] [INFO] [2021-11-27T04:44:31.223Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.223Z] [INFO] [2021-11-27T04:44:31.223Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.223Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:31.223Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/main/resources [2021-11-27T04:44:31.223Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/help [2021-11-27T04:44:31.223Z] [INFO] [2021-11-27T04:44:31.223Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.223Z] [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/classes [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:31.805Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/test/resources [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.scripts:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:31.805Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.scripts:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:31.805Z] [INFO] [2021-11-27T04:44:31.805Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:31.805Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:32.097Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IRawLocation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.097Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IRepositoryFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.097Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IRepositoryPackage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IScript, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IStorage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IScriptLocation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.KeywordMapImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.RawLocationImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.RepositoryFactoryImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.398Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.RepositoryPackageImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.695Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.ScriptImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.ScriptLocationImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.StorageImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.util.RepositoryAdapterFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.util.RepositoryResourceFactoryImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.util.RepositoryResourceImpl, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.util.RepositorySwitch, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.util.RepositoryXMLProcessor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:32.953Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.FileScriptStorage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.211Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.Messages, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.211Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ScriptContributionFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.211Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ScriptEditorInput, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ScriptStorage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ScriptURLConnection, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ScriptURLStreamHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.WorkspaceScriptStorage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.dialogs.AddKeywordDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.dialogs.SelectScriptStorageDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.ExpressionTools, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.ICompositeExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.IExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.212Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.AbstractCompositeExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.AbstractExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.AdaptExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.AndExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.CountExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.EqualsExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.InstanceOfExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.IterateExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.470Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.NotExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.OrExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.ReferenceExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.ResolveExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.RootExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.SystemTestExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.TestExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.definitions.WithExpressionDefinition, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.handler.CreateExpressionHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.handler.DeleteExpressionHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.ui.ExpressionContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.471Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.ui.ExpressionComposite, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.472Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.expressions.ui.ExpressionDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.748Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.handler.CreateUserKeyword, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.748Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.handler.EditScript, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.748Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.handler.RefreshRepository, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.749Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.handler.RunScript, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.749Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.handler.ToggleScriptRecording, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.749Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.CommandContributionItem, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:33.749Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.CronHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.CronScheduler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.EventBusHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.KeyHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.MenuHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.PopupHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.ResourceChangeHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.006Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.SaveEditorHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.297Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.ScriptContributionFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.297Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.ScriptContributionItem, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.297Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.ShutdownHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.StartupHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.preferences.IPreferenceConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.keywordhandler.ToolbarHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.preferences.LocationsPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.preferences.PreferenceInitializer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.preferences.PreferencesHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.preferences.SignaturePreferencePage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.preferences.URIValidator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.298Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.properties.AllKeywordsSection, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.555Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.properties.ScriptUIIntegrationSection, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.555Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.IRepositoryService, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.556Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.FileSystemParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.556Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.GithubParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.556Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.HttpParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.556Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.InputStreamParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.556Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.PluginParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.812Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.RepositoryService, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.812Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.RepositoryServiceFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.812Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.Startup, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.812Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.UpdateRepositoryJob, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.812Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.repository.impl.WorkspaceParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.touchpoints.AddScriptLocationTouchpoint, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.Decorator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptComposite, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptContextMenuEntries, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptDragSource, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptDropHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptEngineFilter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptPopup, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptPopupMenu, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.ui.ScriptSelectionDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:34.813Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.view.ScriptDropin, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:35.070Z] [WARNING] Could not find class org.eclipse.ease.ui.scripts.view.ScriptExplorerView, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:35.070Z] [INFO] [2021-11-27T04:44:35.070Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:35.070Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:35.070Z] [INFO] [2021-11-27T04:44:35.070Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:35.070Z] [INFO] Fork Value is false [2021-11-27T04:44:35.326Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:43.447Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:43.447Z] [INFO] [2021-11-27T04:44:43.447Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:43.447Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:43.447Z] [INFO] [2021-11-27T04:44:43.447Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:43.447Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:43.447Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:43.447Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:43.447Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:43.447Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:43.447Z] [INFO] [2021-11-27T04:44:43.447Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2021-11-27T04:44:43.447Z] [INFO] [2021-11-27T04:44:43.447Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2021-11-27T04:44:43.447Z] [INFO] Building org.eclipse.ease.releng 0.9.0-SNAPSHOT [6/49] [2021-11-27T04:44:43.447Z] [INFO] --------------------------------[ pom ]--------------------------------- [2021-11-27T04:44:43.447Z] [INFO] [2021-11-27T04:44:43.447Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2021-11-27T04:44:43.447Z] [INFO] [2021-11-27T04:44:43.447Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2021-11-27T04:44:43.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng/0.9.0-SNAPSHOT/org.eclipse.ease.releng-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2021-11-27T04:44:43.448Z] [INFO] Building org.eclipse.ease.lang.javascript 0.9.0-SNAPSHOT [7/49] [2021-11-27T04:44:43.448Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] The project's OSGi version is 0.9.0.I202110141644 [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] The project's OSGi version is 0.9.0.I202110141644 [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] [2021-11-27T04:44:43.448Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.395Z] [INFO] [2021-11-27T04:44:44.395Z] Loading source files for package org.eclipse.ease.lang.javascript... [2021-11-27T04:44:44.395Z] Constructing Javadoc information... [2021-11-27T04:44:44.395Z] [INFO] [2021-11-27T04:44:44.395Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.395Z] [INFO] [2021-11-27T04:44:44.395Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.395Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:44.395Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/main/resources [2021-11-27T04:44:44.395Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/help [2021-11-27T04:44:44.395Z] [INFO] [2021-11-27T04:44:44.395Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.395Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/classes [2021-11-27T04:44:44.395Z] [INFO] [2021-11-27T04:44:44.395Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.395Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:44.395Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/test/resources [2021-11-27T04:44:44.395Z] [INFO] [2021-11-27T04:44:44.395Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.396Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:44.396Z] [INFO] [2021-11-27T04:44:44.396Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.396Z] [INFO] [2021-11-27T04:44:44.396Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.396Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:44.396Z] [INFO] [2021-11-27T04:44:44.396Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.396Z] [INFO] [2021-11-27T04:44:44.396Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.396Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:44.396Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:44.396Z] [INFO] [2021-11-27T04:44:44.396Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.396Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:44.697Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.JavaScriptCodeParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:44.697Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.JavaScriptCodeFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:44.697Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.JavaScriptCompletionContext, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:44.697Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.JavaScriptHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:44.697Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:44.997Z] [INFO] [2021-11-27T04:44:44.997Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.997Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:44.997Z] [INFO] [2021-11-27T04:44:44.997Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:44.997Z] [INFO] Fork Value is false [2021-11-27T04:44:44.997Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:47.577Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:47.577Z] [INFO] [2021-11-27T04:44:47.577Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:47.577Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:47.577Z] [INFO] [2021-11-27T04:44:47.577Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:47.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:47.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:47.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:47.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:47.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2021-11-27T04:44:47.578Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.9.0-SNAPSHOT [8/49] [2021-11-27T04:44:47.578Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.578Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2021-11-27T04:44:47.578Z] [INFO] [2021-11-27T04:44:47.578Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.578Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:44:47.579Z] [INFO] [2021-11-27T04:44:47.579Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.579Z] [INFO] [2021-11-27T04:44:47.579Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:47.579Z] [INFO] [2021-11-27T04:44:47.579Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2021-11-27T04:44:47.579Z] [INFO] [2021-11-27T04:44:47.579Z] [INFO] [2021-11-27T04:44:47.579Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.005Z] [INFO] [2021-11-27T04:44:49.005Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2021-11-27T04:44:49.005Z] Constructing Javadoc information... [2021-11-27T04:44:49.005Z] [INFO] [2021-11-27T04:44:49.005Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.005Z] [INFO] [2021-11-27T04:44:49.005Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.005Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:49.005Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/src/main/resources [2021-11-27T04:44:49.005Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/help [2021-11-27T04:44:49.005Z] [INFO] [2021-11-27T04:44:49.005Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.005Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/classes [2021-11-27T04:44:49.005Z] [INFO] [2021-11-27T04:44:49.006Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.006Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:49.006Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/src/test/resources [2021-11-27T04:44:49.006Z] [INFO] [2021-11-27T04:44:49.006Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.006Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:49.006Z] [INFO] [2021-11-27T04:44:49.006Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.006Z] [INFO] [2021-11-27T04:44:49.006Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.006Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:49.263Z] [INFO] [2021-11-27T04:44:49.263Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.263Z] [INFO] [2021-11-27T04:44:49.263Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.263Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:49.263Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:49.263Z] [INFO] [2021-11-27T04:44:49.263Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.263Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:49.263Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ManifestParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:49.263Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ArchiveEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:49.263Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.NonClosingInputStream, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:49.263Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:49.520Z] [INFO] [2021-11-27T04:44:49.520Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.520Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:49.520Z] [INFO] [2021-11-27T04:44:49.520Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:49.520Z] [INFO] Fork Value is false [2021-11-27T04:44:49.520Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:52.095Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:52.095Z] [INFO] [2021-11-27T04:44:52.095Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:52.096Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:52.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:52.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:52.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:52.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:52.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2021-11-27T04:44:52.096Z] [INFO] Building org.eclipse.ease.lang.python 0.9.0-SNAPSHOT [9/49] [2021-11-27T04:44:52.096Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.096Z] [INFO] The project's OSGi version is 0.9.0.I202111151120 [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.096Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2021-11-27T04:44:52.096Z] [INFO] [2021-11-27T04:44:52.097Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.097Z] [INFO] The project's OSGi version is 0.9.0.I202111151120 [2021-11-27T04:44:52.097Z] [INFO] [2021-11-27T04:44:52.097Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.097Z] [INFO] [2021-11-27T04:44:52.097Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:52.097Z] [INFO] [2021-11-27T04:44:52.097Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2021-11-27T04:44:52.097Z] [INFO] [2021-11-27T04:44:52.097Z] [INFO] [2021-11-27T04:44:52.097Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.506Z] [INFO] [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python... [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2021-11-27T04:44:53.506Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2021-11-27T04:44:53.506Z] Constructing Javadoc information... [2021-11-27T04:44:53.506Z] [INFO] [2021-11-27T04:44:53.506Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.506Z] [INFO] [2021-11-27T04:44:53.506Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.506Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:53.506Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src/main/resources [2021-11-27T04:44:53.506Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/help [2021-11-27T04:44:53.506Z] [INFO] [2021-11-27T04:44:53.506Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.506Z] [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/classes [2021-11-27T04:44:53.797Z] [INFO] [2021-11-27T04:44:53.797Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.797Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:53.797Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src/test/resources [2021-11-27T04:44:53.797Z] [INFO] [2021-11-27T04:44:53.797Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.797Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:53.797Z] [INFO] [2021-11-27T04:44:53.797Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.797Z] [INFO] [2021-11-27T04:44:53.797Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.797Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:53.797Z] [INFO] [2021-11-27T04:44:53.797Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.797Z] [INFO] [2021-11-27T04:44:53.797Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.797Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:53.798Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:53.798Z] [INFO] [2021-11-27T04:44:53.798Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:53.798Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:54.055Z] [WARNING] Could not find class org.eclipse.ease.lang.python.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.055Z] [WARNING] Could not find class org.eclipse.ease.lang.python.Pep302ModuleImporter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.055Z] [WARNING] Could not find class org.eclipse.ease.lang.python.PyDevPathImporter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.055Z] [WARNING] Could not find class org.eclipse.ease.lang.python.PythonCodeParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.055Z] [WARNING] Could not find class org.eclipse.ease.lang.python.PythonCompletionContext, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.056Z] [WARNING] Could not find class org.eclipse.ease.lang.python.PythonHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debug.ITracingConstant, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.ICodeTracer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.IPythonDebugEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.IPyFrame, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.IPythonScriptRegistry, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.PythonBreakpoint, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.PythonDebugger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.PythonEventDispatchJob, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.313Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.PythonScriptRegistry, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.314Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.ResourceHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.314Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.actions.FrameworkFilterAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.314Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.actions.MagicFilterAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.570Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.actions.ViewFilterAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.570Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.model.PythonDebugModelPresentation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.571Z] [WARNING] Could not find class org.eclipse.ease.lang.python.debugger.model.PythonDebugTarget, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.571Z] [WARNING] Could not find class org.eclipse.ease.lang.python.preferences.IPreferenceConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.571Z] [WARNING] Could not find class org.eclipse.ease.lang.python.ui.completion.PythonCompletionProviderWrapper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.571Z] [WARNING] Could not find class org.eclipse.ease.lang.python.ui.completion.PythonHelpResolver, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:54.571Z] [WARNING] There are 1 PMD processing errors: [2021-11-27T04:44:54.571Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeFactory.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeFactory.java [2021-11-27T04:44:54.571Z] [INFO] [2021-11-27T04:44:54.571Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:54.571Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:54.571Z] [INFO] [2021-11-27T04:44:54.571Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:54.571Z] [INFO] Fork Value is false [2021-11-27T04:44:54.571Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:44:57.848Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:44:57.848Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:57.849Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:57.849Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:57.849Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT.pom [2021-11-27T04:44:57.849Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:57.849Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:44:57.849Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2021-11-27T04:44:57.849Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.9.0-SNAPSHOT [10/49] [2021-11-27T04:44:57.849Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.849Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.849Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.849Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.850Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] [2021-11-27T04:44:57.850Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2021-11-27T04:44:59.796Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2021-11-27T04:44:59.796Z] Constructing Javadoc information... [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:59.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/main/resources [2021-11-27T04:44:59.796Z] [INFO] Copying 2 resources to help [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/classes [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:44:59.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/test/resources [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT.jar [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.796Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.796Z] [INFO] [2021-11-27T04:44:59.797Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.797Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:59.797Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:44:59.797Z] [INFO] [2021-11-27T04:44:59.797Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:44:59.797Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:44:59.797Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.ICodeTraceFilter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:59.797Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:44:59.797Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.IInteractiveReturn, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.IPythonSideEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.Py4JBootstrap, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.Py4JScriptEnginePrefConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.ui.PreferenceInitializer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.096Z] [WARNING] Could not find class org.eclipse.ease.lang.python.py4j.internal.ui.Py4JPreferencePage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:00.354Z] [INFO] [2021-11-27T04:45:00.354Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:45:00.354Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:00.354Z] [INFO] [2021-11-27T04:45:00.354Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:45:00.354Z] [INFO] Fork Value is false [2021-11-27T04:45:00.354Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:03.645Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:03.645Z] [INFO] [2021-11-27T04:45:03.645Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:45:03.645Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:03.645Z] [INFO] [2021-11-27T04:45:03.645Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:45:03.645Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:03.645Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:03.645Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:03.646Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:03.646Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2021-11-27T04:45:03.646Z] [INFO] Building org.eclipse.ease.lang.groovy 0.9.0-SNAPSHOT [11/49] [2021-11-27T04:45:03.646Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.646Z] [INFO] The project's OSGi version is 0.9.0.I202107211616 [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.646Z] [INFO] The project's OSGi version is 0.9.0.I202107211616 [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.646Z] [INFO] [2021-11-27T04:45:03.647Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:03.647Z] [INFO] [2021-11-27T04:45:03.647Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2021-11-27T04:45:03.647Z] [INFO] [2021-11-27T04:45:03.647Z] [INFO] [2021-11-27T04:45:03.647Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.196Z] Loading source files for package org.eclipse.ease.lang.groovy... [2021-11-27T04:45:06.196Z] Constructing Javadoc information... [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.196Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.196Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.196Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:06.196Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/main/resources [2021-11-27T04:45:06.196Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/help [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.196Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.196Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/classes [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.196Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.196Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:06.196Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/test/resources [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.196Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.196Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:06.196Z] [INFO] [2021-11-27T04:45:06.197Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.197Z] [INFO] [2021-11-27T04:45:06.197Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.197Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:06.197Z] [INFO] [2021-11-27T04:45:06.197Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.197Z] [INFO] [2021-11-27T04:45:06.197Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.197Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:06.197Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:06.197Z] [INFO] [2021-11-27T04:45:06.197Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.197Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:06.197Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.GroovyCodeParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:06.197Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.GroovyCodeFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:06.197Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.GroovyHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:06.197Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:06.454Z] [INFO] [2021-11-27T04:45:06.454Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.454Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:06.454Z] [INFO] [2021-11-27T04:45:06.454Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:06.454Z] [INFO] Fork Value is false [2021-11-27T04:45:06.454Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:08.356Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:08.356Z] [INFO] [2021-11-27T04:45:08.356Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:08.356Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:08.356Z] [INFO] [2021-11-27T04:45:08.356Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:08.356Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:08.356Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:08.356Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:08.356Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:08.357Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2021-11-27T04:45:08.357Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.9.0-SNAPSHOT [12/49] [2021-11-27T04:45:08.357Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] [2021-11-27T04:45:08.357Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.735Z] [INFO] [2021-11-27T04:45:09.735Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2021-11-27T04:45:09.735Z] Constructing Javadoc information... [2021-11-27T04:45:09.735Z] [INFO] [2021-11-27T04:45:09.735Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.735Z] [INFO] [2021-11-27T04:45:09.735Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:09.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/src/main/resources [2021-11-27T04:45:09.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2021-11-27T04:45:09.735Z] [INFO] [2021-11-27T04:45:09.735Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.735Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:09.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/src/test/resources [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:09.993Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:09.993Z] [INFO] [2021-11-27T04:45:09.993Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:09.993Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:09.994Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.interpreter.GroovyEnvironementBootStrapper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:09.994Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.interpreter.GroovyScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:09.994Z] [WARNING] Could not find class org.eclipse.ease.lang.groovy.interpreter.MultiClassLoader, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:10.250Z] [INFO] [2021-11-27T04:45:10.250Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:10.250Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:10.250Z] [INFO] [2021-11-27T04:45:10.250Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:10.250Z] [INFO] Fork Value is false [2021-11-27T04:45:10.250Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:12.797Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:12.797Z] [INFO] [2021-11-27T04:45:12.797Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:12.797Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:12.797Z] [INFO] [2021-11-27T04:45:12.797Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:12.797Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:12.797Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:12.797Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:12.798Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:12.798Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2021-11-27T04:45:12.798Z] [INFO] Building org.eclipse.ease.lang.unittest 0.9.0-SNAPSHOT [13/49] [2021-11-27T04:45:12.798Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] The project's OSGi version is 0.9.0.I202111240844 [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] The project's OSGi version is 0.9.0.I202111240844 [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] [2021-11-27T04:45:12.798Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:14.754Z] [INFO] [2021-11-27T04:45:14.754Z] Loading source files for package org.eclipse.ease.lang.unittest... [2021-11-27T04:45:14.754Z] Loading source files for package org.eclipse.ease.lang.unittest.adapters... [2021-11-27T04:45:14.754Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2021-11-27T04:45:14.754Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2021-11-27T04:45:14.754Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2021-11-27T04:45:14.755Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2021-11-27T04:45:14.755Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2021-11-27T04:45:14.755Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2021-11-27T04:45:14.755Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2021-11-27T04:45:14.755Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2021-11-27T04:45:14.755Z] Constructing Javadoc information... [2021-11-27T04:45:14.755Z] [INFO] [2021-11-27T04:45:14.755Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:14.755Z] [INFO] [2021-11-27T04:45:14.755Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:14.755Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:14.755Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/main/resources [2021-11-27T04:45:14.755Z] [INFO] Copying 2 resources to help [2021-11-27T04:45:14.755Z] [INFO] [2021-11-27T04:45:14.755Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:14.755Z] [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/classes [2021-11-27T04:45:15.319Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:15.320Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/test/resources [2021-11-27T04:45:15.320Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:15.320Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:15.320Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:15.320Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:15.320Z] [INFO] [2021-11-27T04:45:15.320Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.320Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:15.320Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.AssertionException, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.320Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.DefaultAssertion, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.320Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.FilteredTestCommand, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.321Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.IAssertion, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.321Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.594Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.TestSuiteScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.594Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.UnitTestHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.594Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.adapters.HeadlessResultAdapter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.594Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.execution.DefaultTestExecutionStrategy, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.594Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.594Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.reporters.IReportGenerator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.851Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.reporters.JUnitReportGenerator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.851Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.reporters.ReportTools, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:15.851Z] [WARNING] There are 1 PMD processing errors: [2021-11-27T04:45:15.851Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java [2021-11-27T04:45:15.851Z] [INFO] [2021-11-27T04:45:15.851Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.852Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:15.852Z] [INFO] [2021-11-27T04:45:15.852Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:15.852Z] [INFO] Fork Value is false [2021-11-27T04:45:15.852Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:21.109Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:21.109Z] [INFO] [2021-11-27T04:45:21.109Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:21.109Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:21.109Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:21.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:21.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:21.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:21.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:21.110Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2021-11-27T04:45:21.110Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.9.0-SNAPSHOT [14/49] [2021-11-27T04:45:21.110Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.110Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2021-11-27T04:45:21.110Z] [INFO] [2021-11-27T04:45:21.110Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.111Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:45:21.111Z] [INFO] [2021-11-27T04:45:21.111Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.111Z] [INFO] [2021-11-27T04:45:21.111Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:21.111Z] [INFO] [2021-11-27T04:45:21.111Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2021-11-27T04:45:21.111Z] [INFO] [2021-11-27T04:45:21.111Z] [INFO] [2021-11-27T04:45:21.111Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.034Z] [INFO] [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2021-11-27T04:45:23.034Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2021-11-27T04:45:23.034Z] Constructing Javadoc information... [2021-11-27T04:45:23.034Z] [INFO] [2021-11-27T04:45:23.034Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.034Z] [INFO] [2021-11-27T04:45:23.034Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.034Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:23.034Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/main/resources [2021-11-27T04:45:23.034Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/help [2021-11-27T04:45:23.034Z] [INFO] [2021-11-27T04:45:23.034Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.034Z] [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/classes [2021-11-27T04:45:23.293Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:23.294Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/test/resources [2021-11-27T04:45:23.294Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:23.294Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:23.294Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:23.294Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:23.294Z] [INFO] [2021-11-27T04:45:23.294Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:23.294Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:23.551Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.551Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.decorators.TestStatusDecorator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.552Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.dialogs.CreateReportDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.552Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.dialogs.HTMLContentDialog, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.552Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.editor.AbstractEditorPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.809Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.editor.CustomCodePage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.809Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.editor.FileSelectionPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:23.809Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.editor.IVariablesProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.editor.TestSuiteEditorActionBarContributor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.AbstractViewToolbarHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.editor.VariablesPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.AddFolderForVariablesHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.AddVariableHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.CreateReport, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.DebugTestSuiteFromEditor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.RemoveVariableOrFolderHandler, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.RunAllTests, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.RunFailedTests, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.067Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.RunSelectedTests, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.068Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.RunTestSuiteFromEditor, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.068Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.TerminateTestSuite, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.068Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.handlers.ToggleTestFilter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.349Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.sourceprovider.TestSuiteSource, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.349Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.sourceprovider.TestSuiteStatus, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.349Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.views.MultiSelectionProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.349Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.views.SuiteRuntimeInformation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.350Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.views.TestSuiteContentProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.350Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.views.TestSuiteLabelProvider, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.350Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.views.UIAttachment, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.350Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.wizards.TestSuiteCreationPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.350Z] [WARNING] Could not find class org.eclipse.ease.lang.unittest.ui.wizards.TestSuiteWizard, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:24.350Z] [WARNING] There are 3 PMD processing errors: [2021-11-27T04:45:24.350Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.java [2021-11-27T04:45:24.350Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.java [2021-11-27T04:45:24.350Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UnitTestView.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UnitTestView.java [2021-11-27T04:45:24.350Z] [INFO] [2021-11-27T04:45:24.350Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:24.350Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:24.350Z] [INFO] [2021-11-27T04:45:24.350Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:24.350Z] [INFO] Fork Value is false [2021-11-27T04:45:24.350Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:30.905Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:30.905Z] [INFO] [2021-11-27T04:45:30.905Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:30.906Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:30.906Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:30.906Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:30.906Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:30.906Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:30.906Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2021-11-27T04:45:30.906Z] [INFO] Building org.eclipse.ease.lang.ruby 0.9.0-SNAPSHOT [15/49] [2021-11-27T04:45:30.906Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.906Z] [INFO] The project's OSGi version is 0.9.0.I202107211616 [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.906Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2021-11-27T04:45:30.906Z] [INFO] [2021-11-27T04:45:30.907Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.907Z] [INFO] The project's OSGi version is 0.9.0.I202107211616 [2021-11-27T04:45:30.907Z] [INFO] [2021-11-27T04:45:30.907Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.907Z] [INFO] [2021-11-27T04:45:30.907Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:30.907Z] [INFO] [2021-11-27T04:45:30.907Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2021-11-27T04:45:30.907Z] [INFO] [2021-11-27T04:45:30.907Z] [INFO] [2021-11-27T04:45:30.907Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.296Z] Loading source files for package org.eclipse.ease.lang.ruby... [2021-11-27T04:45:32.296Z] Constructing Javadoc information... [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.296Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.296Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.296Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:32.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/main/resources [2021-11-27T04:45:32.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/help [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.296Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.296Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/classes [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.296Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.296Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:32.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/test/resources [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.296Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.296Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:32.296Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.297Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.297Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:32.297Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.297Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.297Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:32.297Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:32.297Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.297Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:32.297Z] [WARNING] Could not find class org.eclipse.ease.lang.ruby.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:32.297Z] [WARNING] Could not find class org.eclipse.ease.lang.ruby.RubyCodeFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:32.297Z] [WARNING] Could not find class org.eclipse.ease.lang.ruby.RubyCodeParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:32.297Z] [WARNING] Could not find class org.eclipse.ease.lang.ruby.RubyHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:32.297Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.297Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:32.297Z] [INFO] [2021-11-27T04:45:32.297Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:32.554Z] [INFO] Fork Value is false [2021-11-27T04:45:32.555Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:34.460Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:34.460Z] [INFO] [2021-11-27T04:45:34.460Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:34.460Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:34.460Z] [INFO] [2021-11-27T04:45:34.460Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:34.460Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:34.460Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:34.460Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:34.461Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:34.461Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2021-11-27T04:45:34.461Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.9.0-SNAPSHOT [16/49] [2021-11-27T04:45:34.461Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] [2021-11-27T04:45:34.461Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.444Z] [INFO] [2021-11-27T04:45:36.444Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2021-11-27T04:45:36.444Z] Constructing Javadoc information... [2021-11-27T04:45:36.444Z] [INFO] [2021-11-27T04:45:36.444Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.444Z] [INFO] [2021-11-27T04:45:36.444Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.444Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:36.444Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/src/main/resources [2021-11-27T04:45:36.444Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/help [2021-11-27T04:45:36.444Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:36.445Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/src/test/resources [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:36.445Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:36.445Z] [INFO] [2021-11-27T04:45:36.445Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.445Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:36.445Z] [WARNING] Could not find class org.eclipse.ease.lang.ruby.jruby.JRubyEnvironementBootStrapper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:36.446Z] [WARNING] Could not find class org.eclipse.ease.lang.ruby.jruby.JRubyScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:36.446Z] [INFO] [2021-11-27T04:45:36.446Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.446Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:36.446Z] [INFO] [2021-11-27T04:45:36.446Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:36.446Z] [INFO] Fork Value is false [2021-11-27T04:45:36.446Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:38.338Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:38.594Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:38.595Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:38.595Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:38.595Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:38.595Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:38.595Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:38.595Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2021-11-27T04:45:38.595Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.9.0-SNAPSHOT [17/49] [2021-11-27T04:45:38.595Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.595Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.595Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.595Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2021-11-27T04:45:38.596Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.596Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:38.596Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.596Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:38.596Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2021-11-27T04:45:38.596Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] [2021-11-27T04:45:38.596Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:39.963Z] [INFO] [2021-11-27T04:45:39.963Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2021-11-27T04:45:39.963Z] Constructing Javadoc information... [2021-11-27T04:45:39.963Z] [INFO] [2021-11-27T04:45:39.963Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:39.963Z] [INFO] [2021-11-27T04:45:39.963Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:39.963Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:39.963Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src/main/resources [2021-11-27T04:45:39.963Z] [INFO] Copying 2 resources to help [2021-11-27T04:45:39.963Z] [INFO] [2021-11-27T04:45:39.963Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:39.964Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes [2021-11-27T04:45:40.220Z] [INFO] [2021-11-27T04:45:40.220Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.220Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:40.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src/test/resources [2021-11-27T04:45:40.220Z] [INFO] [2021-11-27T04:45:40.220Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.220Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:40.220Z] [INFO] [2021-11-27T04:45:40.220Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.220Z] [INFO] [2021-11-27T04:45:40.221Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.221Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:40.221Z] [INFO] [2021-11-27T04:45:40.221Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.221Z] [INFO] [2021-11-27T04:45:40.221Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.221Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:40.221Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:40.221Z] [INFO] [2021-11-27T04:45:40.221Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.221Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:40.221Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.nashorn.NashornBootstrapper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:40.221Z] [WARNING] There are 1 PMD processing errors: [2021-11-27T04:45:40.221Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornScriptEngine.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornScriptEngine.java [2021-11-27T04:45:40.221Z] [INFO] [2021-11-27T04:45:40.221Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.221Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:40.221Z] [INFO] [2021-11-27T04:45:40.221Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:40.221Z] [INFO] Fork Value is false [2021-11-27T04:45:40.221Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:42.749Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:42.749Z] [INFO] [2021-11-27T04:45:42.749Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:42.749Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:42.749Z] [INFO] [2021-11-27T04:45:42.749Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:42.750Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:42.750Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:42.750Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:42.750Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:42.750Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2021-11-27T04:45:42.750Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.9.0-SNAPSHOT [18/49] [2021-11-27T04:45:42.750Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.750Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.750Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.750Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:42.750Z] [INFO] [2021-11-27T04:45:42.751Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.751Z] [INFO] [2021-11-27T04:45:42.751Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:42.751Z] [INFO] [2021-11-27T04:45:42.751Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2021-11-27T04:45:42.751Z] [INFO] [2021-11-27T04:45:42.751Z] [INFO] [2021-11-27T04:45:42.751Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.722Z] [INFO] [2021-11-27T04:45:44.722Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2021-11-27T04:45:44.722Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2021-11-27T04:45:44.723Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2021-11-27T04:45:44.723Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2021-11-27T04:45:44.723Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2021-11-27T04:45:44.723Z] Constructing Javadoc information... [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:44.723Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/src/main/resources [2021-11-27T04:45:44.723Z] [INFO] Copying 2 resources to help [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:44.723Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/src/test/resources [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.723Z] [INFO] [2021-11-27T04:45:44.723Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.724Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:44.724Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:44.724Z] [INFO] [2021-11-27T04:45:44.724Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:44.724Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:44.724Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:44.724Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.ObservingContextFactory, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:44.996Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.LineNumberDebugger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:44.996Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:44.996Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.253Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebuggerEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.509Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.actions.FunctionFilterAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.510Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.actions.ModuleFilterAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.510Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.actions.ViewFilterAction, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.510Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.editor.JavaScriptWordFinder, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.510Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.editor.VariablesTextHover, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.766Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugModelPresentation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.767Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.rhino.debugger.model.RhinoDebugTarget, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:45.767Z] [INFO] [2021-11-27T04:45:45.767Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:45.767Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:45.767Z] [INFO] [2021-11-27T04:45:45.767Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:45.767Z] [INFO] Fork Value is false [2021-11-27T04:45:45.767Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:49.048Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:49.048Z] [INFO] [2021-11-27T04:45:49.048Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:49.305Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:49.305Z] [INFO] [2021-11-27T04:45:49.305Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:49.305Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:49.305Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:49.305Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:49.305Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:49.305Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:49.305Z] [INFO] [2021-11-27T04:45:49.305Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2021-11-27T04:45:49.305Z] [INFO] [2021-11-27T04:45:49.305Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2021-11-27T04:45:49.305Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.9.0-SNAPSHOT [19/49] [2021-11-27T04:45:49.305Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:49.305Z] [INFO] [2021-11-27T04:45:49.305Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.305Z] [INFO] [2021-11-27T04:45:49.305Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.305Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:49.305Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.306Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] [2021-11-27T04:45:49.306Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.049Z] [INFO] [2021-11-27T04:45:52.049Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2021-11-27T04:45:52.049Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2021-11-27T04:45:52.049Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2021-11-27T04:45:52.049Z] Constructing Javadoc information... [2021-11-27T04:45:52.049Z] [INFO] [2021-11-27T04:45:52.049Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:52.050Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src/main/resources [2021-11-27T04:45:52.050Z] [INFO] Copying 2 resources to help [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/classes [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:52.050Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src/test/resources [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2021-11-27T04:45:52.050Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.050Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.050Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:52.050Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:52.050Z] [INFO] [2021-11-27T04:45:52.051Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.051Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.JythonPackageManager, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.Activator, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.JythonScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.JythonTracer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.PythonEnvironementBootStrapper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.debugger.JythonCodeTracer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.debugger.JythonDebugger, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.051Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.debugger.JythonDebuggerEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.308Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.debugger.JythonFrame, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.308Z] [WARNING] Could not find class org.eclipse.ease.lang.python.jython.preferences.PythonLibraryPreferencePage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:52.308Z] [INFO] [2021-11-27T04:45:52.308Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.308Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:52.308Z] [INFO] [2021-11-27T04:45:52.308Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:52.308Z] [INFO] Fork Value is false [2021-11-27T04:45:52.308Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:56.498Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:56.499Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:56.499Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:56.499Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:56.499Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:56.499Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:56.499Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2021-11-27T04:45:56.499Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.9.0-SNAPSHOT [20/49] [2021-11-27T04:45:56.499Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.499Z] [INFO] The project's OSGi version is 0.9.0.I202107211616 [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.499Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.499Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.500Z] [INFO] The project's OSGi version is 0.9.0.I202107211616 [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] [2021-11-27T04:45:56.500Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.430Z] [INFO] [2021-11-27T04:45:57.430Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2021-11-27T04:45:57.430Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2021-11-27T04:45:57.430Z] Constructing Javadoc information... [2021-11-27T04:45:57.430Z] [INFO] [2021-11-27T04:45:57.430Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.430Z] [INFO] [2021-11-27T04:45:57.431Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.431Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:57.431Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/src/main/resources [2021-11-27T04:45:57.431Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/help [2021-11-27T04:45:57.431Z] [INFO] [2021-11-27T04:45:57.431Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.431Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/classes [2021-11-27T04:45:57.431Z] [INFO] [2021-11-27T04:45:57.431Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.431Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:45:57.431Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/src/test/resources [2021-11-27T04:45:57.431Z] [INFO] [2021-11-27T04:45:57.431Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.431Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:57.431Z] [INFO] [2021-11-27T04:45:57.431Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.431Z] [INFO] [2021-11-27T04:45:57.431Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.431Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:57.688Z] [INFO] [2021-11-27T04:45:57.688Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.688Z] [INFO] [2021-11-27T04:45:57.688Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.688Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:57.688Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:45:57.688Z] [INFO] [2021-11-27T04:45:57.689Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.689Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:57.689Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.ui.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:57.689Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.ui.ResourceHyperlink, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:57.689Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.ui.ResourceHyperlinkDetector, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:57.689Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.ui.completion.JavaScriptEditorCompletionComputer, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:57.948Z] [WARNING] Could not find class org.eclipse.ease.lang.javascript.ui.completion.JavaScriptProposalSorter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:45:57.948Z] [INFO] [2021-11-27T04:45:57.948Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.949Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:45:57.949Z] [INFO] [2021-11-27T04:45:57.949Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:57.949Z] [INFO] Fork Value is false [2021-11-27T04:45:57.949Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:45:59.862Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:45:59.862Z] [INFO] [2021-11-27T04:45:59.862Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:59.862Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:45:59.862Z] [INFO] [2021-11-27T04:45:59.862Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:59.862Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:45:59.862Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT.pom [2021-11-27T04:45:59.862Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:45:59.862Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:45:59.862Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:45:59.862Z] [INFO] [2021-11-27T04:45:59.862Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2021-11-27T04:45:59.862Z] [INFO] [2021-11-27T04:45:59.862Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2021-11-27T04:45:59.862Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.9.0-SNAPSHOT [21/49] [2021-11-27T04:45:59.862Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:45:59.862Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] [2021-11-27T04:45:59.863Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2021-11-27T04:46:01.234Z] Constructing Javadoc information... [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:01.234Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/src/main/resources [2021-11-27T04:46:01.234Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/help [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:01.234Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/src/test/resources [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] [2021-11-27T04:46:01.234Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.234Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:01.235Z] [INFO] [2021-11-27T04:46:01.235Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.235Z] [INFO] [2021-11-27T04:46:01.235Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.235Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:01.235Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:01.235Z] [INFO] [2021-11-27T04:46:01.235Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.235Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:46:01.491Z] [WARNING] Could not find class org.eclipse.ease.lang.jvm.compiled.JVMCompiledHeaderParser, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:01.491Z] [WARNING] Could not find class org.eclipse.ease.lang.jvm.compiled.JVMCompiledScriptEngine, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:01.491Z] [INFO] [2021-11-27T04:46:01.491Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.491Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:46:01.491Z] [INFO] [2021-11-27T04:46:01.492Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:01.492Z] [INFO] Fork Value is false [2021-11-27T04:46:01.749Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:46:04.288Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.288Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:04.288Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.288Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:04.288Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:04.288Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:04.288Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:46:04.288Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:04.288Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.288Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.288Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2021-11-27T04:46:04.288Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.9.0-SNAPSHOT [22/49] [2021-11-27T04:46:04.288Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.288Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.288Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.288Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:46:04.288Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.289Z] [INFO] The project's OSGi version is 0.9.0.I202106220815 [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] [2021-11-27T04:46:04.289Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.219Z] [INFO] [2021-11-27T04:46:05.219Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2021-11-27T04:46:05.219Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2021-11-27T04:46:05.219Z] Constructing Javadoc information... [2021-11-27T04:46:05.219Z] [INFO] [2021-11-27T04:46:05.219Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.219Z] [INFO] [2021-11-27T04:46:05.219Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.219Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:05.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/main/resources [2021-11-27T04:46:05.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2021-11-27T04:46:05.219Z] [INFO] [2021-11-27T04:46:05.219Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.219Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes [2021-11-27T04:46:05.476Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:05.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/test/resources [2021-11-27T04:46:05.477Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:46:05.477Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:05.477Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:05.477Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:05.477Z] [INFO] [2021-11-27T04:46:05.477Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.477Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:46:05.477Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ui.PluginConstants, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:05.477Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ui.export.ArchiveFileExportOperation, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:05.750Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ui.export.MainPage, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:05.750Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ui.export.ManifestOutputStream, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:05.750Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ui.export.ScriptArchiveExportWizard, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:05.751Z] [WARNING] Could not find class org.eclipse.ease.lang.scriptarchive.ui.export.ZipFileExporter, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:05.751Z] [INFO] [2021-11-27T04:46:05.751Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:05.751Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:46:06.007Z] [INFO] [2021-11-27T04:46:06.007Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:06.007Z] [INFO] Fork Value is false [2021-11-27T04:46:06.007Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:46:09.304Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:46:09.304Z] [INFO] [2021-11-27T04:46:09.304Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:09.304Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:46:09.304Z] [INFO] [2021-11-27T04:46:09.304Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:09.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:09.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:09.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT-sources.jar [2021-11-27T04:46:09.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:09.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:09.304Z] [INFO] [2021-11-27T04:46:09.304Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2021-11-27T04:46:09.304Z] [INFO] [2021-11-27T04:46:09.304Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2021-11-27T04:46:09.304Z] [INFO] Building org.eclipse.ease.help 0.9.0-SNAPSHOT [23/49] [2021-11-27T04:46:09.305Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:46:09.305Z] [INFO] [2021-11-27T04:46:09.305Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2021-11-27T04:46:09.305Z] [INFO] [2021-11-27T04:46:09.305Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2021-11-27T04:46:09.305Z] [INFO] The project's OSGi version is 0.9.0.I202111270441 [2021-11-27T04:46:09.305Z] [INFO] [2021-11-27T04:46:09.305Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2021-11-27T04:46:09.305Z] [INFO] [2021-11-27T04:46:09.305Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2021-11-27T04:46:09.305Z] [INFO] [2021-11-27T04:46:09.305Z] [INFO] --- tycho-document-bundle-plugin:2.2.0:javadoc (eclipse-javadoc) @ org.eclipse.ease.help --- [2021-11-27T04:46:09.305Z] [INFO] Scopes: [compile, provided] [2021-11-27T04:46:09.305Z] [INFO] Output directory: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc [2021-11-27T04:46:09.305Z] [INFO] BaseDir: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help [2021-11-27T04:46:09.305Z] [INFO] Cleaning up first [2021-11-27T04:46:09.305Z] [INFO] 23 source folders [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src [2021-11-27T04:46:09.305Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src [2021-11-27T04:46:09.306Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen [2021-11-27T04:46:09.306Z] [INFO] 158 classpath deps [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.jython-2.7.0.I202104151016.jar/jython.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.5.100.v20210721-1355/org.eclipse.core.variables-3.5.100.v20210721-1355.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.4.0.v20210621-1133/org.eclipse.e4.ui.di-1.4.0.v20210621-1133.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository.tools/2.3.0.v20210325-0750/org.eclipse.equinox.p2.repository.tools-2.3.0.v20210325-0750.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.13.0.v20201026-1147/org.eclipse.e4.ui.css.swt.theme-0.13.0.v20201026-1147.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.jruby/9.0.5.I202104151016/org.jruby-9.0.5.I202104151016.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.15.0.v20210518-0604/org.eclipse.equinox.common-3.15.0.v20210518-0604.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.tukaani.xz/1.9.0.v20210624-1259/org.tukaani.xz-1.9.0.v20210624-1259.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.frameworks/1.2.202.v202108200212/org.eclipse.wst.common.frameworks-1.2.202.v202108200212.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.300.v20210815-1119/org.eclipse.jdt.launching-3.19.300.v20210815-1119.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/classes [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.codehaus.groovy/2.4.6.I202104151016/org.codehaus.groovy-2.4.6.I202104151016.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.google.javascript/0.0.20160315.v20161124-1903/com.google.javascript-0.0.20160315.v20161124-1903.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.7.100.v20210813-0607/org.eclipse.equinox.p2.engine-2.7.100.v20210813-0607.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views/3.11.100.v20210816-0811/org.eclipse.ui.views-3.11.100.v20210816-0811.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf/3.9.102.v20210409-2301/org.eclipse.ecf-3.9.102.v20210409-2301.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.shared_core-9.2.0.202110311311.jar/libs/snakeyaml-engine-2.1-20200105.160423-4.jar [2021-11-27T04:46:09.306Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.css/1.14.0.v20210324-0332/org.apache.batik.css-1.14.0.v20210324-0332.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/classes [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher/1.6.100.v20210723-0757/org.eclipse.equinox.p2.publisher-1.6.100.v20210723-0757.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.constants/1.14.0.v20210324-0332/org.apache.batik.constants-1.14.0.v20210324-0332.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.16.0.v20210619-0956/org.eclipse.e4.ui.workbench3-0.16.0.v20210619-0956.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.shared_core-9.2.0.202110311311.jar/shared_core.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/classes [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.6.100.v20210813-0606/org.eclipse.equinox.p2.metadata-2.6.100.v20210813-0606.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.18.200.v20210721-1355/org.eclipse.debug.core-3.18.200.v20210721-1355.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.13.0.v20210619-1146/org.eclipse.jface.databinding-1.13.0.v20210619-1146.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.9.100.v20210611-0919/org.eclipse.core.filesystem-1.9.100.v20210611-0919.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.simpleconfigurator.manipulator/2.2.0.v20210315-2228/org.eclipse.equinox.simpleconfigurator.manipulator-2.2.0.v20210315-2228.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/classes [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.17.0.v20210823-1805/org.eclipse.osgi-3.17.0.v20210823-1805.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.pde.core/3.14.400.v20210812-0807/org.eclipse.pde.core-3.14.400.v20210812-0807.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna/5.8.0.v20210503-0343/com.sun.jna-5.8.0.v20210503-0343.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/classes [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.jsdt.debug.ui/1.1.0.v202005251709/org.eclipse.wst.jsdt.debug.ui-1.1.0.v202005251709.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.publisher.eclipse/1.4.1.v20210812-1422/org.eclipse.equinox.p2.publisher.eclipse-1.4.1.v20210812-1422.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/classes [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.13.100.v20210722-1426/org.eclipse.e4.ui.bindings-0.13.100.v20210722-1426.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.27.0.v20210823-1758/org.eclipse.jdt.core-3.27.0.v20210823-1758.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.5.0.v20210115-1333/org.eclipse.e4.ui.services-1.5.0.v20210115-1333.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/javax.annotation/1.3.5.v20200909-1856/javax.annotation-1.3.5.v20200909-1856.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.urischeme/1.2.0.v20210619-0955/org.eclipse.urischeme-1.2.0.v20210619-0955.jar [2021-11-27T04:46:09.307Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.2.0.v20210727-1533/org.eclipse.e4.ui.model.workbench-2.2.0.v20210727-1533.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.shared_core-9.2.0.202110311311.jar/libs/org.apache.lucene.core_8.4.1.v20200122-1459.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.3.0.v20210722-1426/org.eclipse.e4.emf.xpath-0.3.0.v20210722-1426.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.services/3.10.200.v20210723-0643/org.eclipse.osgi.services-3.10.200.v20210723-0643.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.100.v20201223-1348/org.eclipse.ui.views.properties.tabbed-3.9.100.v20201223-1348.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.search/3.13.300.v20210806-1124/org.eclipse.search-3.13.300.v20210806-1124.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.sun.jna.platform/5.8.0.v20210406-1004/com.sun.jna.platform-5.8.0.v20210406-1004.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.shared_core-9.2.0.202110311311.jar/libs/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.mozilla.javascript/1.7.10.v20190430-1943/org.mozilla.javascript-1.7.10.v20190430-1943.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.14.300.v20210723-0837/org.eclipse.e4.ui.css.swt-0.14.300.v20210723-0837.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator.resources/3.8.200.v20210803-2129/org.eclipse.ui.navigator.resources-3.8.200.v20210803-2129.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.12.0.v20210723-1034/org.eclipse.core.jobs-3.12.0.v20210723-1034.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.environment/1.0.401.v202007142017/org.eclipse.wst.common.environment-1.0.401.v202007142017.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/classes [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.18.0.v20190507-0402/org.eclipse.emf.common.ui-2.18.0.v20190507-0402.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.garbagecollector/1.2.0.v20210316-1209/org.eclipse.equinox.p2.garbagecollector-1.2.0.v20210316-1209.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/classes [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.touchpoint.eclipse/2.3.100.v20210615-1334/org.eclipse.equinox.p2.touchpoint.eclipse-2.3.100.v20210615-1334.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.15.100.v20210818-1523/org.eclipse.core.resources-3.15.100.v20210818-1523.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.10.100.v20210722-1426/org.eclipse.core.commands-3.10.100.v20210722-1426.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.18.0.v20210816-1805.jar/jdimodel.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.16.0.v20190920-0401/org.eclipse.emf.edit-2.16.0.v20190920-0401.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.20.0.v20210506-1232/org.eclipse.emf.edit.ui-2.20.0.v20210506-1232.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.6.0.v20210723-1130/org.eclipse.equinox.app-1.6.0.v20210723-1130.jar [2021-11-27T04:46:09.308Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.16.200.v20210723-1326/org.eclipse.e4.ui.workbench.swt-0.16.200.v20210723-1326.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.filetransfer/5.1.102.v20210409-2301/org.eclipse.ecf.filetransfer-5.1.102.v20210409-2301.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.security/1.3.700.v20210726-0943/org.eclipse.equinox.security-1.3.700.v20210726-0943.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.core-9.2.0.202110311311.jar/core.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.core/3.9.100.v20210604-1207/org.eclipse.team.core-3.9.100.v20210604-1207.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.console/3.11.100.v20210721-1355/org.eclipse.ui.console-3.11.100.v20210721-1355.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filebuffers/3.7.0.v20210512-1543/org.eclipse.core.filebuffers-3.7.0.v20210512-1543.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.15.100.v20210812-1116/org.eclipse.debug.ui-3.15.100.v20210812-1116.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.team.ui/3.9.100.v20210721-1306/org.eclipse.team.ui-3.9.100.v20210721-1306.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.dialogs/1.3.0.v20210619-1009/org.eclipse.e4.ui.dialogs-1.3.0.v20210619-1009.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.3.0.v20210621-1136/org.eclipse.e4.ui.widgets-1.3.0.v20210621-1136.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.parser-9.2.0.202110311311.jar/parser.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt/3.117.0.v20210906-0842/org.eclipse.swt-3.117.0.v20210906-0842.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.23.0.v20210730-2035/org.eclipse.core.runtime-3.23.0.v20210730-2035.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.17.0.v20210625-1052/org.eclipse.e4.core.di.extensions-0.17.0.v20210625-1052.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.repository/2.5.200.v20210813-0803/org.eclipse.equinox.p2.repository-2.5.200.v20210813-0803.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/py4j-python/0.10.9.3-bnd-2odeag/py4j-python-0.10.9.3-bnd-2odeag.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.8.0.v20210723-1034/org.eclipse.core.expressions-3.8.0.v20210723-1034.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.3.0.v20210723-1034/org.eclipse.e4.core.services-2.3.0.v20210723-1034.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.help/3.9.100.v20210721-0601/org.eclipse.help-3.9.100.v20210721-0601.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ecf.identity/3.9.402.v20210409-2301/org.eclipse.ecf.identity-3.9.402.v20210409-2301.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.jsdt.manipulation/1.0.601.v201903222047/org.eclipse.wst.jsdt.manipulation-1.0.601.v201903222047.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.18.100.v20210820-1651/org.eclipse.jface.text-3.18.100.v20210820-1651.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.8.0.v20210618-0742/org.eclipse.equinox.p2.core-2.8.0.v20210618-0742.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.23.0.v20210618-0700/org.eclipse.emf.common-2.23.0.v20210618-0700.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/classes [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi.util/3.6.100.v20210723-1119/org.eclipse.osgi.util-3.6.100.v20210723-1119.jar [2021-11-27T04:46:09.309Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.11.0.v20210723-1953/org.eclipse.equinox.registry-3.11.0.v20210723-1953.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.batik.util/1.14.0.v20210324-0332/org.apache.batik.util-1.14.0.v20210324-0332.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.jsdt.debug.core/3.2.201.v202108041556/org.eclipse.wst.jsdt.debug.core-3.2.201.v202108041556.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.8.0.v20210723-1034/org.eclipse.e4.core.di-1.8.0.v20210723-1034.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.7.0.v20210625-1052/org.eclipse.e4.core.di.annotations-1.7.0.v20210625-1052.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.14.200.v20210622-1002/org.eclipse.ui.editors-3.14.200.v20210622-1002.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.12.0.v20210512-1644/org.eclipse.text-3.12.0.v20210512-1644.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/classes [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.117.0.v20210906-0842/org.eclipse.swt.gtk.linux.x86_64-3.117.0.v20210906-0842.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.8.0.v20210621-0954/org.eclipse.core.contenttype-3.8.0.v20210621-0954.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.9.0.v20210619-1129/org.eclipse.core.databinding.property-1.9.0.v20210619-1129.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.jsdt.ui/2.1.300.v202106021855/org.eclipse.wst.jsdt.ui-2.1.300.v202106021855.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.0.v20210429-0618.jar/pdebuild.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding/1.10.100.v20200926-1123/org.eclipse.core.databinding-1.10.100.v20200926-1123.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.validation/1.2.801.v202007142017/org.eclipse.wst.validation-1.2.801.v202007142017.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.project.facet.core/1.4.401.v202007142017/org.eclipse.wst.common.project.facet.core-1.4.401.v202007142017.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.9.0.v20210726-0943/org.eclipse.equinox.preferences-3.9.0.v20210726-0943.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.9.0.v20210723-1034/org.eclipse.e4.core.contexts-1.9.0.v20210723-1034.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.25.0.v20210816-0937/org.eclipse.emf.ecore-2.25.0.v20210816-0937.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/com.google.gson/2.8.7.v20210624-1215/com.google.gson-2.8.7.v20210624-1215.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.13.0.v20210521-0741/org.eclipse.e4.ui.workbench-1.13.0.v20210521-0741.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.15.200.v20210816-1658/org.eclipse.e4.ui.workbench.renderers.swt-0.15.200.v20210816-1658.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.ast-9.2.0.202110311311.jar/ast.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.ui.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.ui.refactoring-3.12.0.v20210618-1953.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.jarprocessor/1.2.0.v20210507-0825/org.eclipse.equinox.p2.jarprocessor-1.2.0.v20210507-0825.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/py4j-java/0.10.9.3-bnd-LoVopg/py4j-java-0.10.9.3-bnd-LoVopg.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.123.0.v20210817-0704/org.eclipse.ui.workbench-3.123.0.v20210817-0704.jar [2021-11-27T04:46:09.310Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.18.300.v20210817-1731/org.eclipse.ui.ide-3.18.300.v20210817-1731.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ant.core/3.6.100.v20210731-1643/org.eclipse.ant.core-3.6.100.v20210731-1643.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.13.100.v20210722-1426/org.eclipse.e4.ui.css.core-0.13.100.v20210722-1426.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.ide/3.16.0.v20210625-1251/org.eclipse.e4.ui.ide-3.16.0.v20210625-1251.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare.core/3.6.1000.v20201020-1107/org.eclipse.compare.core-3.6.1000.v20201020-1107.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ltk.core.refactoring/3.12.0.v20210618-1953/org.eclipse.ltk.core.refactoring-3.12.0.v20210618-1953.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.compare/3.8.100.v20210805-1512/org.eclipse.compare-3.8.100.v20210805-1512.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.forms/3.11.200.v20210622-0925/org.eclipse.ui.forms-3.11.200.v20210622-0925.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/classes [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.core.commands/1.0.0.v20210507-1901/org.eclipse.e4.core.commands-1.0.0.v20210507-1901.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director/2.5.100.v20210813-0606/org.eclipse.equinox.p2.director-2.5.100.v20210813-0606.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/classes [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.p2.director.app/1.2.0.v20210315-2042/org.eclipse.equinox.p2.director.app-1.2.0.v20210315-2042.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.14.0.v20190528-0725/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/classes [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.11.0.v20210722-1426/org.eclipse.core.databinding.observable-1.11.0.v20210722-1426.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.common.core/1.4.100.v202103232321/org.eclipse.wst.common.core-1.4.100.v202103232321.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.4.300.v20210813-1521/org.eclipse.e4.ui.workbench.addons.swt-1.4.300.v20210813-1521.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.wst.jsdt.core/2.0.303.v202007221940/org.eclipse.wst.jsdt.core-2.0.303.v202007221940.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.4.0.v20210723-1312/org.eclipse.equinox.bidi-1.4.0.v20210723-1312.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui/3.119.100.v20210830-0942/org.eclipse.ui-3.119.100.v20210830-0942.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.23.0.v20210723-1324/org.eclipse.jface-3.23.0.v20210723-1324.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/classes [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.frameworkadmin/2.2.0.v20210315-2042/org.eclipse.equinox.frameworkadmin-2.2.0.v20210315-2042.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench.texteditor/3.16.200.v20210724-2153/org.eclipse.ui.workbench.texteditor-3.16.200.v20210724-2153.jar [2021-11-27T04:46:09.311Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.100.v20210415-0924/org.eclipse.ui.navigator-3.10.100.v20210415-0924.jar [2021-11-27T04:46:09.312Z] [INFO] Calling: /bin/sh -c cd '/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc' && 'javadoc' '@/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/target/javadoc.options.txt' '-J-Dhttp.proxySet=true' '-J-Dhttp.proxyHost=proxy.eclipse.org' '-J-Dhttp.proxyPort=9898' '-J-DhttpnonProxyHosts=*.eclipse.org' [2021-11-27T04:46:09.312Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c" [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.ruby... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.groovy... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.classloader... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.javascript... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.debugging... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.debugging.events... [2021-11-27T04:46:09.597Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.debugging.model... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.modules... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.service... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.sign... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.tools... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.urlhandler... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.completion... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.completion.tokenizer... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.console... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.dnd... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.handler... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.launching... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.preferences... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.tools... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.view... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.python... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2021-11-27T04:46:09.598Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2021-11-27T04:46:09.599Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2021-11-27T04:46:10.203Z] Constructing Javadoc information... [2021-11-27T04:46:12.131Z] javadoc: error - Error fetching URL: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/ [2021-11-27T04:46:12.398Z] Standard Doclet version 15.0.2+7-27 [2021-11-27T04:46:12.398Z] Building tree for all the packages and classes... [2021-11-27T04:46:12.398Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeFactory.java:28: warning: no comment [2021-11-27T04:46:12.398Z] public class RubyCodeFactory extends AbstractCodeFactory { [2021-11-27T04:46:12.398Z] ^ [2021-11-27T04:46:12.398Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java:34: warning: no comment [2021-11-27T04:46:12.398Z] public abstract class AbstractCodeFactory implements ICodeFactory { [2021-11-27T04:46:12.398Z] ^ [2021-11-27T04:46:12.398Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyHelper.java:18: warning: no comment [2021-11-27T04:46:12.398Z] public class RubyHelper { [2021-11-27T04:46:12.398Z] ^ [2021-11-27T04:46:12.398Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/PluginConstants.java:16: warning: no comment [2021-11-27T04:46:12.398Z] public interface PluginConstants { [2021-11-27T04:46:12.398Z] ^ [2021-11-27T04:46:12.398Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeParser.java:19: warning: no comment [2021-11-27T04:46:12.398Z] public class RubyCodeParser extends AbstractCodeParser { [2021-11-27T04:46:12.398Z] ^ [2021-11-27T04:46:12.398Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeParser.java:28: warning: no comment [2021-11-27T04:46:12.398Z] public abstract class AbstractCodeParser implements ICodeParser { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/Activator.java:18: warning: no comment [2021-11-27T04:46:12.399Z] public class Activator implements BundleActivator { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.java:22: warning: no comment [2021-11-27T04:46:12.399Z] public class ObservingContextFactory extends ContextFactory { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/PluginConstants.java:16: warning: no comment [2021-11-27T04:46:12.399Z] public interface PluginConstants { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyHelper.java:22: warning: no comment [2021-11-27T04:46:12.399Z] public final class GroovyHelper { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeFactory.java:26: warning: no comment [2021-11-27T04:46:12.399Z] public class GroovyCodeFactory extends org.eclipse.ease.AbstractCodeFactory { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeParser.java:20: warning: no comment [2021-11-27T04:46:12.399Z] public class GroovyCodeParser extends AbstractCodeParser { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.java:21: warning: no comment [2021-11-27T04:46:12.399Z] public class NashornBootstrapper implements IScriptEngineLaunchExtension { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornScriptEngine.java:29: warning: no comment [2021-11-27T04:46:12.399Z] public class NashornScriptEngine extends AbstractReplScriptEngine { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/PluginConstants.java:16: warning: no comment [2021-11-27T04:46:12.399Z] public interface PluginConstants { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.java:32: warning: no comment [2021-11-27T04:46:12.399Z] public class JavaScriptCodeFactory extends AbstractCodeFactory { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeParser.java:19: warning: no comment [2021-11-27T04:46:12.399Z] public class JavaScriptCodeParser extends AbstractCodeParser { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.399Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.java:22: warning: no comment [2021-11-27T04:46:12.399Z] public class JavaScriptCompletionContext extends BasicContext { [2021-11-27T04:46:12.399Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/BasicContext.java:37: warning: no comment [2021-11-27T04:46:12.400Z] public class BasicContext implements ICompletionContext { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptHelper.java:7: warning: no comment [2021-11-27T04:46:12.400Z] public final class JavaScriptHelper { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonScriptEngine.java:58: warning: no comment [2021-11-27T04:46:12.400Z] public class JythonScriptEngine extends AbstractReplScriptEngine { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonPackageManager.java:25: warning: no comment [2021-11-27T04:46:12.400Z] public class JythonPackageManager extends SysPackageManager { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonTracer.java:17: warning: no comment [2021-11-27T04:46:12.400Z] public class JythonTracer extends PyObject { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/AbstractEaseDebugger.java:61: warning: no comment [2021-11-27T04:46:12.400Z] public abstract class AbstractEaseDebugger implements IEventProcessor, IExecutionListener { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.java:51: warning: no comment [2021-11-27T04:46:12.400Z] public class Py4jScriptEngine extends AbstractReplScriptEngine { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.java:16: warning: no comment [2021-11-27T04:46:12.400Z] public interface Py4JScriptEnginePrefConstants { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Activator.java:18: warning: no comment [2021-11-27T04:46:12.400Z] public class Activator extends AbstractUIPlugin { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.java:21: warning: no comment [2021-11-27T04:46:12.400Z] public class PreferenceInitializer extends AbstractPreferenceInitializer { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.java:40: warning: no comment [2021-11-27T04:46:12.400Z] public class Py4JPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.java:19: warning: no comment [2021-11-27T04:46:12.400Z] public class JVMCompiledHeaderParser extends AbstractCodeParser { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.400Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.java:58: warning: no comment [2021-11-27T04:46:12.400Z] public class JVMCompiledScriptEngine extends AbstractScriptEngine implements IScriptEngine { [2021-11-27T04:46:12.400Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLConnection.java:22: warning: no comment [2021-11-27T04:46:12.401Z] public class ScriptURLConnection extends URLConnection { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptEditorInput.java:29: warning: no comment [2021-11-27T04:46:12.401Z] public class ScriptEditorInput implements IStorageEditorInput { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.java:27: warning: no comment [2021-11-27T04:46:12.401Z] public class WorkspaceScriptStorage extends ScriptStorage { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptStorage.java:21: warning: no comment [2021-11-27T04:46:12.401Z] public abstract class ScriptStorage { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/FileScriptStorage.java:24: warning: no comment [2021-11-27T04:46:12.401Z] public class FileScriptStorage extends ScriptStorage { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Activator.java:21: warning: no comment [2021-11-27T04:46:12.401Z] public class Activator extends AbstractUIPlugin { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.java:25: warning: no comment [2021-11-27T04:46:12.401Z] public class ScriptURLStreamHandler extends AbstractURLStreamHandlerService { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.java:17: warning: no comment [2021-11-27T04:46:12.401Z] public interface IExpressionDefinition { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.java:17: warning: no comment [2021-11-27T04:46:12.401Z] public interface ICompositeExpressionDefinition extends IExpressionDefinition { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ExpressionTools.java:28: warning: no comment [2021-11-27T04:46:12.401Z] public class ExpressionTools { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ExpressionTools.java:52: warning: no comment [2021-11-27T04:46:12.401Z] public static class ExpressionDescription { [2021-11-27T04:46:12.401Z] ^ [2021-11-27T04:46:12.401Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.java:19: warning: no comment [2021-11-27T04:46:12.401Z] public class CountExpressionDefinition extends AbstractExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.java:31: warning: no comment [2021-11-27T04:46:12.402Z] public abstract class AbstractExpressionDefinition implements IExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.java:22: warning: no comment [2021-11-27T04:46:12.402Z] public class ExpressionFactory { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.java:21: warning: no comment [2021-11-27T04:46:12.402Z] public class ResolveExpressionDefinition extends AbstractExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.java:20: warning: no comment [2021-11-27T04:46:12.402Z] public class WithExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.java:24: warning: no comment [2021-11-27T04:46:12.402Z] public abstract class AbstractCompositeExpressionDefinition extends AbstractExpressionDefinition implements ICompositeExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.java:22: warning: no comment [2021-11-27T04:46:12.402Z] public class AdaptExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.java:20: warning: no comment [2021-11-27T04:46:12.402Z] public class IterateExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.java:19: warning: no comment [2021-11-27T04:46:12.402Z] public class EqualsExpressionDefinition extends AbstractExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.java:33: warning: no comment [2021-11-27T04:46:12.402Z] public static class Parameter { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.java:19: warning: no comment [2021-11-27T04:46:12.402Z] public class ReferenceExpressionDefinition extends AbstractExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.java:17: warning: no comment [2021-11-27T04:46:12.402Z] public class RootExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.402Z] ^ [2021-11-27T04:46:12.402Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.java:17: warning: no comment [2021-11-27T04:46:12.402Z] public class OrExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.java:19: warning: no comment [2021-11-27T04:46:12.403Z] public class NotExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.java:21: warning: no comment [2021-11-27T04:46:12.403Z] public class TestExpressionDefinition extends SystemTestExpressionDefinition { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.java:19: warning: no comment [2021-11-27T04:46:12.403Z] public class SystemTestExpressionDefinition extends AbstractExpressionDefinition { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.java:21: warning: no comment [2021-11-27T04:46:12.403Z] public class InstanceOfExpressionDefinition extends AbstractExpressionDefinition { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.java:17: warning: no comment [2021-11-27T04:46:12.403Z] public class AndExpressionDefinition extends AbstractCompositeExpressionDefinition { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.java:25: warning: no comment [2021-11-27T04:46:12.403Z] public class DeleteExpressionHandler extends AbstractHandler implements IHandler { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.java:29: warning: no comment [2021-11-27T04:46:12.403Z] public class CreateExpressionHandler extends AbstractHandler implements IHandler { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.java:22: warning: no comment [2021-11-27T04:46:12.403Z] public class ExpressionContentProvider implements ITreeContentProvider { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.java:62: warning: no comment [2021-11-27T04:46:12.403Z] public class ExpressionComposite extends Composite { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.java:27: warning: no comment [2021-11-27T04:46:12.403Z] public class ExpressionDialog extends Dialog { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.java:41: warning: no comment [2021-11-27T04:46:12.403Z] public class SaveEditorHandler implements EventHandler, IPartListener, IPropertyListener { [2021-11-27T04:46:12.403Z] ^ [2021-11-27T04:46:12.403Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.java:18: warning: no comment [2021-11-27T04:46:12.404Z] public class PopupHandler extends ToolbarHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.java:42: warning: no comment [2021-11-27T04:46:12.404Z] public class ToolbarHandler implements EventHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.java:27: warning: no comment [2021-11-27T04:46:12.404Z] public class CronHandler implements EventHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.java:23: warning: no comment [2021-11-27T04:46:12.404Z] public class MenuHandler extends ToolbarHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.java:25: warning: no comment [2021-11-27T04:46:12.404Z] public class CronScheduler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.java:31: warning: no comment [2021-11-27T04:46:12.404Z] public class ScriptContributionFactory extends AbstractContributionFactory { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/KeyHandler.java:25: warning: no comment [2021-11-27T04:46:12.404Z] public class KeyHandler implements EventHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.java:38: warning: no comment [2021-11-27T04:46:12.404Z] public class ScriptContributionItem extends CommandContributionItem { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.java:87: error: unknown tag: noextend [2021-11-27T04:46:12.404Z] * @noextend This class is not intended to be subclassed by clients. [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/EventBusHandler.java:13: warning: no comment [2021-11-27T04:46:12.404Z] public class EventBusHandler implements EventHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.java:37: warning: no comment [2021-11-27T04:46:12.404Z] public class ResourceChangeHandler implements EventHandler, IResourceChangeListener { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.java:26: warning: no comment [2021-11-27T04:46:12.404Z] public class StartupHandler implements EventHandler { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.java:49: warning: no comment [2021-11-27T04:46:12.404Z] public static class Location { [2021-11-27T04:46:12.404Z] ^ [2021-11-27T04:46:12.404Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.java:34: warning: no comment [2021-11-27T04:46:12.404Z] public class ShutdownHandler implements EventHandler, IWorkbenchListener { [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/URIValidator.java:19: warning: no comment [2021-11-27T04:46:12.405Z] public class URIValidator implements IInputValidator { [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.java:24: warning: no comment [2021-11-27T04:46:12.405Z] public class SignaturePreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/LocationsPage.java:65: warning: no comment [2021-11-27T04:46:12.405Z] public class LocationsPage extends PreferencePage implements IWorkbenchPreferencePage { [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IScript.java:36: error: unknown tag: model [2021-11-27T04:46:12.405Z] * @model [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IScript.java:37: error: unknown tag: generated [2021-11-27T04:46:12.405Z] * @generated [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IRepositoryFactory.java:21: error: unknown tag: generated [2021-11-27T04:46:12.405Z] * @generated [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IStorage.java:29: error: unknown tag: model [2021-11-27T04:46:12.405Z] * @model [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IStorage.java:30: error: unknown tag: generated [2021-11-27T04:46:12.405Z] * @generated [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.java:34: error: unknown tag: model [2021-11-27T04:46:12.405Z] * @model kind="package" [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.java:35: error: unknown tag: generated [2021-11-27T04:46:12.405Z] * @generated [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.java:682: error: unknown tag: generated [2021-11-27T04:46:12.405Z] * @generated [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IScriptLocation.java:28: error: unknown tag: model [2021-11-27T04:46:12.405Z] * @model [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.405Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IScriptLocation.java:29: error: unknown tag: generated [2021-11-27T04:46:12.405Z] * @generated [2021-11-27T04:46:12.405Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IRawLocation.java:29: error: unknown tag: model [2021-11-27T04:46:12.406Z] * @model [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen/org/eclipse/ease/ui/scripts/repository/IRawLocation.java:30: error: unknown tag: generated [2021-11-27T04:46:12.406Z] * @generated [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.java:31: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptSelectionDialog extends Dialog { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.java:19: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptEngineFilter extends ViewerFilter { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.java:22: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptContentProvider extends AbstractVirtualTreeProvider { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopup.java:25: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptPopup extends AbstractPopupItem { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupItem.java:21: warning: no comment [2021-11-27T04:46:12.406Z] public abstract class AbstractPopupItem { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.java:19: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptDropHandler implements IShellDropHandler { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.java:21: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptPopupMenu extends AbstractPopupMenu { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupMenu.java:25: warning: no comment [2021-11-27T04:46:12.406Z] public abstract class AbstractPopupMenu extends AbstractPopupItem implements IMenuListener { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/Decorator.java:32: warning: no comment [2021-11-27T04:46:12.406Z] public class Decorator implements ILightweightLabelDecorator, IPreferenceChangeListener { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ICompletionContext.java:21: warning: no comment [2021-11-27T04:46:12.406Z] public interface ICompletionContext { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/Activator.java:26: warning: no comment [2021-11-27T04:46:12.406Z] public class Activator extends AbstractUIPlugin { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.406Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineInterruptedException.java:18: warning: no comment [2021-11-27T04:46:12.406Z] public class ScriptEngineInterruptedException extends ExecutionException { [2021-11-27T04:46:12.406Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/BreakException.java:15: warning: no comment [2021-11-27T04:46:12.407Z] public class BreakException extends ScriptExecutionException { [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/IReplEngine.java:19: warning: no comment [2021-11-27T04:46:12.407Z] public interface IReplEngine extends IScriptEngine { [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ExitException.java:15: warning: no comment [2021-11-27T04:46:12.407Z] public class ExitException extends BreakException { [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptObjectType.java:16: warning: no comment [2021-11-27T04:46:12.407Z] public enum ScriptObjectType { [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineCancellationException.java:16: warning: no comment [2021-11-27T04:46:12.407Z] public class ScriptEngineCancellationException extends RuntimeException { [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ISecurityCheck.java:22: warning: no comment [2021-11-27T04:46:12.407Z] enum ActionType { [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.java:25: error: unknown tag: model [2021-11-27T04:46:12.407Z] * @model kind="package" extendedMetaData="qualified='false'" [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.java:26: error: unknown tag: generated [2021-11-27T04:46:12.407Z] * @generated [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.java:668: error: unknown tag: generated [2021-11-27T04:46:12.407Z] * @generated [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/IDefinitionFactory.java:11: error: unknown tag: generated [2021-11-27T04:46:12.407Z] * @generated [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/IVariable.java:22: error: unknown tag: model [2021-11-27T04:46:12.407Z] * @model [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/IVariable.java:23: error: unknown tag: generated [2021-11-27T04:46:12.407Z] * @generated [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:16: error: unknown tag: model [2021-11-27T04:46:12.407Z] * @model [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.407Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:17: error: unknown tag: generated [2021-11-27T04:46:12.407Z] * @generated [2021-11-27T04:46:12.407Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/ITestSuiteDefinition.java:30: error: unknown tag: model [2021-11-27T04:46:12.408Z] * @model extendedMetaData="kind='element' name='TestSuite'" [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/ITestSuiteDefinition.java:31: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/ICode.java:19: error: unknown tag: model [2021-11-27T04:46:12.408Z] * @model [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/ICode.java:20: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/impl/Code.java:25: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/impl/TestSuiteDefinition.java:48: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/impl/DefinitionFactory.java:20: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/impl/DefinitionPackage.java:27: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/impl/FlagToStringMap.java:29: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/impl/Variable.java:28: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/util/DefinitionResource.java:13: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/util/DefinitionSwitch.java:20: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/util/DefinitionResourceFactory.java:22: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/util/DefinitionAdapterFactory.java:21: error: unknown tag: generated [2021-11-27T04:46:12.408Z] * @generated [2021-11-27T04:46:12.408Z] ^ [2021-11-27T04:46:12.408Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/util/DefinitionXMLProcessor.java:19: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestSuite.java:24: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestSuite.java:25: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestResult.java:19: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestResult.java:20: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IMetadata.java:20: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IMetadata.java:21: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestFolder.java:13: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestFolder.java:14: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestEntity.java:33: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model abstract="true" [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestEntity.java:34: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IRuntimeFactory.java:13: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestContainer.java:21: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model abstract="true" [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestContainer.java:22: error: unknown tag: generated [2021-11-27T04:46:12.409Z] * @generated [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.409Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.java:26: error: unknown tag: model [2021-11-27T04:46:12.409Z] * @model kind="package" [2021-11-27T04:46:12.409Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.java:27: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.java:2811: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/TestStatus.java:17: error: unknown tag: model [2021-11-27T04:46:12.410Z] * @model [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/TestStatus.java:18: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestFile.java:18: error: unknown tag: model [2021-11-27T04:46:12.410Z] * @model [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestFile.java:19: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IStackTraceContainer.java:21: error: unknown tag: model [2021-11-27T04:46:12.410Z] * @model [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/IStackTraceContainer.java:22: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestClass.java:12: error: unknown tag: model [2021-11-27T04:46:12.410Z] * @model [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITestClass.java:13: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITest.java:18: error: unknown tag: model [2021-11-27T04:46:12.410Z] * @model [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/ITest.java:19: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestEntity.java:56: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/RuntimePackage.java:35: error: unknown tag: generated [2021-11-27T04:46:12.410Z] * @generated [2021-11-27T04:46:12.410Z] ^ [2021-11-27T04:46:12.410Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestClass.java:22: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestContainer.java:37: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestSuite.java:43: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestFolder.java:12: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestFile.java:43: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/TestResult.java:26: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/StackTraceContainer.java:22: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/Test.java:28: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/Metadata.java:26: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/impl/RuntimeFactory.java:25: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/util/RuntimeAdapterFactory.java:20: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/runtime/util/RuntimeSwitch.java:23: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/TestDefinitionEditPlugin.java:12: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/TestDefinitionEditPlugin.java:62: error: unknown tag: generated [2021-11-27T04:46:12.411Z] * @generated [2021-11-27T04:46:12.411Z] ^ [2021-11-27T04:46:12.411Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/CodeItemProvider.java:29: error: unknown tag: generated [2021-11-27T04:46:12.412Z] * @generated [2021-11-27T04:46:12.412Z] ^ [2021-11-27T04:46:12.412Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/TestSuiteDefinitionItemProvider.java:33: error: unknown tag: generated [2021-11-27T04:46:12.412Z] * @generated [2021-11-27T04:46:12.412Z] ^ [2021-11-27T04:46:12.412Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/FlagToStringMapItemProvider.java:29: error: unknown tag: generated [2021-11-27T04:46:12.412Z] * @generated [2021-11-27T04:46:12.412Z] ^ [2021-11-27T04:46:12.412Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/DefinitionItemProviderAdapterFactory.java:31: error: unknown tag: generated [2021-11-27T04:46:12.412Z] * @generated [2021-11-27T04:46:12.412Z] ^ [2021-11-27T04:46:12.412Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen/org/eclipse/ease/lang/unittest/definition/provider/VariableItemProvider.java:31: error: unknown tag: generated [2021-11-27T04:46:12.412Z] * @generated [2021-11-27T04:46:12.412Z] ^ [2021-11-27T04:46:12.412Z] Generating ./org/eclipse/ease/AbstractCodeFactory.html... [2021-11-27T04:46:12.695Z] Generating ./org/eclipse/ease/AbstractCodeParser.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/AbstractReplScriptEngine.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/AbstractScriptEngine.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/Activator.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/BreakException.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/ExitException.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/ICodeFactory.html... [2021-11-27T04:46:12.696Z] Generating ./org/eclipse/ease/ICodeFactory.Parameter.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ICodeParser.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ICompletionContext.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IDebugEngine.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IExecutionListener.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IReplEngine.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IScriptable.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IScriptEngine.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IScriptEngineLaunchExtension.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/IScriptEngineProvider.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ISecurityCheck.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ISecurityCheck.ActionType.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/Logger.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/Script.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ScriptEngineCancellationException.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ScriptEngineException.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ScriptEngineInterruptedException.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ScriptExecutionException.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ScriptObjectType.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/ScriptResult.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/classloader/EaseClassLoader.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/AbstractEaseDebugger.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/AbstractEaseDebugger.ThreadState.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/DebugTracer.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/DynamicContentEditorInput.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/EaseDebugFrame.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/IScriptDebugFrame.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/IScriptRegistry.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/ScriptRegistry.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/ScriptSourceLocator.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/ScriptStackTrace.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/dispatcher/EventDispatchJob.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/dispatcher/IEventProcessor.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/events/AbstractEvent.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/events/IDebugEvent.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/events/debugger/EngineStartedEvent.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/events/debugger/EngineTerminatedEvent.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/events/debugger/EvaluateExpressionEvent.html... [2021-11-27T04:46:12.953Z] Generating ./org/eclipse/ease/debugging/events/debugger/IDebuggerEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/ResumedEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/ScriptReadyEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/ScriptTerminatedEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/StackFramesEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/SuspendedEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/ThreadCreatedEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/ThreadTerminatedEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/debugger/VariablesEvent.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/model/BreakpointRequest.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/model/BreakpointRequest.Mode.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/model/DisconnectRequest.html... [2021-11-27T04:46:12.954Z] Generating ./org/eclipse/ease/debugging/events/model/EvaluateExpressionRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/GetStackFramesRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/GetVariablesRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/IModelRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/ResumeRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/SetVariablesRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/SuspendRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/events/model/TerminateRequest.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugElement.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugElement.State.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugLastExecutionResult.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugProcess.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugStackFrame.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugTarget.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugThread.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugValue.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugVariable.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugVariable.Type.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseJavaArrayElementVariable.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseJavaFieldVariable.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseWatchExpressionDelegate.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/debugging/model/EaseWatchExpressionResult.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/groovy/GroovyCodeFactory.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/groovy/GroovyCodeParser.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/groovy/GroovyHelper.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/groovy/PluginConstants.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptCodeParser.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptHelper.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/PluginConstants.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.html... [2021-11-27T04:46:13.212Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/NashornScriptEngine.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/javascript/rhino/Activator.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngine.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/Activator.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/Pep302ModuleImporter.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/PyDevPathImporter.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/PythonCodeFactory.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/PythonCodeParser.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/PythonCompletionContext.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/PythonHelper.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/debug/ITracingConstant.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/debugger/ICodeTracer.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/debugger/IPyFrame.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/debugger/IPythonDebugEngine.html... [2021-11-27T04:46:13.213Z] Generating ./org/eclipse/ease/lang/python/debugger/IPythonScriptRegistry.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonBreakpoint.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonDebugger.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonDebugger.PythonDebugFrame.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonEventDispatchJob.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonScriptRegistry.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/ResourceHelper.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/FrameworkFilterAction.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/MagicFilterAction.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/ViewFilterAction.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/debugger/model/PythonDebugTarget.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/jython/Activator.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/jython/JythonPackageManager.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/jython/JythonScriptEngine.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/jython/JythonTracer.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/jython/PythonEnvironementBootStrapper.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/preferences/IPreferenceConstants.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Activator.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ICodeTraceFilter.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/IInteractiveReturn.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/IPythonSideEngine.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4JBootstrap.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4jDebugger.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4jDebuggerEngine.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/ui/completion/PythonCompletionProviderWrapper.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/python/ui/completion/PythonHelpResolver.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/ruby/PluginConstants.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/ruby/RubyCodeFactory.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/ruby/RubyCodeParser.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/ruby/RubyHelper.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/scriptarchive/ArchiveEngine.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/scriptarchive/ManifestParser.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/scriptarchive/NonClosingInputStream.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/scriptarchive/PluginConstants.html... [2021-11-27T04:46:13.494Z] Generating ./org/eclipse/ease/lang/unittest/AssertionException.html... [2021-11-27T04:46:13.495Z] Generating ./org/eclipse/ease/lang/unittest/DefaultAssertion.html... [2021-11-27T04:46:13.495Z] Generating ./org/eclipse/ease/lang/unittest/FilteredTestCommand.html... [2021-11-27T04:46:13.752Z] Generating ./org/eclipse/ease/lang/unittest/IAssertion.html... [2021-11-27T04:46:13.752Z] Generating ./org/eclipse/ease/lang/unittest/PluginConstants.html... [2021-11-27T04:46:13.752Z] Generating ./org/eclipse/ease/lang/unittest/TestSuiteScriptEngine.html... [2021-11-27T04:46:13.752Z] Generating ./org/eclipse/ease/lang/unittest/UnitTestHelper.html... [2021-11-27T04:46:13.752Z] Generating ./org/eclipse/ease/lang/unittest/UnitTestModule.html... [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java:322: error: unknown tag: module [2021-11-27T04:46:13.752Z] * in case {@module #setThrowOnFailure(boolean)} is enabled [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] Generating ./org/eclipse/ease/lang/unittest/definition/Flag.html... [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:175: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:193: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:211: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:266: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:275: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:284: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:293: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.752Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:24: error: unknown tag: generated [2021-11-27T04:46:13.752Z] * @generated [2021-11-27T04:46:13.752Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:25: error: unknown tag: ordered [2021-11-27T04:46:13.753Z] * @ordered [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:32: error: unknown tag: generated [2021-11-27T04:46:13.753Z] * @generated [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:33: error: unknown tag: ordered [2021-11-27T04:46:13.753Z] * @ordered [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:41: error: unknown tag: generated [2021-11-27T04:46:13.753Z] * @generated [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:42: error: unknown tag: ordered [2021-11-27T04:46:13.753Z] * @ordered [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:49: error: unknown tag: generated [2021-11-27T04:46:13.753Z] * @generated [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen/org/eclipse/ease/lang/unittest/definition/Flag.java:50: error: unknown tag: ordered [2021-11-27T04:46:13.753Z] * @ordered [2021-11-27T04:46:13.753Z] ^ [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/ICode.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/IDefinitionFactory.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.Literals.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/ITestSuiteDefinition.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/IVariable.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/Code.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/DefinitionFactory.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/DefinitionPackage.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/FlagToStringMap.html... [2021-11-27T04:46:13.753Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/TestSuiteDefinition.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/Variable.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/CodeItemProvider.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/DefinitionItemProviderAdapterFactory.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/FlagToStringMapItemProvider.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/TestDefinitionEditPlugin.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/TestDefinitionEditPlugin.Implementation.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/TestSuiteDefinitionItemProvider.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/VariableItemProvider.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionAdapterFactory.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionResource.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionResourceFactory.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionSwitch.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionXMLProcessor.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/reporters/IReportGenerator.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/reporters/JUnitReportGenerator.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/reporters/ReportTools.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IMetadata.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IRuntimeFactory.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.Literals.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IStackTraceContainer.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITest.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestClass.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestContainer.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestEntity.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestFile.html... [2021-11-27T04:46:14.011Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestFolder.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestResult.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestSuite.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/TestStatus.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/Metadata.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/RuntimeFactory.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/RuntimePackage.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/StackTraceContainer.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/Test.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestClass.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestContainer.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestEntity.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestFile.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestFolder.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestResult.html... [2021-11-27T04:46:14.268Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestSuite.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/RuntimeAdapterFactory.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/RuntimeSwitch.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/AbstractEditorPage.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/CustomCodePage.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/FileSelectionPage.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/IVariablesProvider.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditorActionBarContributor.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/VariablesPage.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/MultiSelectionProvider.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/SuiteRuntimeInformation.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/TestSuiteContentProvider.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/TestSuiteLabelProvider.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/UIAttachment.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/UnitTestView.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/AbstractScriptModule.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/BootStrapper.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/EnvironmentModule.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/IEnvironment.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/IModuleCallbackProvider.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/IModuleListener.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/IScriptModule.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/ModuleCategoryDefinition.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/ModuleDefinition.html... [2021-11-27T04:46:14.269Z] Generating ./org/eclipse/ease/modules/ModuleDefinition.ModuleDependency.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/ModuleHelper.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/ModuleTracker.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/ModuleTracker.ModuleState.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/ScriptParameter.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/ScriptParameter.Helper.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/ScriptParameter.OptionalParameterHelper.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/modules/WrapToScript.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/service/EngineDescription.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/service/IScriptService.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/service/ScriptService.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/service/ScriptServiceFactory.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/service/ScriptType.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/IPreferenceConstants.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/ISignatureConstants.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/PerformSignature.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/ScriptSignatureException.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/SignatureCheck.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/SignatureHelper.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/SignatureInfo.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/sign/VerifySignature.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/tools/ContributionTools.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/tools/ListenerList.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/tools/NullOutputStream.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/tools/PlatformExtension.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/tools/ResourceTools.html... [2021-11-27T04:46:14.526Z] Generating ./org/eclipse/ease/tools/ResourceTools.NonClosingInputStream.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/tools/RunnableWithResult.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/tools/StringTools.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/Activator.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/Messages.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/BasicContext.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/CodeCompletionAggregator.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/CompletionLabelProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/IHelpResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/IImageResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/ScriptCompletionProposal.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractCompletionProvider.DescriptorImageResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractCompletionProvider.WorkbenchDescriptorImageResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractPathCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/EnvironmentLocationCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/ICompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/LoadedModuleCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/LoadModuleCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/LocationResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/provider/VariablesCompletionProvider.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/Bracket.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/BracketMatcher.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/IClassResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/IMethodResolver.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/InputTokenizer.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/TokenList.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/ScriptConsole.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/ScriptConsolePageParticipant.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/ConsoleMessages.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/RemoveAllTerminatedConsolesAction.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/RemoveCurrentConsoleAction.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/ShowStandardErrorAction.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/ShowStandardOutAction.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/ShowWhenContentChangesAction.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/console/actions/TerminateConsoleAction.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/debugging/model/AbstractEaseDebugModelPresentation.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/AbstractFileDropHandler.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/AbstractModuleDropHandler.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/IShellDropHandler.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/JarDropHandler.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/ModulesDropHandler.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/ResourceDropHandler.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/ShellDropTarget.html... [2021-11-27T04:46:14.527Z] Generating ./org/eclipse/ease/ui/dnd/VariablesDropHandler.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/ClearDisplay.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/LoadModule.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/OpenHelp.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/OpenModulesPreferences.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/OpenScriptHelp.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/PasteTextToScriptShell.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/PerformSignature.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/Reset.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/SpawnShell.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/StopScriptExecution.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/SwitchEngine.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/handler/ToggleDropinsSection.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/ConstantHelp.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/ContentProposalModifier.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/EditorToolTipDecorator.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/EditorToolTipGenerator.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/HelpHoverImageProvider.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/HoverManager.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/IHoverContentProvider.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/IHoverHelp.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/IHoverHelp.IMementoVisitor.html... [2021-11-27T04:46:14.528Z] Generating ./org/eclipse/ease/ui/help/hovers/MethodHelp.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/help/hovers/ModuleHelp.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/launching/EaseLaunchDelegate.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/launching/FileExtensionFilter.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/launching/LaunchConfigurationTabGroup.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/launching/LaunchConstants.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/launching/LibrariesTab.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/launching/MainTab.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModuleContributionFactory.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulePopupItem.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulePopupMenu.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesComposite.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesContentProvider.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesDragListener.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesFilter.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesLabelProvider.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesTools.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesTools.ModuleEntry.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/perspectives/ScriptingPerspective.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/IPreferenceConstants.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/ModulesContentProvider.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/ModulesLabelProvider.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/ModulesPage.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/PreferenceInitializer.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/ScriptingPage.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/preferences/ShellPreferencePage.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/propertytester/EngineTester.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/propertytester/ScriptEnginePropertyTester.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/Activator.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/FileScriptStorage.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/Messages.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/ScriptContributionFactory.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/ScriptEditorInput.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/ScriptStorage.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/ScriptURLConnection.html... [2021-11-27T04:46:14.796Z] Generating ./org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ExpressionTools.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ExpressionTools.ExpressionDescription.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.Parameter.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/EventBusHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/KeyHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.html... [2021-11-27T04:46:14.797Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.Location.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/preferences/IPreferenceConstants.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/preferences/LocationsPage.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/preferences/PreferenceInitializer.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/preferences/PreferencesHelper.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/preferences/URIValidator.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRawLocation.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryFactory.html... [2021-11-27T04:46:14.798Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.Literals.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryService.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/repository/IScript.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/repository/IScriptLocation.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/repository/IStorage.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/Decorator.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptComposite.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptContextMenuEntries.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptDragSource.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptPopup.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/AbstractLaunchDelegate.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/AbstractPopupItem.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/AbstractPopupMenu.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/AbstractVirtualTreeProvider.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/AbstractWorkbenchRunnable.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/DecoratedLabelProvider.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/LocationImageDescriptor.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/TextWithImage.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/Timer.html... [2021-11-27T04:46:15.056Z] Generating ./org/eclipse/ease/ui/tools/ToggleHandler.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/view/EngineContributionFactory.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/view/ModuleExplorerView.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/view/ScriptHistoryText.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/view/ScriptShell.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/view/TextSelectionProvider.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/view/VariablesDragListener.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/AbstractDropin.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/IShellDropin.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/urlhandler/WorkspaceURLConnection.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/urlhandler/WorkspaceURLStreamHandlerService.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/classloader/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/classloader/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/dispatcher/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/dispatcher/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/events/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/events/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/events/debugger/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/events/debugger/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/events/model/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/events/model/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/model/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/debugging/model/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/groovy/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/groovy/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/javascript/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/javascript/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/javascript/rhino/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/javascript/rhino/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/jvm/compiled/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/jvm/compiled/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/debug/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/debug/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/debugger/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/debugger/package-tree.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/package-summary.html... [2021-11-27T04:46:15.057Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/debugger/model/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/debugger/model/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/jython/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/jython/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/preferences/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/preferences/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/ui/completion/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/python/ui/completion/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/ruby/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/ruby/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/scriptarchive/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/scriptarchive/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/reporters/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/reporters/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/runtime/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/runtime/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/modules/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/modules/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/service/package-summary.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/service/package-tree.html... [2021-11-27T04:46:15.058Z] Generating ./org/eclipse/ease/sign/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/sign/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/tools/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/tools/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/completion/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/completion/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/completion/provider/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/completion/provider/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/console/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/console/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/console/actions/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/console/actions/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/debugging/model/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/debugging/model/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/dnd/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/dnd/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/handler/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/handler/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/help/hovers/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/help/hovers/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/launching/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/launching/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/modules/ui/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/modules/ui/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/perspectives/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/perspectives/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/preferences/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/preferences/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/propertytester/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/propertytester/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/package-tree.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/preferences/package-summary.html... [2021-11-27T04:46:15.059Z] Generating ./org/eclipse/ease/ui/scripts/preferences/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/scripts/repository/package-summary.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/scripts/repository/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/scripts/ui/package-summary.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/scripts/ui/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/tools/package-summary.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/tools/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/view/package-summary.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/view/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/package-summary.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/urlhandler/package-summary.html... [2021-11-27T04:46:15.060Z] Generating ./org/eclipse/ease/urlhandler/package-tree.html... [2021-11-27T04:46:15.060Z] Generating ./constant-values.html... [2021-11-27T04:46:15.317Z] Generating ./serialized-form.html... [2021-11-27T04:46:15.317Z] Generating ./overview-tree.html... [2021-11-27T04:46:15.317Z] Generating ./deprecated-list.html... [2021-11-27T04:46:15.317Z] Generating ./index.html... [2021-11-27T04:46:15.317Z] Building index for all the packages and classes... [2021-11-27T04:46:15.317Z] Generating ./index-all.html... [2021-11-27T04:46:15.574Z] Building index for all classes... [2021-11-27T04:46:15.574Z] Generating ./allclasses-index.html... [2021-11-27T04:46:15.574Z] Generating ./allpackages-index.html... [2021-11-27T04:46:15.574Z] Generating ./overview-summary.html... [2021-11-27T04:46:15.574Z] Generating ./help-doc.html... [2021-11-27T04:46:15.574Z] 100 errors [2021-11-27T04:46:15.574Z] 100 warnings [2021-11-27T04:46:15.574Z] [INFO] execution failed with rc = 1 [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/overview-summary.html -> help/api-docs/javadoc/overview-summary.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/constant-values.html -> help/api-docs/javadoc/constant-values.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/deprecated-list.html -> help/api-docs/javadoc/deprecated-list.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/package-summary.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/classloader/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/classloader/package-summary.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/debugging/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/debugging/package-summary.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/debugging/dispatcher/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/debugging/dispatcher/package-summary.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/debugging/events/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/debugging/events/package-summary.html [2021-11-27T04:46:15.574Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/debugging/events/debugger/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/debugging/events/debugger/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/debugging/events/model/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/debugging/events/model/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/debugging/model/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/debugging/model/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/groovy/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/groovy/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/javascript/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/javascript/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/javascript/nashorn/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/javascript/nashorn/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/javascript/rhino/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/javascript/rhino/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/jvm/compiled/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/jvm/compiled/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/debug/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/debug/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/debugger/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/debugger/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/debugger/actions/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/debugger/actions/package-summary.html [2021-11-27T04:46:15.575Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/debugger/model/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/debugger/model/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/jython/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/jython/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/preferences/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/preferences/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/py4j/internal/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/py4j/internal/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/py4j/internal/ui/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/py4j/internal/ui/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/python/ui/completion/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/python/ui/completion/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/ruby/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/ruby/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/scriptarchive/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/scriptarchive/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/impl/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/impl/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/provider/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/provider/package-summary.html [2021-11-27T04:46:15.576Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/util/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/definition/util/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/reporters/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/reporters/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/runtime/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/runtime/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/runtime/impl/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/runtime/impl/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/runtime/util/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/runtime/util/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/ui/editor/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/ui/editor/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/lang/unittest/ui/views/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/lang/unittest/ui/views/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/modules/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/modules/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/service/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/service/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/sign/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/sign/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/tools/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/tools/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/package-summary.html [2021-11-27T04:46:15.577Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/completion/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/completion/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/completion/provider/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/completion/provider/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/completion/tokenizer/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/completion/tokenizer/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/console/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/console/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/console/actions/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/console/actions/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/debugging/model/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/debugging/model/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/dnd/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/dnd/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/handler/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/handler/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/help/hovers/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/help/hovers/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/launching/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/launching/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/modules/ui/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/modules/ui/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/perspectives/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/perspectives/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/preferences/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/preferences/package-summary.html [2021-11-27T04:46:15.578Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/propertytester/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/propertytester/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/definitions/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/definitions/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/handler/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/handler/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/ui/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/expressions/ui/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/keywordhandler/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/keywordhandler/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/preferences/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/preferences/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/repository/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/repository/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/scripts/ui/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/scripts/ui/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/tools/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/tools/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/view/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/view/package-summary.html [2021-11-27T04:46:15.579Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/ui/views/shell/dropins/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/ui/views/shell/dropins/package-summary.html [2021-11-27T04:46:15.580Z] [INFO] Make relative - base: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help, file: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc/org/eclipse/ease/urlhandler/package-summary.html -> help/api-docs/javadoc/org/eclipse/ease/urlhandler/package-summary.html [2021-11-27T04:46:15.580Z] [INFO] [2021-11-27T04:46:15.580Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.580Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:15.580Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/src/main/resources [2021-11-27T04:46:15.580Z] [INFO] [2021-11-27T04:46:15.580Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.580Z] [INFO] [2021-11-27T04:46:15.580Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.580Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:15.580Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/src/test/resources [2021-11-27T04:46:15.580Z] [INFO] [2021-11-27T04:46:15.580Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.580Z] [INFO] [2021-11-27T04:46:15.580Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.838Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.838Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.9.0-SNAPSHOT/org.eclipse.ease.help-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:15.838Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.9.0-SNAPSHOT/org.eclipse.ease.help-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:15.838Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.9.0-SNAPSHOT/org.eclipse.ease.help-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:15.838Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.9.0-SNAPSHOT/org.eclipse.ease.help-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2021-11-27T04:46:15.838Z] [INFO] Building org.eclipse.ease.feature 0.9.0-SNAPSHOT [24/49] [2021-11-27T04:46:15.838Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.838Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.838Z] [INFO] The project's OSGi version is 0.9.0.I202111221312 [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.838Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.838Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:15.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:15.839Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:15.839Z] [INFO] [2021-11-27T04:46:15.839Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2021-11-27T04:46:15.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.9.0-SNAPSHOT/org.eclipse.ease.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:15.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.9.0-SNAPSHOT/org.eclipse.ease.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:15.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.9.0-SNAPSHOT/org.eclipse.ease.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:15.840Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.9.0-SNAPSHOT/org.eclipse.ease.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:15.840Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.9.0-SNAPSHOT/org.eclipse.ease.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:15.840Z] [INFO] [2021-11-27T04:46:15.840Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2021-11-27T04:46:16.098Z] [INFO] Building org.eclipse.ease.ui.feature 0.9.0-SNAPSHOT [25/49] [2021-11-27T04:46:16.098Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] The project's OSGi version is 0.9.0.I202111270441 [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.098Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.098Z] [INFO] [2021-11-27T04:46:16.099Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.099Z] [INFO] [2021-11-27T04:46:16.099Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.099Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.099Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.099Z] [INFO] [2021-11-27T04:46:16.099Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.099Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.099Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.099Z] [INFO] [2021-11-27T04:46:16.099Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.9.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.9.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.9.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.9.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.099Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.9.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.099Z] [INFO] [2021-11-27T04:46:16.099Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2021-11-27T04:46:16.099Z] [INFO] [2021-11-27T04:46:16.099Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2021-11-27T04:46:16.100Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.9.0-SNAPSHOT [26/49] [2021-11-27T04:46:16.100Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/target [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.100Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.100Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.100Z] [INFO] [2021-11-27T04:46:16.100Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.101Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.101Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.101Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.101Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.101Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.101Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.101Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.101Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.101Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.101Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2021-11-27T04:46:16.101Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.9.0-SNAPSHOT [27/49] [2021-11-27T04:46:16.101Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.101Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.101Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/target [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.101Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.101Z] [INFO] The project's OSGi version is 0.9.0.I202111151120 [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.101Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.101Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.102Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.102Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.102Z] [INFO] [2021-11-27T04:46:16.102Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.102Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.102Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.102Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.103Z] [INFO] [2021-11-27T04:46:16.103Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2021-11-27T04:46:16.103Z] [INFO] [2021-11-27T04:46:16.103Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2021-11-27T04:46:16.103Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.9.0-SNAPSHOT [28/49] [2021-11-27T04:46:16.103Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.397Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/target [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [INFO] [2021-11-27T04:46:16.398Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.398Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.399Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.399Z] [INFO] [2021-11-27T04:46:16.399Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.399Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.python.jython.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.399Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.python.jython.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.399Z] [INFO] [2021-11-27T04:46:16.399Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.9.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.9.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.399Z] [INFO] [2021-11-27T04:46:16.399Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2021-11-27T04:46:16.399Z] [INFO] [2021-11-27T04:46:16.399Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2021-11-27T04:46:16.399Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.9.0-SNAPSHOT [29/49] [2021-11-27T04:46:16.399Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.399Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/target [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [INFO] [2021-11-27T04:46:16.400Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.400Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.400Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.401Z] [INFO] [2021-11-27T04:46:16.401Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.401Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.401Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.401Z] [INFO] [2021-11-27T04:46:16.401Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.401Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.401Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.401Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.401Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.401Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.401Z] [INFO] [2021-11-27T04:46:16.401Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2021-11-27T04:46:16.401Z] [INFO] [2021-11-27T04:46:16.401Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2021-11-27T04:46:16.401Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.9.0-SNAPSHOT [30/49] [2021-11-27T04:46:16.401Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.401Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/target [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [INFO] [2021-11-27T04:46:16.402Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.402Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.695Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.695Z] [INFO] [2021-11-27T04:46:16.695Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.695Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.695Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.695Z] [INFO] [2021-11-27T04:46:16.695Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.695Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.696Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.696Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.696Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2021-11-27T04:46:16.696Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.9.0-SNAPSHOT [31/49] [2021-11-27T04:46:16.696Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.696Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/target [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.696Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.696Z] [INFO] [2021-11-27T04:46:16.696Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.697Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.697Z] [INFO] [2021-11-27T04:46:16.697Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.697Z] [INFO] [2021-11-27T04:46:16.697Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.697Z] [INFO] [2021-11-27T04:46:16.697Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.697Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.697Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.697Z] [INFO] [2021-11-27T04:46:16.697Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.697Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.697Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.697Z] [INFO] [2021-11-27T04:46:16.697Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.697Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.697Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.697Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.697Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.698Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2021-11-27T04:46:16.698Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.9.0-SNAPSHOT [32/49] [2021-11-27T04:46:16.698Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/target [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [INFO] [2021-11-27T04:46:16.698Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.698Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.699Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.699Z] [INFO] [2021-11-27T04:46:16.699Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.699Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.699Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.699Z] [INFO] [2021-11-27T04:46:16.699Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.699Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.699Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.699Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.699Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.699Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.699Z] [INFO] [2021-11-27T04:46:16.699Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2021-11-27T04:46:16.699Z] [INFO] [2021-11-27T04:46:16.699Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2021-11-27T04:46:16.699Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.9.0-SNAPSHOT [33/49] [2021-11-27T04:46:16.699Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.699Z] [INFO] [2021-11-27T04:46:16.699Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.699Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/target [2021-11-27T04:46:16.699Z] [INFO] [2021-11-27T04:46:16.699Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.699Z] [INFO] The project's OSGi version is 0.9.0.I202111181115 [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.700Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.700Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.700Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.700Z] [INFO] [2021-11-27T04:46:16.700Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.701Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.701Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.701Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.701Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.701Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.701Z] [INFO] [2021-11-27T04:46:16.701Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2021-11-27T04:46:16.701Z] [INFO] [2021-11-27T04:46:16.701Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2021-11-27T04:46:16.701Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.9.0-SNAPSHOT [34/49] [2021-11-27T04:46:16.701Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2021-11-27T04:46:16.701Z] [INFO] [2021-11-27T04:46:16.701Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.701Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/target [2021-11-27T04:46:16.701Z] [INFO] [2021-11-27T04:46:16.701Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] The project's OSGi version is 0.9.0.I202111240844 [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.994Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.994Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [2021-11-27T04:46:16.994Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.994Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.995Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.995Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance [2021-11-27T04:46:16.995Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.995Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:16.995Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.995Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:16.995Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:16.995Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.9.0-SNAPSHOT-sources-feature.jar [2021-11-27T04:46:16.995Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2021-11-27T04:46:16.995Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2021-11-27T04:46:16.995Z] [INFO] Building org.eclipse.ease.releng.target 0.9.0-SNAPSHOT [35/49] [2021-11-27T04:46:16.995Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2021-11-27T04:46:16.995Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2021-11-27T04:46:16.995Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2021-11-27T04:46:16.995Z] [INFO] [2021-11-27T04:46:16.995Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2021-11-27T04:46:16.996Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/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.9.0-SNAPSHOT/org.eclipse.ease.releng.target-0.9.0-SNAPSHOT.target [2021-11-27T04:46:16.996Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.9.0-SNAPSHOT/org.eclipse.ease.releng.target-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:16.996Z] [INFO] [2021-11-27T04:46:16.996Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2021-11-27T04:46:16.996Z] [INFO] Building org.eclipse.ease.releng.p2 0.9.0-SNAPSHOT [36/49] [2021-11-27T04:46:16.996Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2021-11-27T04:46:16.996Z] [INFO] [2021-11-27T04:46:16.996Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:16.996Z] [INFO] [2021-11-27T04:46:16.996Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:17.252Z] [INFO] The project's OSGi version is 0.9.0.I202111270441 [2021-11-27T04:46:17.253Z] [INFO] [2021-11-27T04:46:17.253Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:17.253Z] [INFO] [2021-11-27T04:46:17.253Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:17.253Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:17.253Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/src/main/resources [2021-11-27T04:46:17.253Z] [INFO] [2021-11-27T04:46:17.253Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:17.509Z] [INFO] [2021-11-27T04:46:17.509Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:17.509Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2021-11-27T04:46:17.765Z] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [2021-11-27T04:46:17.765Z] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [2021-11-27T04:46:18.329Z] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [2021-11-27T04:46:18.329Z] [INFO] [2021-11-27T04:46:18.329Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:18.329Z] [INFO] [2021-11-27T04:46:18.329Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:18.329Z] [INFO] [2021-11-27T04:46:18.329Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:18.329Z] [INFO] [2021-11-27T04:46:18.329Z] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:20.225Z] [INFO] [2021-11-27T04:46:20.225Z] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:20.225Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT.zip [2021-11-27T04:46:20.225Z] [INFO] [2021-11-27T04:46:20.225Z] [INFO] --- repository-utils:2.2.0:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:21.197Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT.zip [2021-11-27T04:46:21.197Z] [INFO] [2021-11-27T04:46:21.197Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:21.197Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.9.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT.zip [2021-11-27T04:46:21.198Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.9.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:21.198Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.9.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:21.198Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.9.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2021-11-27T04:46:21.198Z] [INFO] Building org.eclipse.ease.testhelper 0.9.0-SNAPSHOT [37/49] [2021-11-27T04:46:21.198Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.198Z] [INFO] The project's OSGi version is 0.9.0.I202111031431 [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.198Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:21.198Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/src/main/resources [2021-11-27T04:46:21.198Z] [INFO] [2021-11-27T04:46:21.198Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.198Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/classes [2021-11-27T04:46:21.455Z] [INFO] [2021-11-27T04:46:21.455Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.455Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:21.455Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/src/test/resources [2021-11-27T04:46:21.455Z] [INFO] [2021-11-27T04:46:21.455Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.455Z] [INFO] [2021-11-27T04:46:21.455Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.455Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:21.455Z] [INFO] [2021-11-27T04:46:21.455Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:21.455Z] [INFO] [2021-11-27T04:46:21.455Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:26.709Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/jacoco.exec,output=file [2021-11-27T04:46:26.709Z] [INFO] [2021-11-27T04:46:26.709Z] [INFO] --- maven-pmd-plugin:3.15.0:pmd (pmd-integration) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:26.709Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:46:26.997Z] [WARNING] Could not find class org.eclipse.ease.testhelper.AbstractEnvironmentTest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:26.997Z] [WARNING] Could not find class org.eclipse.ease.testhelper.AdvancedModule, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:26.997Z] [WARNING] Could not find class org.eclipse.ease.testhelper.BasicModule, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:26.997Z] [WARNING] Could not find class org.eclipse.ease.testhelper.WorkspaceTestHelper, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:26.997Z] [WARNING] Could not find class org.eclipse.ease.testhelper.python.AbstractPep302ModuleLoadingTest, due to: java.lang.IncompatibleClassChangeError: class net.sourceforge.pmd.lang.java.typeresolution.visitors.PMDASMVisitor has interface org.objectweb.asm.ClassVisitor as super class [2021-11-27T04:46:27.298Z] [WARNING] There are 1 PMD processing errors: [2021-11-27T04:46:27.298Z] [WARNING] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractDebugTest.java: PMDException: Error while processing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractDebugTest.java [2021-11-27T04:46:27.298Z] [INFO] [2021-11-27T04:46:27.298Z] [INFO] --- maven-pmd-plugin:3.15.0:cpd (pmd-integration) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:27.298Z] [INFO] PMD version: 6.38.0 [2021-11-27T04:46:27.298Z] [INFO] [2021-11-27T04:46:27.298Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:27.298Z] [INFO] Fork Value is false [2021-11-27T04:46:27.298Z] [java] JVM args ignored when same JVM is used. [2021-11-27T04:46:30.597Z] [INFO] Done SpotBugs Analysis.... [2021-11-27T04:46:30.597Z] [INFO] [2021-11-27T04:46:30.597Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:30.597Z] [INFO] You have 0 Checkstyle violations. [2021-11-27T04:46:30.597Z] [INFO] [2021-11-27T04:46:30.597Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:30.597Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.9.0-SNAPSHOT/org.eclipse.ease.testhelper-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:30.598Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.9.0-SNAPSHOT/org.eclipse.ease.testhelper-0.9.0-SNAPSHOT.pom [2021-11-27T04:46:30.598Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.9.0-SNAPSHOT/org.eclipse.ease.testhelper-0.9.0-SNAPSHOT-p2metadata.xml [2021-11-27T04:46:30.598Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.9.0-SNAPSHOT/org.eclipse.ease.testhelper-0.9.0-SNAPSHOT-p2artifacts.xml [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2021-11-27T04:46:30.598Z] [INFO] Building org.eclipse.ease.test 0.9.0-SNAPSHOT [38/49] [2021-11-27T04:46:30.598Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2021-11-27T04:46:30.598Z] [INFO] The project's OSGi version is 0.9.0.I202111221312 [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2021-11-27T04:46:30.598Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:30.598Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/src/main/resources [2021-11-27T04:46:30.598Z] [INFO] [2021-11-27T04:46:30.598Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.test --- [2021-11-27T04:46:30.598Z] [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/classes [2021-11-27T04:46:31.161Z] [INFO] [2021-11-27T04:46:31.162Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2021-11-27T04:46:31.162Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2021-11-27T04:46:31.162Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/src/test/resources [2021-11-27T04:46:31.162Z] [INFO] [2021-11-27T04:46:31.162Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2021-11-27T04:46:31.162Z] [INFO] [2021-11-27T04:46:31.162Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2021-11-27T04:46:31.162Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.9.0-SNAPSHOT.jar [2021-11-27T04:46:31.162Z] [INFO] [2021-11-27T04:46:31.162Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2021-11-27T04:46:31.162Z] [INFO] [2021-11-27T04:46:31.162Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.test --- [2021-11-27T04:46:31.162Z] [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/jacoco.exec,output=file [2021-11-27T04:46:31.162Z] [INFO] [2021-11-27T04:46:31.162Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.test --- [2021-11-27T04:46:31.419Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (415.44kB) [2021-11-27T04:46:31.419Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (65.43kB) [2021-11-27T04:46:31.697Z] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2021-11-27T04:46:31.697Z] [INFO] Command line: [2021-11-27T04:46:31.697Z] [/opt/tools/java/openjdk/jdk-15/15.0.2+7/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/surefire.properties] [2021-11-27T04:46:31.697Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven14455b3c" [2021-11-27T04:46:35.097Z] Running org.eclipse.ease.AbstractCodeParserTest [2021-11-27T04:46:35.097Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.ease.AbstractCodeParserTest [2021-11-27T04:46:35.097Z] parseCode Time elapsed: 0.014 s [2021-11-27T04:46:35.097Z] parseLineHeader Time elapsed: 0.002 s [2021-11-27T04:46:35.097Z] parseBlockAfterWhitespace Time elapsed: 0 s [2021-11-27T04:46:35.097Z] parseEmpty Time elapsed: 0.001 s [2021-11-27T04:46:35.098Z] parseBlockHeader Time elapsed: 0 s [2021-11-27T04:46:35.098Z] Running org.eclipse.ease.sign.SignatureHelperTest [2021-11-27T04:46:35.098Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ease.sign.SignatureHelperTest [2021-11-27T04:46:35.098Z] certificateTest Time elapsed: 0.008 s [2021-11-27T04:46:35.098Z] Running org.eclipse.ease.sign.VerifySignatureTest [2021-11-27T04:46:35.367Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s - in org.eclipse.ease.sign.VerifySignatureTest [2021-11-27T04:46:35.368Z] testWithNonCodeParserScriptType Time elapsed: 0.393 s [2021-11-27T04:46:35.368Z] Running org.eclipse.ease.tools.PlatformExtensionTest [2021-11-27T04:46:35.368Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.tools.PlatformExtensionTest [2021-11-27T04:46:35.368Z] createFor_returns_non_empty_collection Time elapsed: 0.001 s [2021-11-27T04:46:35.368Z] getConfigurationElement_is_not_null Time elapsed: 0.001 s [2021-11-27T04:46:35.368Z] createInstance_returns_class_instance Time elapsed: 0.001 s [2021-11-27T04:46:35.368Z] createInstance_throws_for_invalid_type Time elapsed: 0.001 s [2021-11-27T04:46:35.368Z] createForName_returns_non_empty_collection Time elapsed: 0.001 s [2021-11-27T04:46:35.368Z] getAttribute_is_not_null_for_known_attribute Time elapsed: 0 s [2021-11-27T04:46:35.368Z] createFor_returns_empty_collection Time elapsed: 0 s [2021-11-27T04:46:35.368Z] getAttribute_is_null_for_unknown_attribute Time elapsed: 0 s [2021-11-27T04:46:35.368Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2021-11-27T04:46:35.368Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.tools.RunnableWithResultTest [2021-11-27T04:46:35.368Z] testException Time elapsed: 0 s [2021-11-27T04:46:35.368Z] testResult Time elapsed: 0.001 s [2021-11-27T04:46:35.368Z] Running org.eclipse.ease.tools.ResourceToolsTest [2021-11-27T04:46:35.625Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.ease.tools.ResourceToolsTest [2021-11-27T04:46:35.625Z] resolveScriptLocation Time elapsed: 0.099 s [2021-11-27T04:46:35.625Z] getWorkspaceInputStream Time elapsed: 0 s [2021-11-27T04:46:35.625Z] resolvePlatformURI Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] resolveScriptLocationWithSpacesInPath Time elapsed: 0.009 s [2021-11-27T04:46:35.625Z] resolveURL Time elapsed: 0.002 s [2021-11-27T04:46:35.625Z] invalidIsAbsolute Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] getFilesystemInputStream Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] toRelativeLocationInWorkspace Time elapsed: 0 s [2021-11-27T04:46:35.625Z] checkOperatingSystem Time elapsed: 0 s [2021-11-27T04:46:35.625Z] inputStreamToString Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] fileSystemToAbsoluteLocationOnLinux Time elapsed: 0 s [2021-11-27T04:46:35.625Z] exists Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] resolveRelativeInWorkspace Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] isFile Time elapsed: 0 s [2021-11-27T04:46:35.625Z] invalidToFile Time elapsed: 0 s [2021-11-27T04:46:35.625Z] resolveAbsoluteInFileSystem Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] resolveWindowsRoot Time elapsed: 0 s [2021-11-27T04:46:35.625Z] resolveRelativeInFileSystemOnWindows Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] isAbsoluteFileSystemPathOnWindows Time elapsed: 0 s [2021-11-27T04:46:35.625Z] readerToString Time elapsed: 0 s [2021-11-27T04:46:35.625Z] workspaceFileToString Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] toFile Time elapsed: 0.001 s [2021-11-27T04:46:35.625Z] toProjectRelativeLocation Time elapsed: 0 s [2021-11-27T04:46:35.625Z] getInvalidInputStream Time elapsed: 0.006 s [2021-11-27T04:46:35.626Z] resolveRelativeInFileSystemOnLinux Time elapsed: 0 s [2021-11-27T04:46:35.626Z] isFolder Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] fileSystemToAbsoluteLocationOnWindows Time elapsed: 0 s [2021-11-27T04:46:35.626Z] isAbsoluteWorkspacePath Time elapsed: 0 s [2021-11-27T04:46:35.626Z] isAbsoluteFileSystemPathOnLinux Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] resolveInvalid Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveAbsoluteInFileSystemOnWindows Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveScriptLocationWithSpacesInDomain Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveRelativefromWorkspaceToFilesystem Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveRelativeWithoutBaseFile Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveInWorkspace Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveScriptLocationWithSpecialCharactersInPath Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] filesystemFileToString Time elapsed: 0 s [2021-11-27T04:46:35.626Z] createURI Time elapsed: 0 s [2021-11-27T04:46:35.626Z] uriToAbsoluteLocation Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] createFolder Time elapsed: 0.002 s [2021-11-27T04:46:35.626Z] workspaceToAbsoluteLocation Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveAbsoluteInFileSystemOnLinux Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] invalidToString Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveRelativeURIs Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] resolveRelativeInFileSystem Time elapsed: 0 s [2021-11-27T04:46:35.626Z] resolveScriptLocationWithSpecialCharactersInDomain Time elapsed: 0.009 s [2021-11-27T04:46:35.626Z] isAbsoluteURL Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] Running org.eclipse.ease.tools.StringToolsTest [2021-11-27T04:46:35.626Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ease.tools.StringToolsTest [2021-11-27T04:46:35.626Z] parseArgumentsNull Time elapsed: 0.002 s [2021-11-27T04:46:35.626Z] parseArgumentsQuotedSingle Time elapsed: 0 s [2021-11-27T04:46:35.626Z] parseArgumentsEmpty Time elapsed: 0 s [2021-11-27T04:46:35.626Z] parseArgumentsMixedMultiple Time elapsed: 0 s [2021-11-27T04:46:35.626Z] parseArgumentsMixedMultipleLines Time elapsed: 0 s [2021-11-27T04:46:35.626Z] parseArgumentsNonQuotedMultiple Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] parseArgumentsNonQuotedSingle Time elapsed: 0 s [2021-11-27T04:46:35.626Z] parseArgumentsQuotedMultiple Time elapsed: 0 s [2021-11-27T04:46:35.626Z] Running org.eclipse.ease.ScriptTest [2021-11-27T04:46:35.626Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ease.ScriptTest [2021-11-27T04:46:35.626Z] codeFromScriptable Time elapsed: 0.005 s [2021-11-27T04:46:35.626Z] codeFromFilesystemFile Time elapsed: 0.004 s [2021-11-27T04:46:35.626Z] getCodeStream Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] getFile Time elapsed: 0 s [2021-11-27T04:46:35.626Z] codeFromStringBuilder Time elapsed: 0 s [2021-11-27T04:46:35.626Z] getResult Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] getException Time elapsed: 0 s [2021-11-27T04:46:35.626Z] codeFromWorkspaceFile Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] codeFromInputStream Time elapsed: 0 s [2021-11-27T04:46:35.626Z] getTitle Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] getCommand Time elapsed: 0 s [2021-11-27T04:46:35.626Z] codeFromReader Time elapsed: 0 s [2021-11-27T04:46:35.626Z] codeFromString Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2021-11-27T04:46:35.626Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2021-11-27T04:46:35.626Z] adaptURI Time elapsed: 0.005 s [2021-11-27T04:46:35.626Z] adaptURL Time elapsed: 0.001 s [2021-11-27T04:46:35.626Z] adaptWorkspaceFile Time elapsed: 0 s [2021-11-27T04:46:35.626Z] getAdapterList Time elapsed: 0 s [2021-11-27T04:46:35.626Z] adaptFilesystemFile Time elapsed: 0 s [2021-11-27T04:46:35.627Z] Running org.eclipse.ease.modules.ModuleDocumentationTest [2021-11-27T04:46:35.627Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.modules.ModuleDocumentationTest [2021-11-27T04:46:35.627Z] module_documentation_exists Time elapsed: 0 s [2021-11-27T04:46:35.627Z] Running org.eclipse.ease.modules.ModuleDefinitionTest [2021-11-27T04:46:35.627Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ease.modules.ModuleDefinitionTest [2021-11-27T04:46:35.627Z] forInstance_returns_definition Time elapsed: 0.009 s [2021-11-27T04:46:35.627Z] forInstance_returns_null Time elapsed: 0.001 s [2021-11-27T04:46:35.627Z] Running org.eclipse.ease.modules.EnvironmentModuleTest [2021-11-27T04:46:35.898Z] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.ease.modules.EnvironmentModuleTest [2021-11-27T04:46:35.898Z] readInput_blocking_reads_single_line_on_each_call Time elapsed: 0.061 s [2021-11-27T04:46:35.898Z] addModuleListener_informs_listener_on_module_load Time elapsed: 0.098 s [2021-11-27T04:46:35.898Z] getModule_by_class_finds_environment_module Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] hasMethodCallback_is_true_when_a_callbackProvider_is_registered_for_a_method Time elapsed: 0.048 s [2021-11-27T04:46:35.898Z] preMethodCallback_calls_callbackProvider Time elapsed: 0.002 s [2021-11-27T04:46:35.898Z] printError_multiple_prints_same_error_multiple_times Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] printError_writes_to_error_stream Time elapsed: 0 s [2021-11-27T04:46:35.898Z] exit_sets_script_return_code Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] getModules_contains_environment_module Time elapsed: 0 s [2021-11-27T04:46:35.898Z] loadJar_registers_URL Time elapsed: 0 s [2021-11-27T04:46:35.898Z] wrap_wraps_instance_methods Time elapsed: 0.002 s [2021-11-27T04:46:35.898Z] include_executes_referenced_resource Time elapsed: 0.101 s [2021-11-27T04:46:35.898Z] readInput_filters_carriage_return Time elapsed: 0 s [2021-11-27T04:46:35.898Z] print_false_writes_to_output_string Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] addModuleListener_sends_reloaded_event Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] printError_once_prints_same_error_only_once Time elapsed: 0 s [2021-11-27T04:46:35.898Z] print_true_appends_line_feed Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] readInput_nonBlocking_is_firstLine_when_data_is_availble Time elapsed: 0 s [2021-11-27T04:46:35.898Z] getModules_contains_loaded_module Time elapsed: 0.002 s [2021-11-27T04:46:35.898Z] getModule_by_class_returns_null_for_unknown_module Time elapsed: 0 s [2021-11-27T04:46:35.898Z] exit_throws_exception Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] execute_injects_script_code Time elapsed: 0 s [2021-11-27T04:46:35.898Z] readInput_blocking_stops_when_stream_is_closed Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] getScriptEngine_returns_engine_instance Time elapsed: 0 s [2021-11-27T04:46:35.898Z] getWrappedVariableName_returns_unique_name_per_class Time elapsed: 0 s [2021-11-27T04:46:35.898Z] getModuleDefinition_returns_environment_definition Time elapsed: 0 s [2021-11-27T04:46:35.898Z] hasMethodCallback_is_false_when_no_callbackProvider_is_registered Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] getModule_by_class_finds_loaded_module Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] hasMethodCallback_is_false_when_method_is_not_registered Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] loadModule_throws_on_unknown_module Time elapsed: 0 s [2021-11-27T04:46:35.898Z] getModule_by_name_finds_environment_module Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] getModule_by_name_finds_loaded_module Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] removeModuleListener_stops_sending_events_to_listener Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] include_throws_on_invalid_resource Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] postMethodCallback_calls_callbackProvider Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] readInput_nonBlocking_is_empty_when_no_data_is_availble Time elapsed: 0 s [2021-11-27T04:46:35.898Z] getModule_by_name_returns_null_for_unknonw_module Time elapsed: 0 s [2021-11-27T04:46:35.898Z] Running org.eclipse.ease.modules.ScriptParameterTest [2021-11-27T04:46:35.898Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.modules.ScriptParameterTest [2021-11-27T04:46:35.898Z] getDefaultValue_null_when_annotation_has_no_default_value Time elapsed: 0.001 s [2021-11-27T04:46:35.898Z] isOptional_false_when_annotation_is_missing Time elapsed: 0 s [2021-11-27T04:46:35.898Z] isOptional_false_when_annotation_has_no_default_value Time elapsed: 0 s [2021-11-27T04:46:35.898Z] getDefaultValue_has_value_when_annotation_with_default_value_exists Time elapsed: 0.001 s [2021-11-27T04:46:35.899Z] getDefaultValue_null_when_annotation_is_missing Time elapsed: 0 s [2021-11-27T04:46:35.899Z] isOptional_true_when_annotation_with_default_value_exists Time elapsed: 0 s [2021-11-27T04:46:35.899Z] Running org.eclipse.ease.modules.BootStrapperTest [2021-11-27T04:46:35.899Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.modules.BootStrapperTest [2021-11-27T04:46:35.899Z] createEngine_creates_wrapper_code_for_EnvironmentModule Time elapsed: 0.001 s [2021-11-27T04:46:35.899Z] Running org.eclipse.ease.modules.ModuleTrackerTest [2021-11-27T04:46:36.155Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.ease.modules.ModuleTrackerTest [2021-11-27T04:46:36.155Z] state_setWrapped_pushes_module_on_top_of_stack Time elapsed: 0.061 s [2021-11-27T04:46:36.155Z] state_iisWrapped_is_false_after_definition_is_loaded Time elapsed: 0 s [2021-11-27T04:46:36.155Z] state_isWrapped_is_true_after_wrapping_the_module Time elapsed: 0.001 s [2021-11-27T04:46:36.155Z] getOrCreateModuleState_returns_existing_state Time elapsed: 0 s [2021-11-27T04:46:36.155Z] new_tracker_does_not_contain_modules Time elapsed: 0 s [2021-11-27T04:46:36.155Z] state_isLoaded_is_false_when_no_instance_is_set Time elapsed: 0.001 s [2021-11-27T04:46:36.155Z] getOrCreateModuleState_creates_new_module_state Time elapsed: 0 s [2021-11-27T04:46:36.155Z] state_isLoaded_is_true_when_instance_is_set Time elapsed: 0 s [2021-11-27T04:46:36.155Z] getModuleState_is_null_when_module_is_not_available Time elapsed: 0.001 s [2021-11-27T04:46:36.155Z] addModule_adds_a_module_state Time elapsed: 0 s [2021-11-27T04:46:36.155Z] addModule_adds_on_top_of_stack Time elapsed: 0.001 s [2021-11-27T04:46:36.155Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2021-11-27T04:46:37.522Z] org.eclipse.ease.ScriptEngineException: Security check failed: org.eclipse.ease.AbstractScriptEngineTest$$Lambda$540/0x0000000800f4bec8@68610819 [2021-11-27T04:46:37.523Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:180) [2021-11-27T04:46:37.523Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243) [2021-11-27T04:46:37.523Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2021-11-27T04:46:48.718Z] not startednot startedfoofoonot startedfoonot startedjava.lang.RuntimeException: ERROR [2021-11-27T04:46:48.718Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:730) [2021-11-27T04:46:48.718Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190) [2021-11-27T04:46:48.718Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243) [2021-11-27T04:46:48.718Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2021-11-27T04:46:49.648Z] foofoofooTests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.657 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2021-11-27T04:46:49.648Z] terminate_via_monitor_cancellation Time elapsed: 1.209 s [2021-11-27T04:46:49.648Z] addSecurityCheck_adds_failing_check Time elapsed: 0.002 s [2021-11-27T04:46:49.648Z] getMonitor_not_equals_null_for_running_engine Time elapsed: 1.001 s [2021-11-27T04:46:49.648Z] buffered_variables_are_injected_into_the_engine Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] getDescription_returns_engine_description Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getLaunch_returns_previously_set_launch Time elapsed: 0.024 s [2021-11-27T04:46:49.648Z] setCloseStreamsOnTerminate_closes_streams Time elapsed: 1.053 s [2021-11-27T04:46:49.648Z] getDescription_returns_null_by_default Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] constructor_sets_job_name Time elapsed: 0 s [2021-11-27T04:46:49.648Z] inject_executes_code_in_the_middle_of_a_script Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] getVariable_returns_buffered_variable Time elapsed: 0 s [2021-11-27T04:46:49.648Z] setErrorStream_to_null_resets_error_stream Time elapsed: 0 s [2021-11-27T04:46:49.648Z] streams_are_not_closed_by_default_on_engine_termination Time elapsed: 1.001 s [2021-11-27T04:46:49.648Z] execute_valid_code_and_terminate Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getMonitor_equals_null_for_terminated_engine Time elapsed: 1.001 s [2021-11-27T04:46:49.648Z] setInputStream_changes_input_stream Time elapsed: 0 s [2021-11-27T04:46:49.648Z] setOutputStream_to_null_resets_output_stream Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] getExecutedFile_returns_script_resource Time elapsed: 0.002 s [2021-11-27T04:46:49.648Z] isFinished_equals_true_for_finished_engine Time elapsed: 0 s [2021-11-27T04:46:49.648Z] terminate_stops_running_engine Time elapsed: 0.202 s [2021-11-27T04:46:49.648Z] isFinished_equals_false_for_not_started_engine Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] isJob Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getVariables_returns_all_buffered_variables Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getVariable_is_null_for_non_existing_variable Time elapsed: 0 s [2021-11-27T04:46:49.648Z] setInputStream_to_null_resets_input_stream Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getInputStream_defaults_to_system_in Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] getOutputStream_defaults_to_system_in Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getStackTrace_returns_stack_of_size_1_during_execution Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] setOutputStream_changes_output_stream Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getLaunch_is_null_by_default Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] setErrorStream_changes_error_stream Time elapsed: 0 s [2021-11-27T04:46:49.648Z] getMonitor_equals_null_for_not_started_engine Time elapsed: 0 s [2021-11-27T04:46:49.648Z] terminate_does_nothing_for_non_launched_engine Time elapsed: 0.001 s [2021-11-27T04:46:49.648Z] removeExecutionListener_removes_an_engine_listener Time elapsed: 0.008 s [2021-11-27T04:46:49.648Z] getStackTrace_returns_empty_trace_for_terminated_engine Time elapsed: 1.001 s [2021-11-27T04:46:49.649Z] addExecutionListener_adds_an_engine_listener Time elapsed: 0.002 s [2021-11-27T04:46:49.649Z] getExecutedFile_returns_null_for_dynamic_code Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] execute_schedules_script Time elapsed: 0 s [2021-11-27T04:46:49.649Z] hasVariable_is_true_when_variable_is_set Time elapsed: 0 s [2021-11-27T04:46:49.649Z] addSecurityCheck_adds_passing_check Time elapsed: 1.011 s [2021-11-27T04:46:49.649Z] getStackTrace_returns_empty_trace_for_fresh_engine Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] joinEngine_waits_for_x_ms Time elapsed: 2.051 s [2021-11-27T04:46:49.649Z] hasVariable_is_false_when_no_variable_is_set Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getErrorStream_defaults_to_system_err Time elapsed: 0 s [2021-11-27T04:46:49.649Z] execute_processes_script_when_engine_is_started Time elapsed: 0 s [2021-11-27T04:46:49.649Z] setCloseStreamsOnTerminate_keeps_streams_open Time elapsed: 1.001 s [2021-11-27T04:46:49.649Z] getExecutedFile_returns_execution_root_file Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] joinEngine_waits_for_engine_to_terminate Time elapsed: 2.052 s [2021-11-27T04:46:49.649Z] execute_errorous_code_and_terminate Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getType_for_Byte_returns_JAVA_PRIMITIVE Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getType_for_Long_returns_JAVA_PRIMITIVE Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getType_for_String_returns_JAVA_OBJECT Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getType_for_Character_returns_JAVA_PRIMITIVE Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getLastExecutionResult_is_null_on_new_engine Time elapsed: 0.003 s [2021-11-27T04:46:49.649Z] getDefinedVariables_returns_debug_variables Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getType_for_Double_returns_JAVA_PRIMITIVE Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getType_for_Boolean_returns_JAVA_PRIMITIVE Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getType_for_null_returns_NULL Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getType_for_Integer_returns_JAVA_PRIMITIVE Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getType_for_Float_returns_JAVA_PRIMITIVE Time elapsed: 0 s [2021-11-27T04:46:49.649Z] getLastExecutionResult_returns_last_result Time elapsed: 0 s [2021-11-27T04:46:49.649Z] terminate_stops_interactive_engine Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getLastExecutionResult_is_null_after_engine_termination Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] getType_for_Short_returns_JAVA_PRIMITIVE Time elapsed: 0.001 s [2021-11-27T04:46:49.649Z] setTerminateOnIdle_keeps_engine_running Time elapsed: 1.001 s [2021-11-27T04:46:49.649Z] getType_for_VOID_returns_VOID Time elapsed: 0 s [2021-11-27T04:46:49.649Z] interactive_engine_executes_incoming_code Time elapsed: 0 s [2021-11-27T04:46:49.649Z] Running org.eclipse.ease.AbstractScriptEngineTest [2021-11-27T04:46:49.906Z] org.eclipse.ease.ScriptEngineException: Security check failed: org.eclipse.ease.AbstractScriptEngineTest$$Lambda$540/0x0000000800f4bec8@68610819 [2021-11-27T04:46:49.906Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:180) [2021-11-27T04:46:49.906Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243) [2021-11-27T04:46:49.906Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2021-11-27T04:46:55.435Z] not startednot startedfoofoonot startedfoonot startedjava.lang.RuntimeException: ERROR [2021-11-27T04:46:55.435Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:730) [2021-11-27T04:46:55.435Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190) [2021-11-27T04:46:55.435Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243) [2021-11-27T04:46:55.435Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2021-11-27T04:46:55.435Z] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.53 s - in org.eclipse.ease.AbstractScriptEngineTest [2021-11-27T04:46:55.435Z] terminate_via_monitor_cancellation Time elapsed: 0.201 s [2021-11-27T04:46:55.435Z] addSecurityCheck_adds_failing_check Time elapsed: 0.001 s [2021-11-27T04:46:55.435Z] getMonitor_not_equals_null_for_running_engine Time elapsed: 0 s [2021-11-27T04:46:55.435Z] buffered_variables_are_injected_into_the_engine Time elapsed: 0 s [2021-11-27T04:46:55.435Z] getDescription_returns_engine_description Time elapsed: 0 s [2021-11-27T04:46:55.435Z] getLaunch_returns_previously_set_launch Time elapsed: 0.001 s [2021-11-27T04:46:55.435Z] setCloseStreamsOnTerminate_closes_streams Time elapsed: 1.001 s [2021-11-27T04:46:55.435Z] getDescription_returns_null_by_default Time elapsed: 0.001 s [2021-11-27T04:46:55.435Z] constructor_sets_job_name Time elapsed: 0 s [2021-11-27T04:46:55.435Z] inject_executes_code_in_the_middle_of_a_script Time elapsed: 0.001 s [2021-11-27T04:46:55.435Z] getVariable_returns_buffered_variable Time elapsed: 0 s [2021-11-27T04:46:55.435Z] setErrorStream_to_null_resets_error_stream Time elapsed: 0 s [2021-11-27T04:46:55.435Z] streams_are_not_closed_by_default_on_engine_termination Time elapsed: 0 s [2021-11-27T04:46:55.435Z] execute_valid_code_and_terminate Time elapsed: 0.001 s [2021-11-27T04:46:55.435Z] getMonitor_equals_null_for_terminated_engine Time elapsed: 0 s [2021-11-27T04:46:55.435Z] setInputStream_changes_input_stream Time elapsed: 0 s [2021-11-27T04:46:55.435Z] setOutputStream_to_null_resets_output_stream Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getExecutedFile_returns_script_resource Time elapsed: 0 s [2021-11-27T04:46:55.436Z] isFinished_equals_true_for_finished_engine Time elapsed: 0 s [2021-11-27T04:46:55.436Z] terminate_stops_running_engine Time elapsed: 1.202 s [2021-11-27T04:46:55.436Z] isFinished_equals_false_for_not_started_engine Time elapsed: 0 s [2021-11-27T04:46:55.436Z] isJob Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getVariables_returns_all_buffered_variables Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getVariable_is_null_for_non_existing_variable Time elapsed: 0 s [2021-11-27T04:46:55.436Z] setInputStream_to_null_resets_input_stream Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getInputStream_defaults_to_system_in Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getOutputStream_defaults_to_system_in Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getStackTrace_returns_stack_of_size_1_during_execution Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] setOutputStream_changes_output_stream Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getLaunch_is_null_by_default Time elapsed: 0 s [2021-11-27T04:46:55.436Z] setErrorStream_changes_error_stream Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getMonitor_equals_null_for_not_started_engine Time elapsed: 0 s [2021-11-27T04:46:55.436Z] terminate_does_nothing_for_non_launched_engine Time elapsed: 0 s [2021-11-27T04:46:55.436Z] removeExecutionListener_removes_an_engine_listener Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] getStackTrace_returns_empty_trace_for_terminated_engine Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] addExecutionListener_adds_an_engine_listener Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getExecutedFile_returns_null_for_dynamic_code Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] execute_schedules_script Time elapsed: 0 s [2021-11-27T04:46:55.436Z] hasVariable_is_true_when_variable_is_set Time elapsed: 0 s [2021-11-27T04:46:55.436Z] addSecurityCheck_adds_passing_check Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getStackTrace_returns_empty_trace_for_fresh_engine Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] joinEngine_waits_for_x_ms Time elapsed: 2.051 s [2021-11-27T04:46:55.436Z] hasVariable_is_false_when_no_variable_is_set Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] getErrorStream_defaults_to_system_err Time elapsed: 0 s [2021-11-27T04:46:55.436Z] execute_processes_script_when_engine_is_started Time elapsed: 0 s [2021-11-27T04:46:55.436Z] setCloseStreamsOnTerminate_keeps_streams_open Time elapsed: 0 s [2021-11-27T04:46:55.436Z] getExecutedFile_returns_execution_root_file Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] joinEngine_waits_for_engine_to_terminate Time elapsed: 1.051 s [2021-11-27T04:46:55.436Z] execute_errorous_code_and_terminate Time elapsed: 0.001 s [2021-11-27T04:46:55.436Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2021-11-27T04:46:55.436Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ease.AbstractCodeFactoryTest [2021-11-27T04:46:55.436Z] createNewKeywordHeader Time elapsed: 0.037 s [2021-11-27T04:46:55.436Z] Running org.eclipse.ease.applications.RunHeadlessScriptTest [2021-11-27T04:46:55.436Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (file:///home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/resources/throwsException.js#1) [2021-11-27T04:46:55.436Z] this does not work; [2021-11-27T04:46:55.436Z] ^ [2021-11-27T04:46:55.436Z] at throwsException.js,file:///home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/resources/throwsException.js [2021-11-27T04:46:55.437Z] ERROR: invalid command line argument [2021-11-27T04:46:55.437Z] invalid argument: -unknown [2021-11-27T04:46:55.437Z] [2021-11-27T04:46:55.437Z] SYNTAX: [-workspace [-refreshWorkspace]] [-engine ]-script