Skip to content
Success

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘migration’
Agent centos-7-f8npb 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-f8npb"
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-f8npb"
    - 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-f8npb"
    - 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-f8npb in /home/jenkins/agent/workspace/ease.verify.core.target.2018-12
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
23:36:44 [2022-01-22T04:36:44.825Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
23:36:44 [2022-01-22T04:36:44.936Z] The recommended git tool is: NONE
23:36:46 [2022-01-22T04:36:46.202Z] No credentials specified
23:36:46 [2022-01-22T04:36:46.205Z] Cloning the remote Git repository
23:36:46 [2022-01-22T04:36:46.897Z] Cloning repository https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:46 [2022-01-22T04:36:46.917Z]  > git init /home/jenkins/agent/workspace/ease.verify.core.target.2018-12 # timeout=10
23:36:46 [2022-01-22T04:36:46.932Z] Fetching upstream changes from https://git.eclipse.org/r/ease/org.eclipse.ease.core.git
23:36:46 [2022-01-22T04:36:46.932Z]  > git --version # timeout=10
23:36:46 [2022-01-22T04:36:46.934Z]  > git --version # 'git version 1.8.3.1'
23:36:46 [2022-01-22T04:36:46.935Z]  > git fetch --tags --progress https://git.eclipse.org/r/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:47 [2022-01-22T04:36:47.889Z] Avoid second fetch
23:36:47 [2022-01-22T04:36:47.897Z] Checking out Revision 4f316d37c24d163660603cbe7b878c093fffce82 (refs/remotes/origin/master)
23:36:47 [2022-01-22T04:36:47.894Z]  > git config remote.origin.url https://git.eclipse.org/r/ease/org.eclipse.ease.core.git # timeout=10
23:36:47 [2022-01-22T04:36:47.896Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:36:47 [2022-01-22T04:36:47.901Z]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
23:36:47 [2022-01-22T04:36:47.911Z]  > git config core.sparsecheckout # timeout=10
23:36:47 [2022-01-22T04:36:47.913Z]  > git checkout -f 4f316d37c24d163660603cbe7b878c093fffce82 # timeout=10
23:36:51 [2022-01-22T04:36:51.399Z] Commit message: "Bug 578255: [Py4J] implement support to load jar files"
23:36:51 [2022-01-22T04:36:51.412Z]  > git rev-list --no-walk f09c68d88bab719b297920fc1c40498af1ceecc6 # timeout=10
23:36:51 [2022-01-22T04:36:51.419Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Fetch Doclet)
[Pipeline] sh
23:36:51 [2022-01-22T04:36:51.811Z] + 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
23:36:51 [2022-01-22T04:36:51.812Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
23:36:51 [2022-01-22T04:36:51.812Z]                                  Dload  Upload   Total   Spent    Left  Speed
23:36:51 [2022-01-22T04:36:51.812Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 99173  100 99173    0     0  1875k      0 --:--:-- --:--:-- --:--:-- 1898k
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
23:36:51 [2022-01-22T04:36:51.887Z] [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']]
23:36:51 [2022-01-22T04:36:51.887Z] [withMaven] Available options: 
23:36:51 [2022-01-22T04:36:51.887Z] [withMaven] using JDK installation openjdk-jdk15-latest
23:36:51 [2022-01-22T04:36:51.896Z] [withMaven] using Maven installation 'apache-maven-latest'
23:36:51 [2022-01-22T04:36:51.430Z]  > git rev-parse --verify HEAD # timeout=10
23:36:51 [2022-01-22T04:36:51.432Z] Resetting working tree
23:36:51 [2022-01-22T04:36:51.432Z]  > git reset --hard # timeout=10
23:36:51 [2022-01-22T04:36:51.453Z]  > git clean -fdx # timeout=10
[Pipeline] {
[Pipeline] sh
23:36:52 [2022-01-22T04:36:52.269Z] + mvn clean install -Pmodule-docs
23:36:52 [2022-01-22T04:36:52.270Z] ----- withMaven Wrapper script -----
23:36:52 [2022-01-22T04:36:52.270Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:36:52 [2022-01-22T04:36:52.834Z] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
23:36:52 [2022-01-22T04:36:52.834Z] Maven home: /opt/tools/apache-maven/latest
23:36:52 [2022-01-22T04:36:52.834Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7
23:36:52 [2022-01-22T04:36:52.834Z] Default locale: en_US, platform encoding: UTF-8
23:36:52 [2022-01-22T04:36:52.834Z] OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
23:36:53 [2022-01-22T04:36:53.401Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/maven-spy-20220122-043653-2782484217116234461418.log.tmp ...
23:36:53 [2022-01-22T04:36:53.660Z] [INFO] Scanning for projects...
23:37:25 [2022-01-22T04:37:25.730Z] [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
23:37:28 [2022-01-22T04:37:28.256Z] [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
23:37:28 [2022-01-22T04:37:28.514Z] [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
23:37:31 [2022-01-22T04:37:31.799Z] [INFO] Fetching 202109151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-09/ (63B)
23:37:32 [2022-01-22T04:37:32.057Z] [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (12.94MB)
23:37:32 [2022-01-22T04:37:32.988Z] [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.68MB)
23:37:32 [2022-01-22T04:37:32.989Z] [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.41MB)
23:37:33 [2022-01-22T04:37:33.246Z] [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (46.27kB)
23:37:33 [2022-01-22T04:37:33.246Z] [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.39MB)
23:37:33 [2022-01-22T04:37:33.504Z] [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (20.34kB)
23:37:33 [2022-01-22T04:37:33.504Z] [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (353.59kB)
23:37:33 [2022-01-22T04:37:33.761Z] [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (144.34kB)
23:37:33 [2022-01-22T04:37:33.761Z] [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (23.5kB)
23:37:34 [2022-01-22T04:37:34.018Z] [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (703.81kB)
23:37:34 [2022-01-22T04:37:34.018Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (95.26kB)
23:37:34 [2022-01-22T04:37:34.275Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (15.35kB)
23:37:34 [2022-01-22T04:37:34.275Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.59kB)
23:37:34 [2022-01-22T04:37:34.275Z] [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (302.53kB)
23:37:34 [2022-01-22T04:37:34.532Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (71.45kB)
23:37:34 [2022-01-22T04:37:34.532Z] [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (411.93kB)
23:37:34 [2022-01-22T04:37:34.790Z] [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB)
23:37:34 [2022-01-22T04:37:34.790Z] [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (72.7kB)
23:37:35 [2022-01-22T04:37:35.051Z] [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (326.25kB)
23:37:35 [2022-01-22T04:37:35.051Z] [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (5.46MB)
23:37:35 [2022-01-22T04:37:35.616Z] [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (114.56kB)
23:37:35 [2022-01-22T04:37:35.616Z] [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (139.68kB)
23:37:35 [2022-01-22T04:37:35.616Z] [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (100.01kB)
23:37:35 [2022-01-22T04:37:35.875Z] [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (136.29kB)
23:37:35 [2022-01-22T04:37:35.875Z] [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (194.23kB)
23:37:36 [2022-01-22T04:37:36.133Z] [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (180.11kB)
23:37:36 [2022-01-22T04:37:36.133Z] [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)
23:37:36 [2022-01-22T04:37:36.133Z] [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)
23:37:36 [2022-01-22T04:37:36.391Z] [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (92.12kB)
23:37:36 [2022-01-22T04:37:36.391Z] [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (70.77kB)
23:37:36 [2022-01-22T04:37:36.648Z] [INFO] Fetching org.eclipse.core.filesystem_1.9.100.v20210611-0919.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (68.45kB)
23:37:36 [2022-01-22T04:37:36.648Z] [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.05kB)
23:37:36 [2022-01-22T04:37:36.909Z] [INFO] Fetching org.eclipse.core.resources_3.15.100.v20210818-1523.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (879.11kB)
23:37:36 [2022-01-22T04:37:36.909Z] [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (89.14kB)
23:37:36 [2022-01-22T04:37:36.909Z] [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (35.64kB)
23:37:37 [2022-01-22T04:37:37.204Z] [INFO] Fetching org.eclipse.debug.core_3.18.200.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (394.78kB)
23:37:37 [2022-01-22T04:37:37.204Z] [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)
23:37:37 [2022-01-22T04:37:37.471Z] [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)
23:37:37 [2022-01-22T04:37:37.471Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (14.07kB)
23:37:37 [2022-01-22T04:37:37.471Z] [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)
23:37:37 [2022-01-22T04:37:37.727Z] [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)
23:37:37 [2022-01-22T04:37:37.727Z] [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)
23:37:37 [2022-01-22T04:37:37.985Z] [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)
23:37:37 [2022-01-22T04:37:37.985Z] [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)
23:37:37 [2022-01-22T04:37:37.985Z] [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)
23:37:38 [2022-01-22T04:37:38.242Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (317.81kB)
23:37:38 [2022-01-22T04:37:38.242Z] [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.26MB)
23:37:38 [2022-01-22T04:37:38.500Z] [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)
23:37:38 [2022-01-22T04:37:38.500Z] [INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.97kB)
23:37:38 [2022-01-22T04:37:38.760Z] [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)
23:37:38 [2022-01-22T04:37:38.760Z] [INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.1MB)
23:37:39 [2022-01-22T04:37:39.018Z] [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)
23:37:39 [2022-01-22T04:37:39.018Z] [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)
23:37:39 [2022-01-22T04:37:39.018Z] [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)
23:37:39 [2022-01-22T04:37:39.276Z] [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)
23:37:39 [2022-01-22T04:37:39.276Z] [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)
23:37:39 [2022-01-22T04:37:39.533Z] [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)
23:37:39 [2022-01-22T04:37:39.533Z] [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)
23:37:39 [2022-01-22T04:37:39.790Z] [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (32.98kB)
23:37:39 [2022-01-22T04:37:39.790Z] [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)
23:37:39 [2022-01-22T04:37:39.790Z] [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)
23:37:40 [2022-01-22T04:37:40.046Z] [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)
23:37:40 [2022-01-22T04:37:40.046Z] [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)
23:37:40 [2022-01-22T04:37:40.304Z] [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)
23:37:40 [2022-01-22T04:37:40.304Z] [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)
23:37:40 [2022-01-22T04:37:40.560Z] [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)
23:37:40 [2022-01-22T04:37:40.560Z] [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (295.36kB)
23:37:40 [2022-01-22T04:37:40.818Z] [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)
23:37:40 [2022-01-22T04:37:40.818Z] [INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.91kB)
23:37:40 [2022-01-22T04:37:40.818Z] [INFO] Fetching org.eclipse.ui_3.119.100.v20210830-0942.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (432.54kB)
23:37:41 [2022-01-22T04:37:41.074Z] [INFO] Fetching org.eclipse.ui.ide_3.18.300.v20210817-1731.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.41MB)
23:37:41 [2022-01-22T04:37:41.074Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (52.52kB)
23:37:41 [2022-01-22T04:37:41.332Z] [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (123.51kB)
23:37:41 [2022-01-22T04:37:41.332Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.2kB)
23:37:41 [2022-01-22T04:37:41.589Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (26.23kB)
23:37:41 [2022-01-22T04:37:41.589Z] [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (367.01kB)
23:37:41 [2022-01-22T04:37:41.846Z] [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (50.73kB)
23:37:41 [2022-01-22T04:37:41.846Z] [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)
23:37:41 [2022-01-22T04:37:41.846Z] [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)
23:37:42 [2022-01-22T04:37:42.103Z] [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (131.39kB)
23:37:42 [2022-01-22T04:37:42.103Z] [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)
23:37:42 [2022-01-22T04:37:42.361Z] [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)
23:37:42 [2022-01-22T04:37:42.361Z] [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)
23:37:42 [2022-01-22T04:37:42.618Z] [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)
23:37:42 [2022-01-22T04:37:42.618Z] [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)
23:37:42 [2022-01-22T04:37:42.875Z] [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (113.04kB)
23:37:42 [2022-01-22T04:37:42.875Z] [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (270.25kB)
23:37:42 [2022-01-22T04:37:42.875Z] [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (25.75kB)
23:37:43 [2022-01-22T04:37:43.132Z] [INFO] Fetching org.eclipse.jface.text_3.18.100.v20210820-1651.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.02MB)
23:37:43 [2022-01-22T04:37:43.132Z] [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (288.46kB)
23:37:43 [2022-01-22T04:37:43.389Z] [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)
23:37:43 [2022-01-22T04:37:43.389Z] [INFO] Fetching org.eclipse.ui.workbench_3.123.0.v20210817-0704.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.47MB)
23:37:43 [2022-01-22T04:37:43.645Z] [INFO] Fetching org.eclipse.ui.navigator_3.10.100.v20210415-0924.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (416.62kB)
23:37:43 [2022-01-22T04:37:43.902Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.24kB)
23:37:43 [2022-01-22T04:37:43.902Z] [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
23:37:43 [2022-01-22T04:37:43.902Z] [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
23:37:43 [2022-01-22T04:37:43.903Z] [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
23:37:43 [2022-01-22T04:37:43.903Z] [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
23:37:43 [2022-01-22T04:37:43.903Z] [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
23:37:44 [2022-01-22T04:37:44.160Z] [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
23:37:44 [2022-01-22T04:37:44.160Z] [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (66.43kB)
23:37:44 [2022-01-22T04:37:44.160Z] [INFO] Fetching org.eclipse.core.filebuffers_3.7.0.v20210512-1543.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (113.34kB)
23:37:44 [2022-01-22T04:37:44.160Z] [INFO] Fetching org.eclipse.debug.ui_3.15.100.v20210812-1116.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.96MB)
23:37:44 [2022-01-22T04:37:44.417Z] [INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (209.6kB)
23:37:44 [2022-01-22T04:37:44.674Z] [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)
23:37:44 [2022-01-22T04:37:44.674Z] [INFO] Fetching org.eclipse.ui.editors_3.14.200.v20210622-1002.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (618.57kB)
23:37:44 [2022-01-22T04:37:44.931Z] [INFO] Fetching org.eclipse.ui.forms_3.11.200.v20210622-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (330.16kB)
23:37:44 [2022-01-22T04:37:44.932Z] [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
23:37:44 [2022-01-22T04:37:44.932Z] [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
23:37:44 [2022-01-22T04:37:44.932Z] [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
23:37:44 [2022-01-22T04:37:44.932Z] [INFO] Fetching org.eclipse.compare_3.8.100.v20210805-1512.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (804.85kB)
23:37:45 [2022-01-22T04:37:45.189Z] [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (105.57kB)
23:37:45 [2022-01-22T04:37:45.189Z] [INFO] Fetching org.eclipse.jdt.ui_3.24.0.v20210823-0647.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (11.15MB)
23:37:46 [2022-01-22T04:37:46.120Z] [INFO] Fetching org.eclipse.jdt.core_3.27.0.v20210823-1758.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (6.6MB)
23:37:46 [2022-01-22T04:37:46.378Z] [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (130.19kB)
23:37:46 [2022-01-22T04:37:46.378Z] [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)
23:37:46 [2022-01-22T04:37:46.635Z] [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)
23:37:46 [2022-01-22T04:37:46.635Z] [INFO] Fetching org.eclipse.jdt.launching_3.19.300.v20210815-1119.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (563.43kB)
23:37:46 [2022-01-22T04:37:46.892Z] [INFO] Fetching org.eclipse.jdt.debug_3.18.0.v20210816-1805.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (903.62kB)
23:37:46 [2022-01-22T04:37:46.892Z] [INFO] Fetching org.eclipse.search_3.13.300.v20210806-1124.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (543.42kB)
23:37:47 [2022-01-22T04:37:47.149Z] [INFO] Fetching org.eclipse.team.ui_3.9.100.v20210721-1306.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.42MB)
23:37:47 [2022-01-22T04:37:47.149Z] [INFO] Fetching org.eclipse.team.core_3.9.100.v20210604-1207.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (395.31kB)
23:37:47 [2022-01-22T04:37:47.406Z] [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)
23:37:47 [2022-01-22T04:37:47.406Z] [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)
23:37:47 [2022-01-22T04:37:47.406Z] [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)
23:37:47 [2022-01-22T04:37:47.663Z] [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
23:37:47 [2022-01-22T04:37:47.663Z] [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
23:37:47 [2022-01-22T04:37:47.663Z] [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
23:37:47 [2022-01-22T04:37:47.663Z] [INFO] Fetching com.google.gson_2.8.7.v20210624-1215.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (262.25kB)
23:37:47 [2022-01-22T04:37:47.919Z] [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
23:37:47 [2022-01-22T04:37:47.919Z] [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
23:37:47 [2022-01-22T04:37:47.919Z] [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
23:37:47 [2022-01-22T04:37:47.919Z] [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.89MB)
23:37:47 [2022-01-22T04:37:47.919Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.53MB)
23:37:48 [2022-01-22T04:37:48.484Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (624.34kB)
23:37:48 [2022-01-22T04:37:48.741Z] [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)
23:37:49 [2022-01-22T04:37:49.672Z] [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)
23:37:49 [2022-01-22T04:37:49.929Z] [INFO] Fetching org.eclipse.ant.core_3.6.100.v20210731-1643.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (107.27kB)
23:37:49 [2022-01-22T04:37:49.929Z] [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)
23:37:50 [2022-01-22T04:37:50.186Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.300.v202106021855.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (8.16MB)
23:37:50 [2022-01-22T04:37:50.750Z] [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)
23:37:50 [2022-01-22T04:37:50.750Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.65MB)
23:37:51 [2022-01-22T04:37:51.007Z] [INFO] Fetching org.eclipse.pde.core_3.14.400.v20210812-0807.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (1.33MB)
23:37:51 [2022-01-22T04:37:51.571Z] [INFO] Fetching py4j-java_0.10.9.3-bnd-LoVopg.jar from http://eclipse.py4j.org/plugins/ (119.81kB)
23:37:51 [2022-01-22T04:37:51.829Z] [INFO] Fetching py4j-python_0.10.9.3-bnd-2odeag.jar from http://eclipse.py4j.org/plugins/ (79.91kB)
23:37:52 [2022-01-22T04:37:52.085Z] [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)
23:37:53 [2022-01-22T04:37:53.015Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (294.6kB)
23:37:53 [2022-01-22T04:37:53.015Z] [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)
23:37:53 [2022-01-22T04:37:53.272Z] [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)
23:37:53 [2022-01-22T04:37:53.273Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (36.06kB)
23:37:53 [2022-01-22T04:37:53.273Z] [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)
23:37:53 [2022-01-22T04:37:53.530Z] [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)
23:37:53 [2022-01-22T04:37:53.530Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (367.36kB)
23:37:53 [2022-01-22T04:37:53.786Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (244.04kB)
23:37:53 [2022-01-22T04:37:53.786Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (45.48kB)
23:37:54 [2022-01-22T04:37:54.043Z] [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)
23:37:54 [2022-01-22T04:37:54.043Z] [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)
23:37:54 [2022-01-22T04:37:54.043Z] [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)
23:37:54 [2022-01-22T04:37:54.301Z] [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)
23:37:54 [2022-01-22T04:37:54.301Z] [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)
23:37:54 [2022-01-22T04:37:54.559Z] [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)
23:37:54 [2022-01-22T04:37:54.559Z] [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)
23:37:54 [2022-01-22T04:37:54.559Z] [INFO] Fetching org.eclipse.pde.build_3.11.0.v20210429-0618.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (477.46kB)
23:37:54 [2022-01-22T04:37:54.817Z] [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (58.24kB)
23:37:54 [2022-01-22T04:37:54.817Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (47.34kB)
23:37:55 [2022-01-22T04:37:55.077Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (117.9kB)
23:37:55 [2022-01-22T04:37:55.077Z] [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)
23:37:55 [2022-01-22T04:37:55.364Z] [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (411.39kB)
23:37:55 [2022-01-22T04:37:55.364Z] [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)
23:37:55 [2022-01-22T04:37:55.631Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (55.54kB)
23:37:55 [2022-01-22T04:37:55.631Z] [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
23:37:55 [2022-01-22T04:37:55.631Z] [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
23:37:55 [2022-01-22T04:37:55.631Z] [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
23:37:55 [2022-01-22T04:37:55.631Z] [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
23:37:55 [2022-01-22T04:37:55.632Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.889Z] [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
23:37:55 [2022-01-22T04:37:55.890Z] [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
23:37:56 [2022-01-22T04:37:56.146Z] [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
23:37:56 [2022-01-22T04:37:56.146Z] [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
23:37:56 [2022-01-22T04:37:56.147Z] [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
23:37:56 [2022-01-22T04:37:56.147Z] [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
23:37:56 [2022-01-22T04:37:56.404Z] [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)
23:37:56 [2022-01-22T04:37:56.968Z] [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)
23:37:57 [2022-01-22T04:37:57.532Z] [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)
23:37:57 [2022-01-22T04:37:57.789Z] [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)
23:37:58 [2022-01-22T04:37:58.046Z] [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
23:37:58 [2022-01-22T04:37:58.046Z] [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
23:37:58 [2022-01-22T04:37:58.046Z] [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
23:37:58 [2022-01-22T04:37:58.046Z] [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
23:37:58 [2022-01-22T04:37:58.046Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.303Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.304Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.561Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.562Z] [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
23:37:58 [2022-01-22T04:37:58.818Z] [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
23:37:58 [2022-01-22T04:37:58.818Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [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
23:37:58 [2022-01-22T04:37:58.819Z] [INFO] Fetching net.bytebuddy.byte-buddy_1.9.0.v20181107-1410.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.21MB)
23:37:59 [2022-01-22T04:37:59.076Z] [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)
23:37:59 [2022-01-22T04:37:59.076Z] [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (16.03kB)
23:37:59 [2022-01-22T04:37:59.333Z] [INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (618.07kB)
23:37:59 [2022-01-22T04:37:59.333Z] [INFO] Fetching org.junit.jupiter.api_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (199.25kB)
23:37:59 [2022-01-22T04:37:59.591Z] [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (21.48kB)
23:37:59 [2022-01-22T04:37:59.591Z] [INFO] Fetching org.junit.platform.commons_1.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (115.31kB)
23:37:59 [2022-01-22T04:37:59.849Z] [INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (71.25kB)
23:37:59 [2022-01-22T04:37:59.849Z] [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
23:37:59 [2022-01-22T04:37:59.849Z] [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
23:37:59 [2022-01-22T04:37:59.849Z] [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
23:37:59 [2022-01-22T04:37:59.849Z] [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (64.42kB)
23:38:00 [2022-01-22T04:38:00.107Z] [INFO] Fetching org.junit.jupiter.params_5.7.1.v20210222-1948.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (592.12kB)
23:38:00 [2022-01-22T04:38:00.107Z] [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (53.59kB)
23:38:00 [2022-01-22T04:38:00.107Z] [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)
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.364Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.621Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [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
23:38:00 [2022-01-22T04:38:00.622Z] [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (96.33kB)
23:38:00 [2022-01-22T04:38:00.878Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (56.85kB)
23:38:00 [2022-01-22T04:38:00.878Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (108.5kB)
23:38:01 [2022-01-22T04:38:01.135Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (2.36MB)
23:38:01 [2022-01-22T04:38:01.135Z] [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)
23:38:01 [2022-01-22T04:38:01.392Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (3.33MB)
23:38:01 [2022-01-22T04:38:01.649Z] [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)
23:38:01 [2022-01-22T04:38:01.905Z] [INFO] Fetching org.eclipse.help.ui_4.3.100.v20210619-0925.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (534.46kB)
23:38:01 [2022-01-22T04:38:01.905Z] [INFO] Fetching org.eclipse.help.webapp_3.10.400.v20210604-1216.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (736.5kB)
23:38:02 [2022-01-22T04:38:02.162Z] [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)
23:38:02 [2022-01-22T04:38:02.162Z] [INFO] Fetching org.eclipse.ui.browser_3.7.0.v20210621-1136.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (206.46kB)
23:38:02 [2022-01-22T04:38:02.162Z] [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)
23:38:02 [2022-01-22T04:38:02.419Z] [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (243.43kB)
23:38:02 [2022-01-22T04:38:02.419Z] [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (769.66kB)
23:38:02 [2022-01-22T04:38:02.677Z] [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (171.75kB)
23:38:02 [2022-01-22T04:38:02.677Z] [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (561.39kB)
23:38:02 [2022-01-22T04:38:02.933Z] [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)
23:38:02 [2022-01-22T04:38:02.933Z] [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)
23:38:03 [2022-01-22T04:38:03.190Z] [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)
23:38:03 [2022-01-22T04:38:03.190Z] [INFO] Fetching org.eclipse.help.base_4.3.400.v20210906-0500.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (432.53kB)
23:38:03 [2022-01-22T04:38:03.447Z] [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (194.96kB)
23:38:03 [2022-01-22T04:38:03.447Z] [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (51.82kB)
23:38:03 [2022-01-22T04:38:03.447Z] [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (126.4kB)
23:38:03 [2022-01-22T04:38:03.703Z] [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
23:38:03 [2022-01-22T04:38:03.703Z] [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
23:38:03 [2022-01-22T04:38:03.703Z] [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
23:38:03 [2022-01-22T04:38:03.703Z] [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
23:38:03 [2022-01-22T04:38:03.703Z] [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
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] ------------------------------------------------------------------------
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] Reactor Build Order:
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] 
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.classloader                            [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease                                        [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.ui                                     [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.ui.completions.java                    [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.ui.scripts                             [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.releng                                            [pom]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.lang.javascript                        [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.703Z] [INFO] org.eclipse.ease.lang.scriptarchive                     [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python                            [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python.py4j                       [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.groovy                            [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.groovy.interpreter                [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.unittest                          [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.unittest.ui                       [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.ruby                              [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.ruby.jruby                        [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.javascript.nashorn                [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.javascript.rhino                  [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python.jython                     [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.javascript.ui                     [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.jvm.compiled                      [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui                  [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.help                                   [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.feature                               [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.ui.feature                            [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.javascript.feature               [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python.feature                   [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.python.jython.feature                 [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python.py4j.feature              [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.jvm.feature                      [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.groovy.feature                   [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.ruby.feature                     [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature            [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.unittest.feature                 [eclipse-feature]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.releng.target               [eclipse-target-definition]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.releng.p2                          [eclipse-repository]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.testhelper                             [eclipse-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.test                              [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test        [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.javascript.test              [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python.test                  [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.python.jython.test           [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.scriptarchive.test           [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.lang.unittest.test                [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.ui.scripts.test                   [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.ui.test                           [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.ui.completions.java.test          [eclipse-test-plugin]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] org.eclipse.ease.releng.coverage                                   [pom]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] EASE (Incubation)                                                  [pom]
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] 
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------
23:38:03 [2022-01-22T04:38:03.704Z] [INFO] Building org.eclipse.ease.classloader 0.9.0-SNAPSHOT              [1/49]
23:38:03 [2022-01-22T04:38:03.705Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:38:03 [2022-01-22T04:38:03.705Z] [INFO] 
23:38:03 [2022-01-22T04:38:03.705Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader ---
23:38:03 [2022-01-22T04:38:03.987Z] [INFO] 
23:38:03 [2022-01-22T04:38:03.987Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader ---
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader ---
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader ---
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>>
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader ---
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader ---
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader ---
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<<
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] 
23:38:07 [2022-01-22T04:38:07.259Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.classloader ---
23:38:10 [2022-01-22T04:38:10.535Z] [INFO] 
23:38:10 [2022-01-22T04:38:10.535Z] Loading source files for package org.eclipse.ease.classloader...
23:38:10 [2022-01-22T04:38:10.535Z] Constructing Javadoc information...
23:38:10 [2022-01-22T04:38:10.535Z] No plugin definition found, skipping
23:38:10 [2022-01-22T04:38:10.535Z] No plugin definition found, skipping
23:38:10 [2022-01-22T04:38:10.535Z] [INFO] 
23:38:10 [2022-01-22T04:38:10.535Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader ---
23:38:10 [2022-01-22T04:38:10.536Z] [INFO] 
23:38:10 [2022-01-22T04:38:10.536Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader ---
23:38:11 [2022-01-22T04:38:11.100Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:11 [2022-01-22T04:38:11.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/src/main/resources
23:38:11 [2022-01-22T04:38:11.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/help
23:38:11 [2022-01-22T04:38:11.100Z] [INFO] 
23:38:11 [2022-01-22T04:38:11.100Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.classloader ---
23:38:11 [2022-01-22T04:38:11.388Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/classes
23:38:12 [2022-01-22T04:38:12.357Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.357Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader ---
23:38:12 [2022-01-22T04:38:12.357Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:12 [2022-01-22T04:38:12.357Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/src/test/resources
23:38:12 [2022-01-22T04:38:12.357Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.357Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader ---
23:38:12 [2022-01-22T04:38:12.357Z] [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
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader ---
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader ---
23:38:12 [2022-01-22T04:38:12.614Z] [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
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader ---
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader ---
23:38:12 [2022-01-22T04:38:12.614Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.classloader:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:12 [2022-01-22T04:38:12.614Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.classloader:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] 
23:38:12 [2022-01-22T04:38:12.614Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.classloader ---
23:38:15 [2022-01-22T04:38:15.141Z] [INFO] 
23:38:15 [2022-01-22T04:38:15.141Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.classloader ---
23:38:15 [2022-01-22T04:38:15.141Z] [INFO] 
23:38:15 [2022-01-22T04:38:15.141Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.classloader ---
23:38:17 [2022-01-22T04:38:17.051Z] [INFO] Fork Value is false
23:38:17 [2022-01-22T04:38:17.051Z]      [java] JVM args ignored when same JVM is used.
23:38:19 [2022-01-22T04:38:19.618Z] [INFO] Done SpotBugs Analysis....
23:38:19 [2022-01-22T04:38:19.890Z] [INFO] 
23:38:19 [2022-01-22T04:38:19.890Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.classloader ---
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] You have 0 Checkstyle violations.
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader ---
23:38:22 [2022-01-22T04:38:22.617Z] [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
23:38:22 [2022-01-22T04:38:22.617Z] [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
23:38:22 [2022-01-22T04:38:22.617Z] [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
23:38:22 [2022-01-22T04:38:22.617Z] [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
23:38:22 [2022-01-22T04:38:22.617Z] [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
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader ---
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] Building org.eclipse.ease 0.9.0-SNAPSHOT                          [2/49]
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.617Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] The project's OSGi version is 0.9.0.I202111221312
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>>
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] The project's OSGi version is 0.9.0.I202111221312
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease ---
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<<
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] 
23:38:22 [2022-01-22T04:38:22.618Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease ---
23:38:24 [2022-01-22T04:38:24.519Z] [INFO] 
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.adapters...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.applications...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.debugging...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.debugging.dispatcher...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.debugging.events...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.debugging.events.debugger...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.debugging.events.model...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.debugging.model...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.modules...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.security...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.service...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.sign...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.tools...
23:38:24 [2022-01-22T04:38:24.519Z] Loading source files for package org.eclipse.ease.urlhandler...
23:38:24 [2022-01-22T04:38:24.520Z] Constructing Javadoc information...
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] 
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease ---
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] 
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease ---
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/main/resources
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] Copying 3 resources to help
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] 
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease ---
23:38:24 [2022-01-22T04:38:24.520Z] [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/classes
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease ---
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/test/resources
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease ---
23:38:25 [2022-01-22T04:38:25.927Z] [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
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease ---
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease ---
23:38:25 [2022-01-22T04:38:25.927Z] [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
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease ---
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.927Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease ---
23:38:25 [2022-01-22T04:38:25.928Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:25 [2022-01-22T04:38:25.928Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:25 [2022-01-22T04:38:25.928Z] [INFO] 
23:38:25 [2022-01-22T04:38:25.928Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease ---
23:38:30 [2022-01-22T04:38:30.191Z] [INFO] 
23:38:30 [2022-01-22T04:38:30.191Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease ---
23:38:30 [2022-01-22T04:38:30.191Z] [INFO] 
23:38:30 [2022-01-22T04:38:30.191Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease ---
23:38:30 [2022-01-22T04:38:30.191Z] [INFO] Fork Value is false
23:38:30 [2022-01-22T04:38:30.191Z]      [java] JVM args ignored when same JVM is used.
23:38:36 [2022-01-22T04:38:36.809Z] [INFO] Done SpotBugs Analysis....
23:38:36 [2022-01-22T04:38:36.809Z] [INFO] 
23:38:36 [2022-01-22T04:38:36.809Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease ---
23:38:37 [2022-01-22T04:38:37.397Z] [INFO] You have 0 Checkstyle violations.
23:38:37 [2022-01-22T04:38:37.397Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.397Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease ---
23:38:37 [2022-01-22T04:38:37.397Z] [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
23:38:37 [2022-01-22T04:38:37.397Z] [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
23:38:37 [2022-01-22T04:38:37.654Z] [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
23:38:37 [2022-01-22T04:38:37.654Z] [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
23:38:37 [2022-01-22T04:38:37.654Z] [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
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease ---
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >----------------
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] Building org.eclipse.ease.ui 0.9.0-SNAPSHOT                       [3/49]
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.654Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] The project's OSGi version is 0.9.0.I202201141255
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>>
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] The project's OSGi version is 0.9.0.I202201141255
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui ---
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<<
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] 
23:38:37 [2022-01-22T04:38:37.655Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.ui ---
23:38:39 [2022-01-22T04:38:39.552Z] [INFO] 
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.completion...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.completion.provider...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.completion.tokenizer...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.console...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.console.actions...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.debugging.model...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.dialogs...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.dnd...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.handler...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.help.hovers...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.launching...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.modules.ui...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.perspectives...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.preferences...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.propertytester...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.sign...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.tools...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.view...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins.modules...
23:38:39 [2022-01-22T04:38:39.552Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins.variables...
23:38:39 [2022-01-22T04:38:39.553Z] Constructing Javadoc information...
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] 
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui ---
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] 
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui ---
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/main/resources
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/help
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] 
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui ---
23:38:39 [2022-01-22T04:38:39.553Z] [INFO] Compiling 133 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/classes
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui ---
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src/test/resources
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.ui ---
23:38:41 [2022-01-22T04:38:41.490Z] [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
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui ---
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.490Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui ---
23:38:41 [2022-01-22T04:38:41.490Z] [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
23:38:41 [2022-01-22T04:38:41.789Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.789Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui ---
23:38:41 [2022-01-22T04:38:41.789Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.789Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui ---
23:38:41 [2022-01-22T04:38:41.789Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:41 [2022-01-22T04:38:41.789Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:41 [2022-01-22T04:38:41.789Z] [INFO] 
23:38:41 [2022-01-22T04:38:41.789Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.ui ---
23:38:47 [2022-01-22T04:38:47.118Z] [INFO] 
23:38:47 [2022-01-22T04:38:47.118Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.ui ---
23:38:47 [2022-01-22T04:38:47.118Z] [INFO] 
23:38:47 [2022-01-22T04:38:47.118Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui ---
23:38:47 [2022-01-22T04:38:47.118Z] [INFO] Fork Value is false
23:38:47 [2022-01-22T04:38:47.118Z]      [java] JVM args ignored when same JVM is used.
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] Done SpotBugs Analysis....
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui ---
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] You have 0 Checkstyle violations.
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui ---
23:38:57 [2022-01-22T04:38:57.122Z] [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
23:38:57 [2022-01-22T04:38:57.122Z] [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
23:38:57 [2022-01-22T04:38:57.122Z] [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
23:38:57 [2022-01-22T04:38:57.122Z] [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
23:38:57 [2022-01-22T04:38:57.122Z] [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
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui ---
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >--------
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.9.0-SNAPSHOT      [4/49]
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.122Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] The project's OSGi version is 0.9.0.I202110141644
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>>
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] The project's OSGi version is 0.9.0.I202110141644
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java ---
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<<
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] 
23:38:57 [2022-01-22T04:38:57.123Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.089Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers...
23:38:58 [2022-01-22T04:38:58.089Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal...
23:38:58 [2022-01-22T04:38:58.089Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider...
23:38:58 [2022-01-22T04:38:58.089Z] Constructing Javadoc information...
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:58 [2022-01-22T04:38:58.089Z] [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
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.completions.java/help
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.089Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.089Z] [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
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:38:58 [2022-01-22T04:38:58.347Z] [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
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.347Z] [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
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.347Z] [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
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java ---
23:38:58 [2022-01-22T04:38:58.347Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.completions.java:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:58 [2022-01-22T04:38:58.347Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.completions.java:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:38:58 [2022-01-22T04:38:58.347Z] [INFO] 
23:38:58 [2022-01-22T04:38:58.348Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.ui.completions.java ---
23:38:59 [2022-01-22T04:38:59.828Z] [INFO] 
23:38:59 [2022-01-22T04:38:59.828Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.ui.completions.java ---
23:38:59 [2022-01-22T04:38:59.828Z] [INFO] 
23:38:59 [2022-01-22T04:38:59.828Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.completions.java ---
23:38:59 [2022-01-22T04:38:59.828Z] [INFO] Fork Value is false
23:38:59 [2022-01-22T04:38:59.828Z]      [java] JVM args ignored when same JVM is used.
23:39:03 [2022-01-22T04:39:03.142Z] [INFO] Done SpotBugs Analysis....
23:39:03 [2022-01-22T04:39:03.398Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.398Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.completions.java ---
23:39:03 [2022-01-22T04:39:03.398Z] [INFO] You have 0 Checkstyle violations.
23:39:03 [2022-01-22T04:39:03.398Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.398Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java ---
23:39:03 [2022-01-22T04:39:03.398Z] [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
23:39:03 [2022-01-22T04:39:03.398Z] [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
23:39:03 [2022-01-22T04:39:03.398Z] [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
23:39:03 [2022-01-22T04:39:03.399Z] [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
23:39:03 [2022-01-22T04:39:03.399Z] [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
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] Building org.eclipse.ease.ui.scripts 0.9.0-SNAPSHOT               [5/49]
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>>
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts ---
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.399Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<<
23:39:03 [2022-01-22T04:39:03.400Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.400Z] [INFO] 
23:39:03 [2022-01-22T04:39:03.400Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.handler...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.properties...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.repository...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.ui...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.view...
23:39:05 [2022-01-22T04:39:05.942Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util...
23:39:05 [2022-01-22T04:39:05.942Z] Constructing Javadoc information...
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/main/resources
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/help
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.942Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/classes
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src/test/resources
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.943Z] [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
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts ---
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] 
23:39:05 [2022-01-22T04:39:05.943Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts ---
23:39:06 [2022-01-22T04:39:06.200Z] [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
23:39:06 [2022-01-22T04:39:06.200Z] [INFO] 
23:39:06 [2022-01-22T04:39:06.200Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts ---
23:39:06 [2022-01-22T04:39:06.200Z] [INFO] 
23:39:06 [2022-01-22T04:39:06.200Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts ---
23:39:06 [2022-01-22T04:39:06.200Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.scripts:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:06 [2022-01-22T04:39:06.200Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.scripts:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:06 [2022-01-22T04:39:06.200Z] [INFO] 
23:39:06 [2022-01-22T04:39:06.200Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.ui.scripts ---
23:39:09 [2022-01-22T04:39:09.564Z] [INFO] 
23:39:09 [2022-01-22T04:39:09.564Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.ui.scripts ---
23:39:09 [2022-01-22T04:39:09.821Z] [INFO] 
23:39:09 [2022-01-22T04:39:09.821Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.scripts ---
23:39:09 [2022-01-22T04:39:09.821Z] [INFO] Fork Value is false
23:39:09 [2022-01-22T04:39:09.821Z]      [java] JVM args ignored when same JVM is used.
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] Done SpotBugs Analysis....
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.scripts ---
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] You have 0 Checkstyle violations.
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts ---
23:39:17 [2022-01-22T04:39:17.954Z] [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
23:39:17 [2022-01-22T04:39:17.954Z] [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
23:39:17 [2022-01-22T04:39:17.954Z] [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
23:39:17 [2022-01-22T04:39:17.954Z] [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
23:39:17 [2022-01-22T04:39:17.954Z] [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
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts ---
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >--------------
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] Building org.eclipse.ease.releng 0.9.0-SNAPSHOT                   [6/49]
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] --------------------------------[ pom ]---------------------------------
23:39:17 [2022-01-22T04:39:17.954Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng ---
23:39:17 [2022-01-22T04:39:17.955Z] [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
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >----------
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] Building org.eclipse.ease.lang.javascript 0.9.0-SNAPSHOT          [7/49]
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] The project's OSGi version is 0.9.0.I202110141644
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>>
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] The project's OSGi version is 0.9.0.I202110141644
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript ---
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<<
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] 
23:39:17 [2022-01-22T04:39:17.955Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.325Z] Loading source files for package org.eclipse.ease.lang.javascript...
23:39:19 [2022-01-22T04:39:19.325Z] Constructing Javadoc information...
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/main/resources
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/help
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.325Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.326Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/classes
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src/test/resources
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.591Z] [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
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.591Z] [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
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript ---
23:39:19 [2022-01-22T04:39:19.591Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:19 [2022-01-22T04:39:19.591Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] 
23:39:19 [2022-01-22T04:39:19.591Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript ---
23:39:20 [2022-01-22T04:39:20.198Z] [INFO] 
23:39:20 [2022-01-22T04:39:20.198Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript ---
23:39:20 [2022-01-22T04:39:20.198Z] [INFO] 
23:39:20 [2022-01-22T04:39:20.198Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript ---
23:39:20 [2022-01-22T04:39:20.198Z] [INFO] Fork Value is false
23:39:20 [2022-01-22T04:39:20.198Z]      [java] JVM args ignored when same JVM is used.
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] Done SpotBugs Analysis....
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript ---
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] You have 0 Checkstyle violations.
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript ---
23:39:22 [2022-01-22T04:39:22.738Z] [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
23:39:22 [2022-01-22T04:39:22.738Z] [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
23:39:22 [2022-01-22T04:39:22.738Z] [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
23:39:22 [2022-01-22T04:39:22.738Z] [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
23:39:22 [2022-01-22T04:39:22.738Z] [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
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript ---
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >--------
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.9.0-SNAPSHOT       [8/49]
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.738Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>>
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive ---
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<<
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] 
23:39:22 [2022-01-22T04:39:22.739Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.109Z] Loading source files for package org.eclipse.ease.lang.scriptarchive...
23:39:24 [2022-01-22T04:39:24.109Z] Constructing Javadoc information...
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/src/main/resources
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/help
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.109Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/classes
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/src/test/resources
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [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
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [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
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.391Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:24 [2022-01-22T04:39:24.391Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:24 [2022-01-22T04:39:24.391Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.392Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.993Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.993Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.993Z] [INFO] 
23:39:24 [2022-01-22T04:39:24.993Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.scriptarchive ---
23:39:24 [2022-01-22T04:39:24.993Z] [INFO] Fork Value is false
23:39:24 [2022-01-22T04:39:24.993Z]      [java] JVM args ignored when same JVM is used.
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] Done SpotBugs Analysis....
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.scriptarchive ---
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] You have 0 Checkstyle violations.
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive ---
23:39:27 [2022-01-22T04:39:27.533Z] [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
23:39:27 [2022-01-22T04:39:27.533Z] [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
23:39:27 [2022-01-22T04:39:27.533Z] [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
23:39:27 [2022-01-22T04:39:27.533Z] [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
23:39:27 [2022-01-22T04:39:27.533Z] [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
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive ---
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] Building org.eclipse.ease.lang.python 0.9.0-SNAPSHOT              [9/49]
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:27 [2022-01-22T04:39:27.533Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>>
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python ---
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<<
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] 
23:39:27 [2022-01-22T04:39:27.534Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.python ---
23:39:28 [2022-01-22T04:39:28.928Z] [INFO] 
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python...
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python.debug...
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python.debugger...
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions...
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model...
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python.preferences...
23:39:28 [2022-01-22T04:39:28.928Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion...
23:39:28 [2022-01-22T04:39:28.928Z] Constructing Javadoc information...
23:39:28 [2022-01-22T04:39:28.928Z] [INFO] 
23:39:28 [2022-01-22T04:39:28.928Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python ---
23:39:28 [2022-01-22T04:39:28.928Z] [INFO] 
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python ---
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src/main/resources
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/help
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] 
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python ---
23:39:28 [2022-01-22T04:39:28.929Z] [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/classes
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python ---
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src/test/resources
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python ---
23:39:29 [2022-01-22T04:39:29.186Z] [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
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python ---
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python ---
23:39:29 [2022-01-22T04:39:29.186Z] [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
23:39:29 [2022-01-22T04:39:29.186Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.187Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python ---
23:39:29 [2022-01-22T04:39:29.187Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.187Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python ---
23:39:29 [2022-01-22T04:39:29.187Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:29 [2022-01-22T04:39:29.187Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:29 [2022-01-22T04:39:29.187Z] [INFO] 
23:39:29 [2022-01-22T04:39:29.187Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python ---
23:39:30 [2022-01-22T04:39:30.161Z] [INFO] 
23:39:30 [2022-01-22T04:39:30.161Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python ---
23:39:30 [2022-01-22T04:39:30.418Z] [INFO] 
23:39:30 [2022-01-22T04:39:30.418Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python ---
23:39:30 [2022-01-22T04:39:30.418Z] [INFO] Fork Value is false
23:39:30 [2022-01-22T04:39:30.418Z]      [java] JVM args ignored when same JVM is used.
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] Done SpotBugs Analysis....
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python ---
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] You have 0 Checkstyle violations.
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python ---
23:39:33 [2022-01-22T04:39:33.699Z] [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
23:39:33 [2022-01-22T04:39:33.699Z] [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
23:39:33 [2022-01-22T04:39:33.699Z] [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
23:39:33 [2022-01-22T04:39:33.699Z] [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
23:39:33 [2022-01-22T04:39:33.699Z] [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
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python ---
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >---------
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.9.0-SNAPSHOT        [10/49]
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.699Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] The project's OSGi version is 0.9.0.I202201181916
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>>
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] The project's OSGi version is 0.9.0.I202201181916
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j ---
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<<
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] 
23:39:33 [2022-01-22T04:39:33.700Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.068Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal...
23:39:35 [2022-01-22T04:39:35.068Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui...
23:39:35 [2022-01-22T04:39:35.068Z] Constructing Javadoc information...
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:35 [2022-01-22T04:39:35.068Z] [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
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] Copying 2 resources to help
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.068Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.068Z] [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
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:35 [2022-01-22T04:39:35.325Z] [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
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.325Z] [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
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.325Z] [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
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.325Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:35 [2022-01-22T04:39:35.325Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.325Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.897Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.897Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.897Z] [INFO] 
23:39:35 [2022-01-22T04:39:35.897Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python.py4j ---
23:39:35 [2022-01-22T04:39:35.897Z] [INFO] Fork Value is false
23:39:36 [2022-01-22T04:39:36.154Z]      [java] JVM args ignored when same JVM is used.
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] Done SpotBugs Analysis....
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python.py4j ---
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] You have 0 Checkstyle violations.
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j ---
23:39:39 [2022-01-22T04:39:39.443Z] [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
23:39:39 [2022-01-22T04:39:39.443Z] [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
23:39:39 [2022-01-22T04:39:39.443Z] [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
23:39:39 [2022-01-22T04:39:39.443Z] [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
23:39:39 [2022-01-22T04:39:39.443Z] [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
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j ---
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] Building org.eclipse.ease.lang.groovy 0.9.0-SNAPSHOT             [11/49]
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:39 [2022-01-22T04:39:39.443Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>>
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy ---
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<<
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] 
23:39:39 [2022-01-22T04:39:39.444Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.groovy ---
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] 
23:39:40 [2022-01-22T04:39:40.830Z] Loading source files for package org.eclipse.ease.lang.groovy...
23:39:40 [2022-01-22T04:39:40.830Z] Constructing Javadoc information...
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] 
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy ---
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] 
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy ---
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/main/resources
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/help
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] 
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.groovy ---
23:39:40 [2022-01-22T04:39:40.830Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/classes
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src/test/resources
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.090Z] [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
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.090Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.091Z] [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
23:39:41 [2022-01-22T04:39:41.091Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.091Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.091Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.091Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.091Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:41 [2022-01-22T04:39:41.091Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:41 [2022-01-22T04:39:41.091Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.091Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.347Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.347Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.347Z] [INFO] 
23:39:41 [2022-01-22T04:39:41.347Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.groovy ---
23:39:41 [2022-01-22T04:39:41.347Z] [INFO] Fork Value is false
23:39:41 [2022-01-22T04:39:41.604Z]      [java] JVM args ignored when same JVM is used.
23:39:44 [2022-01-22T04:39:44.142Z] [INFO] Done SpotBugs Analysis....
23:39:44 [2022-01-22T04:39:44.142Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.groovy ---
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] You have 0 Checkstyle violations.
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy ---
23:39:44 [2022-01-22T04:39:44.143Z] [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
23:39:44 [2022-01-22T04:39:44.143Z] [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
23:39:44 [2022-01-22T04:39:44.143Z] [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
23:39:44 [2022-01-22T04:39:44.143Z] [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
23:39:44 [2022-01-22T04:39:44.143Z] [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
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy ---
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.9.0-SNAPSHOT [12/49]
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.143Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>>
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<<
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] 
23:39:44 [2022-01-22T04:39:44.144Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.524Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.524Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter...
23:39:45 [2022-01-22T04:39:45.524Z] Constructing Javadoc information...
23:39:45 [2022-01-22T04:39:45.524Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.524Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.524Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.524Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:45 [2022-01-22T04:39:45.525Z] [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
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/help
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [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
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:45 [2022-01-22T04:39:45.525Z] [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
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [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
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [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
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.525Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:45 [2022-01-22T04:39:45.525Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.525Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.526Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.526Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.790Z] [INFO] 
23:39:45 [2022-01-22T04:39:45.790Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:45 [2022-01-22T04:39:45.790Z] [INFO] Fork Value is false
23:39:45 [2022-01-22T04:39:45.790Z]      [java] JVM args ignored when same JVM is used.
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] Done SpotBugs Analysis....
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] You have 0 Checkstyle violations.
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:48 [2022-01-22T04:39:48.319Z] [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
23:39:48 [2022-01-22T04:39:48.319Z] [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
23:39:48 [2022-01-22T04:39:48.319Z] [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
23:39:48 [2022-01-22T04:39:48.319Z] [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
23:39:48 [2022-01-22T04:39:48.319Z] [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
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter ---
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >-----------
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] Building org.eclipse.ease.lang.unittest 0.9.0-SNAPSHOT           [13/49]
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.319Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] The project's OSGi version is 0.9.0.I202111240844
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>>
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] The project's OSGi version is 0.9.0.I202111240844
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest ---
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<<
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] 
23:39:48 [2022-01-22T04:39:48.320Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.217Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.217Z] Loading source files for package org.eclipse.ease.lang.unittest...
23:39:50 [2022-01-22T04:39:50.217Z] Loading source files for package org.eclipse.ease.lang.unittest.adapters...
23:39:50 [2022-01-22T04:39:50.217Z] Loading source files for package org.eclipse.ease.lang.unittest.execution...
23:39:50 [2022-01-22T04:39:50.217Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters...
23:39:50 [2022-01-22T04:39:50.217Z] Loading source files for package org.eclipse.ease.lang.unittest.definition...
23:39:50 [2022-01-22T04:39:50.218Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl...
23:39:50 [2022-01-22T04:39:50.218Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util...
23:39:50 [2022-01-22T04:39:50.218Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime...
23:39:50 [2022-01-22T04:39:50.218Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl...
23:39:50 [2022-01-22T04:39:50.218Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util...
23:39:50 [2022-01-22T04:39:50.218Z] Constructing Javadoc information...
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/main/resources
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] Copying 2 resources to help
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.218Z] [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/classes
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src/test/resources
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.786Z] [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
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.786Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.787Z] [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
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest ---
23:39:50 [2022-01-22T04:39:50.787Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:50 [2022-01-22T04:39:50.787Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] 
23:39:50 [2022-01-22T04:39:50.787Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.unittest ---
23:39:51 [2022-01-22T04:39:51.853Z] [INFO] 
23:39:51 [2022-01-22T04:39:51.853Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.unittest ---
23:39:52 [2022-01-22T04:39:52.110Z] [INFO] 
23:39:52 [2022-01-22T04:39:52.110Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.unittest ---
23:39:52 [2022-01-22T04:39:52.110Z] [INFO] Fork Value is false
23:39:52 [2022-01-22T04:39:52.110Z]      [java] JVM args ignored when same JVM is used.
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] Done SpotBugs Analysis....
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.unittest ---
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] You have 0 Checkstyle violations.
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest ---
23:39:57 [2022-01-22T04:39:57.387Z] [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
23:39:57 [2022-01-22T04:39:57.387Z] [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
23:39:57 [2022-01-22T04:39:57.387Z] [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
23:39:57 [2022-01-22T04:39:57.387Z] [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
23:39:57 [2022-01-22T04:39:57.387Z] [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
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest ---
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.387Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >---------
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.9.0-SNAPSHOT        [14/49]
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>>
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui ---
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<<
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] 
23:39:57 [2022-01-22T04:39:57.388Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui ---
23:39:58 [2022-01-22T04:39:58.758Z] [INFO] 
23:39:58 [2022-01-22T04:39:58.758Z] Loading source files for package org.eclipse.ease.lang.unittest.ui...
23:39:58 [2022-01-22T04:39:58.758Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators...
23:39:58 [2022-01-22T04:39:58.758Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs...
23:39:58 [2022-01-22T04:39:58.758Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor...
23:39:58 [2022-01-22T04:39:58.758Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers...
23:39:58 [2022-01-22T04:39:58.759Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider...
23:39:58 [2022-01-22T04:39:58.759Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views...
23:39:58 [2022-01-22T04:39:58.759Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards...
23:39:58 [2022-01-22T04:39:58.759Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider...
23:39:58 [2022-01-22T04:39:58.759Z] Constructing Javadoc information...
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] 
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui ---
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] 
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui ---
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:58 [2022-01-22T04:39:58.759Z] [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
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/help
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] 
23:39:58 [2022-01-22T04:39:58.759Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui ---
23:39:58 [2022-01-22T04:39:58.759Z] [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
23:39:59 [2022-01-22T04:39:59.015Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui ---
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:39:59 [2022-01-22T04:39:59.016Z] [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
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui ---
23:39:59 [2022-01-22T04:39:59.016Z] [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
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui ---
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.016Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui ---
23:39:59 [2022-01-22T04:39:59.016Z] [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
23:39:59 [2022-01-22T04:39:59.273Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.273Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui ---
23:39:59 [2022-01-22T04:39:59.273Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.273Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui ---
23:39:59 [2022-01-22T04:39:59.273Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:59 [2022-01-22T04:39:59.273Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:39:59 [2022-01-22T04:39:59.273Z] [INFO] 
23:39:59 [2022-01-22T04:39:59.273Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.unittest.ui ---
23:40:01 [2022-01-22T04:40:01.176Z] [INFO] 
23:40:01 [2022-01-22T04:40:01.176Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.unittest.ui ---
23:40:01 [2022-01-22T04:40:01.432Z] [INFO] 
23:40:01 [2022-01-22T04:40:01.432Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.unittest.ui ---
23:40:01 [2022-01-22T04:40:01.432Z] [INFO] Fork Value is false
23:40:01 [2022-01-22T04:40:01.432Z]      [java] JVM args ignored when same JVM is used.
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] Done SpotBugs Analysis....
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.unittest.ui ---
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] You have 0 Checkstyle violations.
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui ---
23:40:07 [2022-01-22T04:40:07.997Z] [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
23:40:07 [2022-01-22T04:40:07.997Z] [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
23:40:07 [2022-01-22T04:40:07.997Z] [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
23:40:07 [2022-01-22T04:40:07.997Z] [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
23:40:07 [2022-01-22T04:40:07.997Z] [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
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui ---
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >-------------
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] Building org.eclipse.ease.lang.ruby 0.9.0-SNAPSHOT               [15/49]
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.997Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>>
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby ---
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<<
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] 
23:40:07 [2022-01-22T04:40:07.998Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.590Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] Loading source files for package org.eclipse.ease.lang.ruby...
23:40:08 [2022-01-22T04:40:08.591Z] Constructing Javadoc information...
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/main/resources
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/help
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/classes
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src/test/resources
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [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
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [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
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.591Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.592Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:08 [2022-01-22T04:40:08.592Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:08 [2022-01-22T04:40:08.592Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.592Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.848Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.848Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.848Z] [INFO] 
23:40:08 [2022-01-22T04:40:08.849Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.ruby ---
23:40:08 [2022-01-22T04:40:08.849Z] [INFO] Fork Value is false
23:40:08 [2022-01-22T04:40:08.849Z]      [java] JVM args ignored when same JVM is used.
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] Done SpotBugs Analysis....
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.ruby ---
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] You have 0 Checkstyle violations.
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby ---
23:40:11 [2022-01-22T04:40:11.369Z] [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
23:40:11 [2022-01-22T04:40:11.369Z] [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
23:40:11 [2022-01-22T04:40:11.369Z] [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
23:40:11 [2022-01-22T04:40:11.369Z] [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
23:40:11 [2022-01-22T04:40:11.369Z] [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
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby ---
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >----------
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.9.0-SNAPSHOT         [16/49]
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.369Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>>
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<<
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] 
23:40:11 [2022-01-22T04:40:11.370Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.739Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby...
23:40:12 [2022-01-22T04:40:12.739Z] Constructing Javadoc information...
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:12 [2022-01-22T04:40:12.739Z] [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
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/help
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.739Z] [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
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:12 [2022-01-22T04:40:12.739Z] [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
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.739Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.739Z] [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
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.996Z] [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
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.996Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.997Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:12 [2022-01-22T04:40:12.997Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] 
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:12 [2022-01-22T04:40:12.997Z] [INFO] Fork Value is false
23:40:13 [2022-01-22T04:40:13.253Z]      [java] JVM args ignored when same JVM is used.
23:40:15 [2022-01-22T04:40:15.153Z] [INFO] Done SpotBugs Analysis....
23:40:15 [2022-01-22T04:40:15.153Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.153Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:15 [2022-01-22T04:40:15.153Z] [INFO] You have 0 Checkstyle violations.
23:40:15 [2022-01-22T04:40:15.153Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.153Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:15 [2022-01-22T04:40:15.153Z] [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
23:40:15 [2022-01-22T04:40:15.153Z] [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
23:40:15 [2022-01-22T04:40:15.153Z] [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
23:40:15 [2022-01-22T04:40:15.154Z] [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
23:40:15 [2022-01-22T04:40:15.154Z] [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
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.9.0-SNAPSHOT [17/49]
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>>
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.154Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.155Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:15 [2022-01-22T04:40:15.155Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.155Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<<
23:40:15 [2022-01-22T04:40:15.155Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.155Z] [INFO] 
23:40:15 [2022-01-22T04:40:15.155Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn...
23:40:16 [2022-01-22T04:40:16.529Z] Constructing Javadoc information...
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:16 [2022-01-22T04:40:16.529Z] [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
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] Copying 2 resources to help
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [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
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:16 [2022-01-22T04:40:16.529Z] [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
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [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
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.529Z] [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
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.529Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.530Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.530Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:16 [2022-01-22T04:40:16.530Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:16 [2022-01-22T04:40:16.530Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:16 [2022-01-22T04:40:16.530Z] [INFO] 
23:40:16 [2022-01-22T04:40:16.530Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:17 [2022-01-22T04:40:17.094Z] [INFO] 
23:40:17 [2022-01-22T04:40:17.094Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:17 [2022-01-22T04:40:17.094Z] [INFO] 
23:40:17 [2022-01-22T04:40:17.094Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:17 [2022-01-22T04:40:17.094Z] [INFO] Fork Value is false
23:40:17 [2022-01-22T04:40:17.094Z]      [java] JVM args ignored when same JVM is used.
23:40:19 [2022-01-22T04:40:19.619Z] [INFO] Done SpotBugs Analysis....
23:40:19 [2022-01-22T04:40:19.619Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.619Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:19 [2022-01-22T04:40:19.619Z] [INFO] You have 0 Checkstyle violations.
23:40:19 [2022-01-22T04:40:19.619Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:19 [2022-01-22T04:40:19.620Z] [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
23:40:19 [2022-01-22T04:40:19.620Z] [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
23:40:19 [2022-01-22T04:40:19.620Z] [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
23:40:19 [2022-01-22T04:40:19.620Z] [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
23:40:19 [2022-01-22T04:40:19.620Z] [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
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn ---
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >-------
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.9.0-SNAPSHOT   [18/49]
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>>
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<<
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] 
23:40:19 [2022-01-22T04:40:19.621Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.590Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino...
23:40:21 [2022-01-22T04:40:21.590Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger...
23:40:21 [2022-01-22T04:40:21.590Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions...
23:40:21 [2022-01-22T04:40:21.590Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor...
23:40:21 [2022-01-22T04:40:21.590Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model...
23:40:21 [2022-01-22T04:40:21.590Z] Constructing Javadoc information...
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:21 [2022-01-22T04:40:21.590Z] [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
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] Copying 2 resources to help
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.590Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [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
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:21 [2022-01-22T04:40:21.591Z] [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
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [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
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [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
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:21 [2022-01-22T04:40:21.591Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:21 [2022-01-22T04:40:21.591Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] 
23:40:21 [2022-01-22T04:40:21.591Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:22 [2022-01-22T04:40:22.562Z] [INFO] 
23:40:22 [2022-01-22T04:40:22.563Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:22 [2022-01-22T04:40:22.563Z] [INFO] 
23:40:22 [2022-01-22T04:40:22.563Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:22 [2022-01-22T04:40:22.563Z] [INFO] Fork Value is false
23:40:22 [2022-01-22T04:40:22.563Z]      [java] JVM args ignored when same JVM is used.
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] Done SpotBugs Analysis....
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] You have 0 Checkstyle violations.
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:25 [2022-01-22T04:40:25.899Z] [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
23:40:25 [2022-01-22T04:40:25.899Z] [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
23:40:25 [2022-01-22T04:40:25.899Z] [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
23:40:25 [2022-01-22T04:40:25.899Z] [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
23:40:25 [2022-01-22T04:40:25.899Z] [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
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino ---
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >--------
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.9.0-SNAPSHOT      [19/49]
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython ---
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython ---
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.899Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython ---
23:40:25 [2022-01-22T04:40:25.900Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.900Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython ---
23:40:25 [2022-01-22T04:40:25.900Z] [INFO] 
23:40:25 [2022-01-22T04:40:25.900Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>>
23:40:26 [2022-01-22T04:40:26.189Z] [INFO] 
23:40:26 [2022-01-22T04:40:26.189Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython ---
23:40:26 [2022-01-22T04:40:26.189Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:40:26 [2022-01-22T04:40:26.189Z] [INFO] 
23:40:26 [2022-01-22T04:40:26.189Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython ---
23:40:26 [2022-01-22T04:40:26.189Z] [INFO] 
23:40:26 [2022-01-22T04:40:26.190Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython ---
23:40:26 [2022-01-22T04:40:26.190Z] [INFO] 
23:40:26 [2022-01-22T04:40:26.190Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<<
23:40:26 [2022-01-22T04:40:26.190Z] [INFO] 
23:40:26 [2022-01-22T04:40:26.190Z] [INFO] 
23:40:26 [2022-01-22T04:40:26.190Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.110Z] Loading source files for package org.eclipse.ease.lang.python.jython...
23:40:28 [2022-01-22T04:40:28.110Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger...
23:40:28 [2022-01-22T04:40:28.110Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences...
23:40:28 [2022-01-22T04:40:28.110Z] Constructing Javadoc information...
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:28 [2022-01-22T04:40:28.110Z] [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
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] Copying 2 resources to help
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.110Z] [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
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:28 [2022-01-22T04:40:28.110Z] [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
23:40:28 [2022-01-22T04:40:28.110Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.111Z] [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
23:40:28 [2022-01-22T04:40:28.111Z] [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
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.111Z] [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
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython ---
23:40:28 [2022-01-22T04:40:28.111Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:28 [2022-01-22T04:40:28.111Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] 
23:40:28 [2022-01-22T04:40:28.111Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python.jython ---
23:40:29 [2022-01-22T04:40:29.062Z] [INFO] 
23:40:29 [2022-01-22T04:40:29.062Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python.jython ---
23:40:29 [2022-01-22T04:40:29.062Z] [INFO] 
23:40:29 [2022-01-22T04:40:29.062Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python.jython ---
23:40:29 [2022-01-22T04:40:29.062Z] [INFO] Fork Value is false
23:40:29 [2022-01-22T04:40:29.062Z]      [java] JVM args ignored when same JVM is used.
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] Done SpotBugs Analysis....
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python.jython ---
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] You have 0 Checkstyle violations.
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython ---
23:40:33 [2022-01-22T04:40:33.238Z] [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
23:40:33 [2022-01-22T04:40:33.238Z] [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
23:40:33 [2022-01-22T04:40:33.238Z] [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
23:40:33 [2022-01-22T04:40:33.238Z] [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
23:40:33 [2022-01-22T04:40:33.238Z] [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
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython ---
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >--------
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.9.0-SNAPSHOT      [20/49]
23:40:33 [2022-01-22T04:40:33.238Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>>
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui ---
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<<
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] 
23:40:33 [2022-01-22T04:40:33.239Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.169Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.169Z] Loading source files for package org.eclipse.ease.lang.javascript.ui...
23:40:34 [2022-01-22T04:40:34.169Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion...
23:40:34 [2022-01-22T04:40:34.169Z] Constructing Javadoc information...
23:40:34 [2022-01-22T04:40:34.169Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.169Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.170Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.170Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.170Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:34 [2022-01-22T04:40:34.170Z] [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
23:40:34 [2022-01-22T04:40:34.170Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/help
23:40:34 [2022-01-22T04:40:34.170Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.170Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.426Z] [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
23:40:34 [2022-01-22T04:40:34.426Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.426Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.426Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:34 [2022-01-22T04:40:34.426Z] [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
23:40:34 [2022-01-22T04:40:34.426Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.426Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.426Z] [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
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.427Z] [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
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.427Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:34 [2022-01-22T04:40:34.427Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.427Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.997Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.997Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.997Z] [INFO] 
23:40:34 [2022-01-22T04:40:34.997Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.ui ---
23:40:34 [2022-01-22T04:40:34.997Z] [INFO] Fork Value is false
23:40:35 [2022-01-22T04:40:35.286Z]      [java] JVM args ignored when same JVM is used.
23:40:37 [2022-01-22T04:40:37.186Z] [INFO] Done SpotBugs Analysis....
23:40:37 [2022-01-22T04:40:37.186Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.ui ---
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] You have 0 Checkstyle violations.
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui ---
23:40:37 [2022-01-22T04:40:37.187Z] [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
23:40:37 [2022-01-22T04:40:37.187Z] [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
23:40:37 [2022-01-22T04:40:37.187Z] [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
23:40:37 [2022-01-22T04:40:37.187Z] [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
23:40:37 [2022-01-22T04:40:37.187Z] [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
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui ---
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >---------
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.9.0-SNAPSHOT       [21/49]
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.187Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>>
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<<
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] 
23:40:37 [2022-01-22T04:40:37.188Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.597Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.597Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled...
23:40:38 [2022-01-22T04:40:38.597Z] Constructing Javadoc information...
23:40:38 [2022-01-22T04:40:38.597Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.597Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.597Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.597Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.598Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:38 [2022-01-22T04:40:38.598Z] [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
23:40:38 [2022-01-22T04:40:38.598Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/help
23:40:38 [2022-01-22T04:40:38.598Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.598Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.598Z] [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
23:40:38 [2022-01-22T04:40:38.854Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.854Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:38 [2022-01-22T04:40:38.855Z] [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
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.855Z] [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
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.855Z] [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
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:38 [2022-01-22T04:40:38.855Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:38 [2022-01-22T04:40:38.855Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] 
23:40:38 [2022-01-22T04:40:38.855Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:39 [2022-01-22T04:40:39.112Z] [INFO] 
23:40:39 [2022-01-22T04:40:39.112Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:39 [2022-01-22T04:40:39.112Z] [INFO] 
23:40:39 [2022-01-22T04:40:39.112Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:39 [2022-01-22T04:40:39.112Z] [INFO] Fork Value is false
23:40:39 [2022-01-22T04:40:39.369Z]      [java] JVM args ignored when same JVM is used.
23:40:41 [2022-01-22T04:40:41.914Z] [INFO] Done SpotBugs Analysis....
23:40:41 [2022-01-22T04:40:41.914Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.914Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:41 [2022-01-22T04:40:41.914Z] [INFO] You have 0 Checkstyle violations.
23:40:41 [2022-01-22T04:40:41.914Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:41 [2022-01-22T04:40:41.915Z] [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
23:40:41 [2022-01-22T04:40:41.915Z] [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
23:40:41 [2022-01-22T04:40:41.915Z] [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
23:40:41 [2022-01-22T04:40:41.915Z] [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
23:40:41 [2022-01-22T04:40:41.915Z] [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
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled ---
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >-------
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.9.0-SNAPSHOT   [22/49]
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] >>> maven-javadoc-plugin:3.1.0:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>>
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.915Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] <<< maven-javadoc-plugin:3.1.0:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<<
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] 
23:40:41 [2022-01-22T04:40:41.916Z] [INFO] --- maven-javadoc-plugin:3.1.0:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.324Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui...
23:40:43 [2022-01-22T04:40:43.324Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export...
23:40:43 [2022-01-22T04:40:43.324Z] Constructing Javadoc information...
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:43 [2022-01-22T04:40:43.324Z] [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
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/help
23:40:43 [2022-01-22T04:40:43.324Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [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
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:43 [2022-01-22T04:40:43.325Z] [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
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [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
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [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
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:43 [2022-01-22T04:40:43.325Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:43 [2022-01-22T04:40:43.325Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] 
23:40:43 [2022-01-22T04:40:43.325Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:44 [2022-01-22T04:40:44.264Z] [INFO] 
23:40:44 [2022-01-22T04:40:44.265Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:44 [2022-01-22T04:40:44.265Z] [INFO] 
23:40:44 [2022-01-22T04:40:44.265Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:44 [2022-01-22T04:40:44.265Z] [INFO] Fork Value is false
23:40:44 [2022-01-22T04:40:44.265Z]      [java] JVM args ignored when same JVM is used.
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] Done SpotBugs Analysis....
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] You have 0 Checkstyle violations.
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:47 [2022-01-22T04:40:47.559Z] [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
23:40:47 [2022-01-22T04:40:47.559Z] [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
23:40:47 [2022-01-22T04:40:47.559Z] [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
23:40:47 [2022-01-22T04:40:47.559Z] [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
23:40:47 [2022-01-22T04:40:47.559Z] [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
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui ---
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >---------------
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] Building org.eclipse.ease.help 0.9.0-SNAPSHOT                    [23/49]
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help ---
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help ---
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] The project's OSGi version is 0.9.0.I202201220436
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.help ---
23:40:47 [2022-01-22T04:40:47.559Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.help ---
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] 
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] --- tycho-document-bundle-plugin:2.2.0:javadoc (eclipse-javadoc) @ org.eclipse.ease.help ---
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Scopes: [compile, provided]
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Output directory: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/help/api-docs/javadoc
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] BaseDir: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Cleaning up first
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] 23 source folders
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src-gen
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/src-gen
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/src
23:40:47 [2022-01-22T04:40:47.560Z] [INFO] Source folder: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/src-gen
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] 158 classpath deps
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.jython-2.7.0.I202104151016.jar/jython.jar
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.jruby/9.0.5.I202104151016/org.jruby-9.0.5.I202104151016.jar
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.ui/target/classes
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.codehaus.groovy/2.4.6.I202104151016/org.codehaus.groovy-2.4.6.I202104151016.jar
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy/target/classes
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [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
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.shared_core-9.2.0.202110311311.jar/shared_core.jar
23:40:47 [2022-01-22T04:40:47.561Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript/target/classes
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.py4j/target/classes
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive/target/classes
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.classloader/target/classes
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.pb/2.3.5.v201404071733/org.sat4j.pb-2.3.5.v201404071733.jar
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/javax.annotation/1.3.5.v20200909-1856/javax.annotation-1.3.5.v20200909-1856.jar
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.562Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui.scripts/target/classes
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.ruby/target/classes
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.18.0.v20210816-1805.jar/jdimodel.jar
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.core-9.2.0.202110311311.jar/core.jar
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.563Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.parser-9.2.0.202110311311.jar/parser.jar
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.ui/target/classes
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.564Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest/target/classes
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.11.0.v20210429-0618.jar/pdebuild.jar
23:40:47 [2022-01-22T04:40:47.565Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [INFO] CP: /home/jenkins/.m2/repository/.cache/tycho/org.python.pydev.ast-9.2.0.202110311311.jar/ast.jar
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.565Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes
23:40:47 [2022-01-22T04:40:47.566Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python.jython/target/classes
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.python/target/classes
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/classes
23:40:47 [2022-01-22T04:40:47.566Z] [INFO] CP: /home/jenkins/.m2/repository/p2/osgi/bundle/org.sat4j.core/2.3.5.v201308161310/org.sat4j.core-2.3.5.v201308161310.jar
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [INFO] CP: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.lang.unittest.ui/target/classes
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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
23:40:47 [2022-01-22T04:40:47.566Z] [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'
23:40:47 [2022-01-22T04:40:47.566Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:40:48 [2022-01-22T04:40:48.152Z] Loading source files for package org.eclipse.ease.lang.ruby...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.groovy...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.classloader...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.javascript...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.python.jython...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.repository...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.scripts.ui...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.debugging...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.debugging.dispatcher...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.debugging.events...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.debugging.events.debugger...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.debugging.events.model...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.debugging.model...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.modules...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.service...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.sign...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.tools...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.urlhandler...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.definition...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.completion...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.completion.provider...
23:40:48 [2022-01-22T04:40:48.153Z] Loading source files for package org.eclipse.ease.ui.completion.tokenizer...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.console...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.console.actions...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.debugging.model...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.dnd...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.handler...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.help.hovers...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.launching...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.modules.ui...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.perspectives...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.preferences...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.propertytester...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.tools...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.view...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.ui.views.shell.dropins...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.scriptarchive...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python.debug...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python.debugger...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python.preferences...
23:40:48 [2022-01-22T04:40:48.154Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion...
23:40:48 [2022-01-22T04:40:48.750Z] Constructing Javadoc information...
23:40:50 [2022-01-22T04:40:50.652Z] javadoc: error - Error fetching URL: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/
23:40:50 [2022-01-22T04:40:50.652Z] Standard Doclet version 15.0.2+7-27
23:40:50 [2022-01-22T04:40:50.652Z] Building tree for all the packages and classes...
23:40:50 [2022-01-22T04:40:50.652Z] /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
23:40:50 [2022-01-22T04:40:50.652Z] public class RubyCodeFactory extends AbstractCodeFactory {
23:40:50 [2022-01-22T04:40:50.652Z]        ^
23:40:50 [2022-01-22T04:40:50.652Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java:34: warning: no comment
23:40:50 [2022-01-22T04:40:50.652Z] public abstract class AbstractCodeFactory implements ICodeFactory {
23:40:50 [2022-01-22T04:40:50.652Z]                 ^
23:40:50 [2022-01-22T04:40:50.652Z] /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
23:40:50 [2022-01-22T04:40:50.652Z] public class RubyHelper {
23:40:50 [2022-01-22T04:40:50.652Z]        ^
23:40:50 [2022-01-22T04:40:50.652Z] /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
23:40:50 [2022-01-22T04:40:50.652Z] public interface PluginConstants {
23:40:50 [2022-01-22T04:40:50.652Z]        ^
23:40:50 [2022-01-22T04:40:50.652Z] /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
23:40:50 [2022-01-22T04:40:50.652Z] public class RubyCodeParser extends AbstractCodeParser {
23:40:50 [2022-01-22T04:40:50.652Z]        ^
23:40:50 [2022-01-22T04:40:50.652Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeParser.java:28: warning: no comment
23:40:50 [2022-01-22T04:40:50.652Z] public abstract class AbstractCodeParser implements ICodeParser {
23:40:50 [2022-01-22T04:40:50.652Z]                 ^
23:40:50 [2022-01-22T04:40:50.652Z] /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
23:40:50 [2022-01-22T04:40:50.652Z] public class Activator implements BundleActivator {
23:40:50 [2022-01-22T04:40:50.652Z]        ^
23:40:50 [2022-01-22T04:40:50.652Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class ObservingContextFactory extends ContextFactory {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public interface PluginConstants {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public final class GroovyHelper {
23:40:50 [2022-01-22T04:40:50.653Z]              ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class GroovyCodeFactory extends org.eclipse.ease.AbstractCodeFactory {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class GroovyCodeParser extends AbstractCodeParser {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class NashornBootstrapper implements IScriptEngineLaunchExtension {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class NashornScriptEngine extends AbstractReplScriptEngine {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public interface PluginConstants {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class JavaScriptCodeFactory extends AbstractCodeFactory {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class JavaScriptCodeParser extends AbstractCodeParser {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class JavaScriptCompletionContext extends BasicContext {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public class BasicContext implements ICompletionContext {
23:40:50 [2022-01-22T04:40:50.653Z]        ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.653Z] public final class JavaScriptHelper {
23:40:50 [2022-01-22T04:40:50.653Z]              ^
23:40:50 [2022-01-22T04:40:50.653Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class JythonScriptEngine extends AbstractReplScriptEngine {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class JythonPackageManager extends SysPackageManager {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class JythonTracer extends PyObject {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public abstract class AbstractEaseDebugger implements IEventProcessor, IExecutionListener {
23:40:50 [2022-01-22T04:40:50.654Z]                 ^
23:40:50 [2022-01-22T04:40:50.654Z] /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:52: warning: no comment
23:40:50 [2022-01-22T04:40:50.654Z] public class Py4jScriptEngine extends AbstractReplScriptEngine {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public interface Py4JScriptEnginePrefConstants {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class Activator extends AbstractUIPlugin {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class PreferenceInitializer extends AbstractPreferenceInitializer {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class Py4JPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class JVMCompiledHeaderParser extends AbstractCodeParser {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class JVMCompiledScriptEngine extends AbstractScriptEngine implements IScriptEngine {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class ScriptURLConnection extends URLConnection {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.654Z] public class ScriptEditorInput implements IStorageEditorInput {
23:40:50 [2022-01-22T04:40:50.654Z]        ^
23:40:50 [2022-01-22T04:40:50.654Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class WorkspaceScriptStorage extends ScriptStorage {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public abstract class ScriptStorage {
23:40:50 [2022-01-22T04:40:50.655Z]                 ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class FileScriptStorage extends ScriptStorage {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class Activator extends AbstractUIPlugin {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class ScriptURLStreamHandler extends AbstractURLStreamHandlerService {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public interface IExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public interface ICompositeExpressionDefinition extends IExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class ExpressionTools {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] 	public static class ExpressionDescription {
23:40:50 [2022-01-22T04:40:50.655Z] 	              ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class CountExpressionDefinition extends AbstractExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public abstract class AbstractExpressionDefinition implements IExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.655Z]                 ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class ExpressionFactory {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class ResolveExpressionDefinition extends AbstractExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.655Z] public class WithExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.655Z]        ^
23:40:50 [2022-01-22T04:40:50.655Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public abstract class AbstractCompositeExpressionDefinition extends AbstractExpressionDefinition implements ICompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]                 ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class AdaptExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class IterateExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class EqualsExpressionDefinition extends AbstractExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] 	public static class Parameter {
23:40:50 [2022-01-22T04:40:50.656Z] 	              ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class ReferenceExpressionDefinition extends AbstractExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class RootExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class OrExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class NotExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class TestExpressionDefinition extends SystemTestExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class SystemTestExpressionDefinition extends AbstractExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class InstanceOfExpressionDefinition extends AbstractExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.656Z] /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
23:40:50 [2022-01-22T04:40:50.656Z] public class AndExpressionDefinition extends AbstractCompositeExpressionDefinition {
23:40:50 [2022-01-22T04:40:50.656Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class DeleteExpressionHandler extends AbstractHandler implements IHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class CreateExpressionHandler extends AbstractHandler implements IHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class ExpressionContentProvider implements ITreeContentProvider {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class ExpressionComposite extends Composite {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class ExpressionDialog extends Dialog {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class SaveEditorHandler implements EventHandler, IPartListener, IPropertyListener {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class PopupHandler extends ToolbarHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class ToolbarHandler implements EventHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class CronHandler implements EventHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class MenuHandler extends ToolbarHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class CronScheduler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class ScriptContributionFactory extends AbstractContributionFactory {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class KeyHandler implements EventHandler {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.657Z] /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
23:40:50 [2022-01-22T04:40:50.657Z] public class ScriptContributionItem extends CommandContributionItem {
23:40:50 [2022-01-22T04:40:50.657Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z]  * @noextend This class is not intended to be subclassed by clients.
23:40:50 [2022-01-22T04:40:50.658Z]    ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class EventBusHandler implements EventHandler {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class ResourceChangeHandler implements EventHandler, IResourceChangeListener {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class StartupHandler implements EventHandler {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] 	public static class Location {
23:40:50 [2022-01-22T04:40:50.658Z] 	              ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class ShutdownHandler implements EventHandler, IWorkbenchListener {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class URIValidator implements IInputValidator {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class SignaturePreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z] public class LocationsPage extends PreferencePage implements IWorkbenchPreferencePage {
23:40:50 [2022-01-22T04:40:50.658Z]        ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z]  * @model
23:40:50 [2022-01-22T04:40:50.658Z]    ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z]  * @generated
23:40:50 [2022-01-22T04:40:50.658Z]    ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z]  * @generated
23:40:50 [2022-01-22T04:40:50.658Z]    ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z]  * @model
23:40:50 [2022-01-22T04:40:50.658Z]    ^
23:40:50 [2022-01-22T04:40:50.658Z] /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
23:40:50 [2022-01-22T04:40:50.658Z]  * @generated
23:40:50 [2022-01-22T04:40:50.658Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z]  * @model kind="package"
23:40:50 [2022-01-22T04:40:50.659Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z]  * @generated
23:40:50 [2022-01-22T04:40:50.659Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] 	 * @generated
23:40:50 [2022-01-22T04:40:50.659Z] 	   ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z]  * @model
23:40:50 [2022-01-22T04:40:50.659Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z]  * @generated
23:40:50 [2022-01-22T04:40:50.659Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z]  * @model
23:40:50 [2022-01-22T04:40:50.659Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z]  * @generated
23:40:50 [2022-01-22T04:40:50.659Z]    ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public class ScriptSelectionDialog extends Dialog {
23:40:50 [2022-01-22T04:40:50.659Z]        ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public class ScriptEngineFilter extends ViewerFilter {
23:40:50 [2022-01-22T04:40:50.659Z]        ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public class ScriptContentProvider extends AbstractVirtualTreeProvider {
23:40:50 [2022-01-22T04:40:50.659Z]        ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public class ScriptPopup extends AbstractPopupItem {
23:40:50 [2022-01-22T04:40:50.659Z]        ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public abstract class AbstractPopupItem {
23:40:50 [2022-01-22T04:40:50.659Z]                 ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public class ScriptDropHandler implements IShellDropHandler {
23:40:50 [2022-01-22T04:40:50.659Z]        ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public class ScriptPopupMenu extends AbstractPopupMenu {
23:40:50 [2022-01-22T04:40:50.659Z]        ^
23:40:50 [2022-01-22T04:40:50.659Z] /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
23:40:50 [2022-01-22T04:40:50.659Z] public abstract class AbstractPopupMenu extends AbstractPopupItem implements IMenuListener {
23:40:50 [2022-01-22T04:40:50.659Z]                 ^
23:40:50 [2022-01-22T04:40:50.660Z] /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
23:40:50 [2022-01-22T04:40:50.660Z] public class Decorator implements ILightweightLabelDecorator, IPreferenceChangeListener {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ICompletionContext.java:21: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public interface ICompletionContext {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/Activator.java:26: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public class Activator extends AbstractUIPlugin {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineInterruptedException.java:18: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public class ScriptEngineInterruptedException extends ExecutionException {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/BreakException.java:15: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public class BreakException extends ScriptExecutionException {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/IReplEngine.java:19: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public interface IReplEngine extends IScriptEngine {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ExitException.java:15: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public class ExitException extends BreakException {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptObjectType.java:16: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public enum ScriptObjectType {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineCancellationException.java:16: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] public class ScriptEngineCancellationException extends RuntimeException {
23:40:50 [2022-01-22T04:40:50.660Z]        ^
23:40:50 [2022-01-22T04:40:50.660Z] /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/src/org/eclipse/ease/ISecurityCheck.java:22: warning: no comment
23:40:50 [2022-01-22T04:40:50.660Z] 	enum ActionType {
23:40:50 [2022-01-22T04:40:50.660Z] 	^
23:40:50 [2022-01-22T04:40:50.660Z] /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
23:40:50 [2022-01-22T04:40:50.660Z]  * @model kind="package" extendedMetaData="qualified='false'"
23:40:50 [2022-01-22T04:40:50.660Z]    ^
23:40:50 [2022-01-22T04:40:50.660Z] /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
23:40:50 [2022-01-22T04:40:50.660Z]  * @generated
23:40:50 [2022-01-22T04:40:50.660Z]    ^
23:40:50 [2022-01-22T04:40:50.660Z] /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
23:40:50 [2022-01-22T04:40:50.660Z] 	 * @generated
23:40:50 [2022-01-22T04:40:50.660Z] 	   ^
23:40:50 [2022-01-22T04:40:50.660Z] /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
23:40:50 [2022-01-22T04:40:50.660Z]  * @generated
23:40:50 [2022-01-22T04:40:50.660Z]    ^
23:40:50 [2022-01-22T04:40:50.660Z] /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
23:40:50 [2022-01-22T04:40:50.660Z]  * @model
23:40:50 [2022-01-22T04:40:50.660Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @model
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @model extendedMetaData="kind='element' name='TestSuite'"
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @model
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.661Z] /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
23:40:50 [2022-01-22T04:40:50.661Z]  * @generated
23:40:50 [2022-01-22T04:40:50.661Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @generated
23:40:50 [2022-01-22T04:40:50.989Z]    ^
23:40:50 [2022-01-22T04:40:50.989Z] /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
23:40:50 [2022-01-22T04:40:50.989Z]  * @model
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @model
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @model
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @model
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @model abstract="true"
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @model abstract="true"
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @model kind="package"
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z]  * @generated
23:40:50 [2022-01-22T04:40:50.990Z]    ^
23:40:50 [2022-01-22T04:40:50.990Z] /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
23:40:50 [2022-01-22T04:40:50.990Z] 	 * @generated
23:40:50 [2022-01-22T04:40:50.990Z] 	   ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @model
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @model
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @model
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @model
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @model
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.991Z] /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
23:40:50 [2022-01-22T04:40:50.991Z]  * @generated
23:40:50 [2022-01-22T04:40:50.991Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z] 	 * @generated
23:40:50 [2022-01-22T04:40:50.992Z] 	   ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.992Z]    ^
23:40:50 [2022-01-22T04:40:50.992Z] /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
23:40:50 [2022-01-22T04:40:50.992Z]  * @generated
23:40:50 [2022-01-22T04:40:50.993Z]    ^
23:40:50 [2022-01-22T04:40:50.993Z] /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
23:40:50 [2022-01-22T04:40:50.993Z]  * @generated
23:40:50 [2022-01-22T04:40:50.993Z]    ^
23:40:50 [2022-01-22T04:40:50.993Z] Generating ./org/eclipse/ease/AbstractCodeFactory.html...
23:40:50 [2022-01-22T04:40:50.993Z] Generating ./org/eclipse/ease/AbstractCodeParser.html...
23:40:50 [2022-01-22T04:40:50.993Z] Generating ./org/eclipse/ease/AbstractReplScriptEngine.html...
23:40:50 [2022-01-22T04:40:50.993Z] Generating ./org/eclipse/ease/AbstractScriptEngine.html...
23:40:51 [2022-01-22T04:40:51.249Z] Generating ./org/eclipse/ease/Activator.html...
23:40:51 [2022-01-22T04:40:51.249Z] Generating ./org/eclipse/ease/BreakException.html...
23:40:51 [2022-01-22T04:40:51.249Z] Generating ./org/eclipse/ease/ExitException.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ICodeFactory.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ICodeFactory.Parameter.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ICodeParser.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ICompletionContext.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IDebugEngine.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IExecutionListener.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IReplEngine.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IScriptable.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IScriptEngine.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IScriptEngineLaunchExtension.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/IScriptEngineProvider.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ISecurityCheck.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ISecurityCheck.ActionType.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/Logger.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/Script.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ScriptEngineCancellationException.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ScriptEngineException.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ScriptEngineInterruptedException.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ScriptExecutionException.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ScriptObjectType.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/ScriptResult.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/classloader/EaseClassLoader.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/debugging/AbstractEaseDebugger.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/debugging/AbstractEaseDebugger.ThreadState.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/debugging/DebugTracer.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/debugging/DynamicContentEditorInput.html...
23:40:51 [2022-01-22T04:40:51.250Z] Generating ./org/eclipse/ease/debugging/EaseDebugFrame.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/IScriptDebugFrame.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/IScriptRegistry.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/ScriptRegistry.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/ScriptSourceLocator.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/ScriptStackTrace.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/dispatcher/EventDispatchJob.html...
23:40:51 [2022-01-22T04:40:51.506Z] Generating ./org/eclipse/ease/debugging/dispatcher/IEventProcessor.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/AbstractEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/IDebugEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/EngineStartedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/EngineTerminatedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/EvaluateExpressionEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/IDebuggerEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/ResumedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/ScriptReadyEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/ScriptTerminatedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/StackFramesEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/SuspendedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/ThreadCreatedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/ThreadTerminatedEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/debugger/VariablesEvent.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/BreakpointRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/BreakpointRequest.Mode.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/DisconnectRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/EvaluateExpressionRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/GetStackFramesRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/GetVariablesRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/IModelRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/ResumeRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/SetVariablesRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/SuspendRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/events/model/TerminateRequest.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugElement.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugElement.State.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugLastExecutionResult.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugProcess.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugStackFrame.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugTarget.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugThread.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugValue.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugVariable.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseDebugVariable.Type.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseJavaArrayElementVariable.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseJavaFieldVariable.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseWatchExpressionDelegate.html...
23:40:51 [2022-01-22T04:40:51.507Z] Generating ./org/eclipse/ease/debugging/model/EaseWatchExpressionResult.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/groovy/GroovyCodeFactory.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/groovy/GroovyCodeParser.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/groovy/GroovyHelper.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/groovy/PluginConstants.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptCodeParser.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/JavaScriptHelper.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/PluginConstants.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/NashornScriptEngine.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/rhino/Activator.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngine.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/Activator.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/Pep302ModuleImporter.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/PyDevPathImporter.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/PythonCodeFactory.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/PythonCodeParser.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/PythonCompletionContext.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/PythonHelper.html...
23:40:51 [2022-01-22T04:40:51.790Z] Generating ./org/eclipse/ease/lang/python/ResourceProjectPathImporter.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debug/ITracingConstant.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/ICodeTracer.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/IPyFrame.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/IPythonDebugEngine.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/IPythonScriptRegistry.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonBreakpoint.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonDebugger.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonDebugger.PythonDebugFrame.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonEventDispatchJob.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/PythonScriptRegistry.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/ResourceHelper.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/FrameworkFilterAction.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/MagicFilterAction.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/ViewFilterAction.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/debugger/model/PythonDebugTarget.html...
23:40:51 [2022-01-22T04:40:51.791Z] Generating ./org/eclipse/ease/lang/python/jython/Activator.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/jython/JythonPackageManager.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/jython/JythonScriptEngine.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/jython/JythonTracer.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/jython/PythonEnvironementBootStrapper.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/preferences/IPreferenceConstants.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Activator.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ICodeTraceFilter.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/IInteractiveReturn.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/IPythonSideEngine.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4JBootstrap.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4jDebugger.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4jDebuggerEngine.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/ui/completion/PythonCompletionProviderWrapper.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/python/ui/completion/PythonHelpResolver.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/ruby/PluginConstants.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/ruby/RubyCodeFactory.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/ruby/RubyCodeParser.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/ruby/RubyHelper.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/scriptarchive/ArchiveEngine.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/scriptarchive/ManifestParser.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/scriptarchive/NonClosingInputStream.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/scriptarchive/PluginConstants.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/AssertionException.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/DefaultAssertion.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/FilteredTestCommand.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/IAssertion.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/PluginConstants.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/TestSuiteScriptEngine.html...
23:40:52 [2022-01-22T04:40:52.048Z] Generating ./org/eclipse/ease/lang/unittest/UnitTestHelper.html...
23:40:52 [2022-01-22T04:40:52.049Z] Generating ./org/eclipse/ease/lang/unittest/UnitTestModule.html...
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 *             in case {@module #setThrowOnFailure(boolean)} is enabled
23:40:52 [2022-01-22T04:40:52.049Z] 	                       ^
23:40:52 [2022-01-22T04:40:52.049Z] Generating ./org/eclipse/ease/lang/unittest/definition/Flag.html...
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @ordered
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @ordered
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.049Z] /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
23:40:52 [2022-01-22T04:40:52.049Z] 	 * @ordered
23:40:52 [2022-01-22T04:40:52.049Z] 	   ^
23:40:52 [2022-01-22T04:40:52.050Z] /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
23:40:52 [2022-01-22T04:40:52.050Z] 	 * @generated
23:40:52 [2022-01-22T04:40:52.050Z] 	   ^
23:40:52 [2022-01-22T04:40:52.050Z] /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
23:40:52 [2022-01-22T04:40:52.050Z] 	 * @ordered
23:40:52 [2022-01-22T04:40:52.050Z] 	   ^
23:40:52 [2022-01-22T04:40:52.050Z] Generating ./org/eclipse/ease/lang/unittest/definition/ICode.html...
23:40:52 [2022-01-22T04:40:52.050Z] Generating ./org/eclipse/ease/lang/unittest/definition/IDefinitionFactory.html...
23:40:52 [2022-01-22T04:40:52.050Z] Generating ./org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.html...
23:40:52 [2022-01-22T04:40:52.050Z] Generating ./org/eclipse/ease/lang/unittest/definition/IDefinitionPackage.Literals.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/ITestSuiteDefinition.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/IVariable.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/Code.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/DefinitionFactory.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/DefinitionPackage.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/FlagToStringMap.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/TestSuiteDefinition.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/Variable.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/CodeItemProvider.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/DefinitionItemProviderAdapterFactory.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/FlagToStringMapItemProvider.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/TestDefinitionEditPlugin.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/TestDefinitionEditPlugin.Implementation.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/TestSuiteDefinitionItemProvider.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/VariableItemProvider.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionAdapterFactory.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionResource.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionResourceFactory.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionSwitch.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/DefinitionXMLProcessor.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/reporters/IReportGenerator.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/reporters/JUnitReportGenerator.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/reporters/ReportTools.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IMetadata.html...
23:40:52 [2022-01-22T04:40:52.307Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IRuntimeFactory.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IRuntimePackage.Literals.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/IStackTraceContainer.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITest.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestClass.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestContainer.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestEntity.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestFile.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestFolder.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestResult.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/ITestSuite.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/TestStatus.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/Metadata.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/RuntimeFactory.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/RuntimePackage.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/StackTraceContainer.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/Test.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestClass.html...
23:40:52 [2022-01-22T04:40:52.564Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestContainer.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestEntity.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestFile.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestFolder.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestResult.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/TestSuite.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/RuntimeAdapterFactory.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/RuntimeSwitch.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/AbstractEditorPage.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/CustomCodePage.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/FileSelectionPage.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/IVariablesProvider.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditorActionBarContributor.html...
23:40:52 [2022-01-22T04:40:52.821Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/VariablesPage.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/MultiSelectionProvider.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/SuiteRuntimeInformation.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/TestSuiteContentProvider.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/TestSuiteLabelProvider.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/UIAttachment.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/UnitTestView.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/AbstractScriptModule.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/BootStrapper.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/EnvironmentModule.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/IEnvironment.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/IModuleCallbackProvider.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/IModuleListener.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/IScriptModule.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ModuleCategoryDefinition.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ModuleDefinition.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ModuleDefinition.ModuleDependency.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ModuleHelper.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ModuleTracker.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ModuleTracker.ModuleState.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ScriptParameter.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ScriptParameter.Helper.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/ScriptParameter.OptionalParameterHelper.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/modules/WrapToScript.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/service/EngineDescription.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/service/IScriptService.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/service/ScriptService.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/service/ScriptServiceFactory.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/service/ScriptType.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/IPreferenceConstants.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/ISignatureConstants.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/PerformSignature.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/ScriptSignatureException.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/SignatureCheck.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/SignatureHelper.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/SignatureInfo.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/sign/VerifySignature.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/ContributionTools.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/ListenerList.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/NullOutputStream.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/PlatformExtension.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/ResourceTools.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/ResourceTools.NonClosingInputStream.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/RunnableWithResult.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/tools/StringTools.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/ui/Activator.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/ui/Messages.html...
23:40:52 [2022-01-22T04:40:52.822Z] Generating ./org/eclipse/ease/ui/completion/BasicContext.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/CodeCompletionAggregator.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/CompletionLabelProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/IHelpResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/IImageResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/ScriptCompletionProposal.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractCompletionProvider.DescriptorImageResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractCompletionProvider.WorkbenchDescriptorImageResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/AbstractPathCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/EnvironmentLocationCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/ICompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/LoadedModuleCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/LoadModuleCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/LocationResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/provider/VariablesCompletionProvider.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/Bracket.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/BracketMatcher.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/IClassResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/IMethodResolver.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/InputTokenizer.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/TokenList.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/console/ScriptConsole.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/console/ScriptConsolePageParticipant.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/console/actions/ConsoleMessages.html...
23:40:53 [2022-01-22T04:40:53.079Z] Generating ./org/eclipse/ease/ui/console/actions/RemoveAllTerminatedConsolesAction.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/console/actions/RemoveCurrentConsoleAction.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/console/actions/ShowStandardErrorAction.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/console/actions/ShowStandardOutAction.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/console/actions/ShowWhenContentChangesAction.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/console/actions/TerminateConsoleAction.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/debugging/model/AbstractEaseDebugModelPresentation.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/AbstractFileDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/AbstractModuleDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/IShellDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/JarDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/ModulesDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/ResourceDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/ShellDropTarget.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/dnd/VariablesDropHandler.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/ClearDisplay.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/LoadModule.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/OpenHelp.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/OpenModulesPreferences.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/OpenScriptHelp.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/PasteTextToScriptShell.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/PerformSignature.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/Reset.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/SpawnShell.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/StopScriptExecution.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/SwitchEngine.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/handler/ToggleDropinsSection.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/ConstantHelp.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/ContentProposalModifier.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/EditorToolTipDecorator.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/EditorToolTipGenerator.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/HelpHoverImageProvider.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/HoverManager.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/IHoverContentProvider.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/IHoverHelp.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/IHoverHelp.IMementoVisitor.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/MethodHelp.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/help/hovers/ModuleHelp.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/launching/EaseLaunchDelegate.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/launching/FileExtensionFilter.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/launching/LaunchConfigurationTabGroup.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/launching/LaunchConstants.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/launching/LibrariesTab.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/launching/MainTab.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/modules/ui/ModuleContributionFactory.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulePopupItem.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulePopupMenu.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesComposite.html...
23:40:53 [2022-01-22T04:40:53.080Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesContentProvider.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesDragListener.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesFilter.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesLabelProvider.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesTools.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/modules/ui/ModulesTools.ModuleEntry.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/perspectives/ScriptingPerspective.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/IPreferenceConstants.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/ModulesContentProvider.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/ModulesLabelProvider.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/ModulesPage.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/PreferenceInitializer.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/ScriptingPage.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/preferences/ShellPreferencePage.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/propertytester/EngineTester.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/propertytester/ScriptEnginePropertyTester.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/scripts/Activator.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/scripts/FileScriptStorage.html...
23:40:53 [2022-01-22T04:40:53.081Z] Generating ./org/eclipse/ease/ui/scripts/Messages.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/ScriptContributionFactory.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/ScriptEditorInput.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/ScriptStorage.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/ScriptURLConnection.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ExpressionTools.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ExpressionTools.ExpressionDescription.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.Parameter.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.338Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/EventBusHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/KeyHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.Location.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/preferences/IPreferenceConstants.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/preferences/LocationsPage.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/preferences/PreferenceInitializer.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/preferences/PreferencesHelper.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/preferences/URIValidator.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRawLocation.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryFactory.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryPackage.Literals.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/repository/IRepositoryService.html...
23:40:53 [2022-01-22T04:40:53.339Z] Generating ./org/eclipse/ease/ui/scripts/repository/IScript.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/repository/IScriptLocation.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/repository/IStorage.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/Decorator.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptComposite.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptContextMenuEntries.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptDragSource.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptPopup.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.html...
23:40:53 [2022-01-22T04:40:53.340Z] Generating ./org/eclipse/ease/ui/tools/AbstractLaunchDelegate.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/AbstractPopupItem.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/AbstractPopupMenu.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/AbstractVirtualTreeProvider.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/AbstractWorkbenchRunnable.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/DecoratedLabelProvider.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/LocationImageDescriptor.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/TextWithImage.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/Timer.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/tools/ToggleHandler.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/view/EngineContributionFactory.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/view/ModuleExplorerView.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/view/ScriptHistoryText.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/view/ScriptShell.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/view/TextSelectionProvider.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/view/VariablesDragListener.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/AbstractDropin.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/IShellDropin.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/urlhandler/WorkspaceURLConnection.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/urlhandler/WorkspaceURLStreamHandlerService.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/package-summary.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/package-tree.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/classloader/package-summary.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/classloader/package-tree.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/debugging/package-summary.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/debugging/package-tree.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/debugging/dispatcher/package-summary.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/debugging/dispatcher/package-tree.html...
23:40:53 [2022-01-22T04:40:53.596Z] Generating ./org/eclipse/ease/debugging/events/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/events/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/events/debugger/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/events/debugger/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/events/model/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/events/model/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/model/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/debugging/model/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/groovy/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/groovy/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/javascript/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/javascript/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/javascript/nashorn/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/javascript/rhino/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/javascript/rhino/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/jvm/compiled/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/jvm/compiled/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debug/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debug/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debugger/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debugger/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debugger/actions/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debugger/model/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/debugger/model/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/jython/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/jython/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/preferences/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/preferences/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/py4j/internal/ui/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/ui/completion/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/python/ui/completion/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/ruby/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/ruby/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/scriptarchive/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/scriptarchive/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/unittest/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/unittest/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/unittest/definition/package-summary.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/unittest/definition/package-tree.html...
23:40:53 [2022-01-22T04:40:53.597Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/definition/impl/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/definition/provider/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/definition/util/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/reporters/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/reporters/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/runtime/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/runtime/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/runtime/impl/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/runtime/util/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/ui/editor/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/lang/unittest/ui/views/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/modules/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/modules/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/service/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/service/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/sign/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/sign/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/tools/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/tools/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/completion/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/completion/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/completion/provider/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/completion/provider/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/completion/tokenizer/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/console/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/console/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/console/actions/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/console/actions/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/debugging/model/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/debugging/model/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/dnd/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/dnd/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/handler/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/handler/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/help/hovers/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/help/hovers/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/launching/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/launching/package-tree.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/modules/ui/package-summary.html...
23:40:53 [2022-01-22T04:40:53.598Z] Generating ./org/eclipse/ease/ui/modules/ui/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/perspectives/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/perspectives/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/preferences/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/preferences/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/propertytester/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/propertytester/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/definitions/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/handler/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/expressions/ui/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/keywordhandler/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/preferences/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/preferences/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/repository/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/repository/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/ui/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/scripts/ui/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/tools/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/tools/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/view/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/view/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/ui/views/shell/dropins/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/urlhandler/package-summary.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./org/eclipse/ease/urlhandler/package-tree.html...
23:40:53 [2022-01-22T04:40:53.599Z] Generating ./constant-values.html...
23:40:53 [2022-01-22T04:40:53.856Z] Generating ./serialized-form.html...
23:40:53 [2022-01-22T04:40:53.856Z] Generating ./overview-tree.html...
23:40:53 [2022-01-22T04:40:53.856Z] Generating ./deprecated-list.html...
23:40:53 [2022-01-22T04:40:53.856Z] Generating ./index.html...
23:40:53 [2022-01-22T04:40:53.856Z] Building index for all the packages and classes...
23:40:53 [2022-01-22T04:40:53.856Z] Generating ./index-all.html...
23:40:54 [2022-01-22T04:40:54.114Z] Building index for all classes...
23:40:54 [2022-01-22T04:40:54.114Z] Generating ./allclasses-index.html...
23:40:54 [2022-01-22T04:40:54.114Z] Generating ./allpackages-index.html...
23:40:54 [2022-01-22T04:40:54.114Z] Generating ./overview-summary.html...
23:40:54 [2022-01-22T04:40:54.114Z] Generating ./help-doc.html...
23:40:54 [2022-01-22T04:40:54.114Z] 100 errors
23:40:54 [2022-01-22T04:40:54.114Z] 100 warnings
23:40:54 [2022-01-22T04:40:54.114Z] [INFO] execution failed with rc = 1
23:40:54 [2022-01-22T04:40:54.114Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.115Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.116Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.117Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.118Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.119Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.120Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.121Z] [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
23:40:54 [2022-01-22T04:40:54.122Z] [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
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/src/main/resources
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease.help/src/test/resources
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.122Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.379Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.379Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.379Z] [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
23:40:54 [2022-01-22T04:40:54.643Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.643Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.643Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.644Z] [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
23:40:54 [2022-01-22T04:40:54.644Z] [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
23:40:54 [2022-01-22T04:40:54.644Z] [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
23:40:54 [2022-01-22T04:40:54.644Z] [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
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help ---
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >--------------
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] Building org.eclipse.ease.feature 0.9.0-SNAPSHOT                 [24/49]
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.feature/target
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] The project's OSGi version is 0.9.0.I202111221312
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.644Z] [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
23:40:54 [2022-01-22T04:40:54.644Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.645Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:54 [2022-01-22T04:40:54.645Z] [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
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.645Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.645Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.645Z] [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
23:40:54 [2022-01-22T04:40:54.645Z] [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
23:40:54 [2022-01-22T04:40:54.645Z] [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
23:40:54 [2022-01-22T04:40:54.645Z] [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
23:40:54 [2022-01-22T04:40:54.645Z] [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
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature ---
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------
23:40:54 [2022-01-22T04:40:54.645Z] [INFO] Building org.eclipse.ease.ui.feature 0.9.0-SNAPSHOT              [25/49]
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.ui.feature/target
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] The project's OSGi version is 0.9.0.I202201220436
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [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
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.646Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.646Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:54 [2022-01-22T04:40:54.646Z] [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
23:40:54 [2022-01-22T04:40:54.943Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.943Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.943Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.944Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.ui.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.944Z] [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
23:40:54 [2022-01-22T04:40:54.944Z] [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
23:40:54 [2022-01-22T04:40:54.944Z] [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
23:40:54 [2022-01-22T04:40:54.944Z] [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
23:40:54 [2022-01-22T04:40:54.944Z] [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
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature ---
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.9.0-SNAPSHOT [26/49]
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.javascript.feature/target
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.944Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [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
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:54 [2022-01-22T04:40:54.945Z] [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
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.945Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.945Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.945Z] [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
23:40:54 [2022-01-22T04:40:54.945Z] [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
23:40:54 [2022-01-22T04:40:54.945Z] [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
23:40:54 [2022-01-22T04:40:54.946Z] [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
23:40:54 [2022-01-22T04:40:54.946Z] [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
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >--------
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.9.0-SNAPSHOT     [27/49]
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.feature/target
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [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
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.946Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.947Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:54 [2022-01-22T04:40:54.947Z] [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
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.947Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.947Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.947Z] [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
23:40:54 [2022-01-22T04:40:54.947Z] [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
23:40:54 [2022-01-22T04:40:54.947Z] [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
23:40:54 [2022-01-22T04:40:54.947Z] [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
23:40:54 [2022-01-22T04:40:54.947Z] [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
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature ---
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >-------
23:40:54 [2022-01-22T04:40:54.947Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.9.0-SNAPSHOT   [28/49]
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.jython.feature/target
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [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
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.948Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:54 [2022-01-22T04:40:54.948Z] [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
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.948Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.949Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.python.jython.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.949Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.python.jython.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.949Z] [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
23:40:54 [2022-01-22T04:40:54.949Z] [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
23:40:54 [2022-01-22T04:40:54.949Z] [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
23:40:54 [2022-01-22T04:40:54.949Z] [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
23:40:54 [2022-01-22T04:40:54.949Z] [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
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature ---
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >-----
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.9.0-SNAPSHOT [29/49]
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.python.py4j.feature/target
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:54 [2022-01-22T04:40:54.949Z] [INFO] The project's OSGi version is 0.9.0.I202201181916
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] 
23:40:54 [2022-01-22T04:40:54.950Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:54 [2022-01-22T04:40:54.950Z] [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
23:40:55 [2022-01-22T04:40:55.208Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.208Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:55 [2022-01-22T04:40:55.208Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.208Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:55 [2022-01-22T04:40:55.208Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.208Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:55 [2022-01-22T04:40:55.208Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:55 [2022-01-22T04:40:55.209Z] [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
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:55 [2022-01-22T04:40:55.209Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.209Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:55 [2022-01-22T04:40:55.209Z] [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
23:40:55 [2022-01-22T04:40:55.209Z] [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
23:40:55 [2022-01-22T04:40:55.209Z] [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
23:40:55 [2022-01-22T04:40:55.209Z] [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
23:40:55 [2022-01-22T04:40:55.209Z] [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
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature ---
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >---------
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.9.0-SNAPSHOT        [30/49]
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.jvm.feature/target
23:40:55 [2022-01-22T04:40:55.209Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [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
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:55 [2022-01-22T04:40:55.210Z] [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
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.210Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.210Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.210Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [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
23:40:55 [2022-01-22T04:40:55.211Z] [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
23:40:55 [2022-01-22T04:40:55.211Z] [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
23:40:55 [2022-01-22T04:40:55.211Z] [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
23:40:55 [2022-01-22T04:40:55.211Z] [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
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >--------
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.9.0-SNAPSHOT     [31/49]
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.groovy.feature/target
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.211Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.212Z] [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
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.212Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:55 [2022-01-22T04:40:55.212Z] [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
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.212Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.212Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.212Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.212Z] [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
23:40:55 [2022-01-22T04:40:55.212Z] [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
23:40:55 [2022-01-22T04:40:55.212Z] [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
23:40:55 [2022-01-22T04:40:55.213Z] [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
23:40:55 [2022-01-22T04:40:55.213Z] [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
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >---------
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.9.0-SNAPSHOT       [32/49]
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.ruby.feature/target
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [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
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.213Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.214Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.214Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:55 [2022-01-22T04:40:55.214Z] [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
23:40:55 [2022-01-22T04:40:55.214Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.214Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.471Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.471Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.471Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.471Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [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
23:40:55 [2022-01-22T04:40:55.472Z] [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
23:40:55 [2022-01-22T04:40:55.472Z] [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
23:40:55 [2022-01-22T04:40:55.472Z] [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
23:40:55 [2022-01-22T04:40:55.472Z] [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
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >----
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.9.0-SNAPSHOT [33/49]
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.scriptarchive.feature/target
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] The project's OSGi version is 0.9.0.I202111181115
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.472Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.473Z] [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
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.473Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:55 [2022-01-22T04:40:55.473Z] [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
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.473Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.473Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.473Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.473Z] [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
23:40:55 [2022-01-22T04:40:55.473Z] [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
23:40:55 [2022-01-22T04:40:55.473Z] [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
23:40:55 [2022-01-22T04:40:55.473Z] [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
23:40:55 [2022-01-22T04:40:55.474Z] [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
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >-------
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.9.0-SNAPSHOT   [34/49]
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/features/org.eclipse.ease.lang.unittest.feature/target
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] The project's OSGi version is 0.9.0.I202111240844
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [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
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.474Z] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.475Z] [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
23:40:55 [2022-01-22T04:40:55.475Z] [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
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.475Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:xml:p2metadata:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.475Z] [WARNING] artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:xml:p2artifacts:0.9.0-SNAPSHOT already attached, replace previous instance
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.475Z] [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
23:40:55 [2022-01-22T04:40:55.475Z] [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
23:40:55 [2022-01-22T04:40:55.475Z] [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
23:40:55 [2022-01-22T04:40:55.475Z] [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
23:40:55 [2022-01-22T04:40:55.475Z] [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
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature ---
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >-----------
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] Building org.eclipse.ease.releng.target 0.9.0-SNAPSHOT           [35/49]
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target ---
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target ---
23:40:55 [2022-01-22T04:40:55.475Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target ---
23:40:55 [2022-01-22T04:40:55.476Z] [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
23:40:55 [2022-01-22T04:40:55.476Z] [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
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >-------------
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] Building org.eclipse.ease.releng.p2 0.9.0-SNAPSHOT               [36/49]
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 ---
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.476Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 ---
23:40:55 [2022-01-22T04:40:55.742Z] [INFO] The project's OSGi version is 0.9.0.I202201220436
23:40:55 [2022-01-22T04:40:55.742Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.742Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 ---
23:40:55 [2022-01-22T04:40:55.742Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.743Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 ---
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.p2/src/main/resources
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 ---
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] 
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 ---
23:40:55 [2022-01-22T04:40:55.999Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
23:40:56 [2022-01-22T04:40:56.562Z] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0]
23:40:56 [2022-01-22T04:40:56.562Z] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] 
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 ---
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] 
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 ---
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] 
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 ---
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] 
23:40:56 [2022-01-22T04:40:56.819Z] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 ---
23:40:58 [2022-01-22T04:40:58.752Z] [INFO] 
23:40:58 [2022-01-22T04:40:58.752Z] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 ---
23:40:58 [2022-01-22T04:40:58.752Z] [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
23:40:59 [2022-01-22T04:40:59.009Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.009Z] [INFO] --- repository-utils:2.2.0:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 ---
23:40:59 [2022-01-22T04:40:59.990Z] [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
23:40:59 [2022-01-22T04:40:59.990Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.990Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 ---
23:40:59 [2022-01-22T04:40:59.990Z] [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
23:40:59 [2022-01-22T04:40:59.991Z] [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
23:40:59 [2022-01-22T04:40:59.991Z] [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
23:40:59 [2022-01-22T04:40:59.991Z] [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
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] Building org.eclipse.ease.testhelper 0.9.0-SNAPSHOT              [37/49]
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] The project's OSGi version is 0.9.0.I202111031431
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/src/main/resources
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] 
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.testhelper ---
23:40:59 [2022-01-22T04:40:59.991Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/target/classes
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] 
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper ---
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.testhelper/src/test/resources
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] 
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper ---
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] 
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper ---
23:41:00 [2022-01-22T04:41:00.248Z] [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
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] 
23:41:00 [2022-01-22T04:41:00.248Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper ---
23:41:00 [2022-01-22T04:41:00.249Z] [INFO] 
23:41:00 [2022-01-22T04:41:00.249Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.testhelper ---
23:41:01 [2022-01-22T04:41:01.620Z] [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
23:41:01 [2022-01-22T04:41:01.886Z] [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
23:41:01 [2022-01-22T04:41:01.886Z] [INFO] 
23:41:01 [2022-01-22T04:41:01.886Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.testhelper ---
23:41:01 [2022-01-22T04:41:01.887Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:41:01 [2022-01-22T04:41:01.887Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:41:03 [2022-01-22T04:41:03.088Z] [INFO] 
23:41:03 [2022-01-22T04:41:03.088Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.testhelper ---
23:41:03 [2022-01-22T04:41:03.088Z] [INFO] 
23:41:03 [2022-01-22T04:41:03.088Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.testhelper ---
23:41:03 [2022-01-22T04:41:03.088Z] [INFO] Fork Value is false
23:41:03 [2022-01-22T04:41:03.088Z]      [java] JVM args ignored when same JVM is used.
23:41:05 [2022-01-22T04:41:05.616Z] [INFO] Done SpotBugs Analysis....
23:41:05 [2022-01-22T04:41:05.890Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.890Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.testhelper ---
23:41:05 [2022-01-22T04:41:05.890Z] [INFO] You have 0 Checkstyle violations.
23:41:05 [2022-01-22T04:41:05.890Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.890Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper ---
23:41:05 [2022-01-22T04:41:05.890Z] [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
23:41:05 [2022-01-22T04:41:05.890Z] [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
23:41:05 [2022-01-22T04:41:05.890Z] [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
23:41:05 [2022-01-22T04:41:05.891Z] [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
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >---------------
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] Building org.eclipse.ease.test 0.9.0-SNAPSHOT                    [38/49]
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] The project's OSGi version is 0.9.0.I202111221312
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.test ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.test ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/src/main/resources
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] 
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.test ---
23:41:05 [2022-01-22T04:41:05.891Z] [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/classes
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] 
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test ---
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/src/test/resources
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] 
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.test ---
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] 
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test ---
23:41:06 [2022-01-22T04:41:06.887Z] [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
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] 
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test ---
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] 
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.test ---
23:41:06 [2022-01-22T04:41:06.887Z] [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
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] 
23:41:06 [2022-01-22T04:41:06.887Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.test ---
23:41:07 [2022-01-22T04:41:07.144Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (415.44kB)
23:41:07 [2022-01-22T04:41:07.144Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2021-09/202109151000/plugins/ (65.43kB)
23:41:07 [2022-01-22T04:41:07.401Z] [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
23:41:07 [2022-01-22T04:41:07.401Z] [INFO] Command line:
23:41:07 [2022-01-22T04:41:07.401Z] 	[/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]
23:41:07 [2022-01-22T04:41:07.401Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:41:10 [2022-01-22T04:41:10.735Z] Running org.eclipse.ease.AbstractCodeParserTest
23:41:10 [2022-01-22T04:41:10.735Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ease.AbstractCodeParserTest
23:41:10 [2022-01-22T04:41:10.735Z] parseCode  Time elapsed: 0.016 s
23:41:10 [2022-01-22T04:41:10.735Z] parseLineHeader  Time elapsed: 0.003 s
23:41:10 [2022-01-22T04:41:10.735Z] parseBlockAfterWhitespace  Time elapsed: 0 s
23:41:10 [2022-01-22T04:41:10.735Z] parseEmpty  Time elapsed: 0 s
23:41:10 [2022-01-22T04:41:10.735Z] parseBlockHeader  Time elapsed: 0.001 s
23:41:10 [2022-01-22T04:41:10.735Z] Running org.eclipse.ease.sign.SignatureHelperTest
23:41:10 [2022-01-22T04:41:10.735Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ease.sign.SignatureHelperTest
23:41:10 [2022-01-22T04:41:10.735Z] certificateTest  Time elapsed: 0.009 s
23:41:10 [2022-01-22T04:41:10.735Z] Running org.eclipse.ease.sign.VerifySignatureTest
23:41:11 [2022-01-22T04:41:11.006Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s - in org.eclipse.ease.sign.VerifySignatureTest
23:41:11 [2022-01-22T04:41:11.006Z] testWithNonCodeParserScriptType  Time elapsed: 0.383 s
23:41:11 [2022-01-22T04:41:11.006Z] Running org.eclipse.ease.tools.PlatformExtensionTest
23:41:11 [2022-01-22T04:41:11.006Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.tools.PlatformExtensionTest
23:41:11 [2022-01-22T04:41:11.006Z] createFor_returns_non_empty_collection  Time elapsed: 0.001 s
23:41:11 [2022-01-22T04:41:11.006Z] getConfigurationElement_is_not_null  Time elapsed: 0.001 s
23:41:11 [2022-01-22T04:41:11.006Z] createInstance_returns_class_instance  Time elapsed: 0 s
23:41:11 [2022-01-22T04:41:11.006Z] createInstance_throws_for_invalid_type  Time elapsed: 0.001 s
23:41:11 [2022-01-22T04:41:11.006Z] createForName_returns_non_empty_collection  Time elapsed: 0 s
23:41:11 [2022-01-22T04:41:11.006Z] getAttribute_is_not_null_for_known_attribute  Time elapsed: 0 s
23:41:11 [2022-01-22T04:41:11.006Z] createFor_returns_empty_collection  Time elapsed: 0 s
23:41:11 [2022-01-22T04:41:11.006Z] getAttribute_is_null_for_unknown_attribute  Time elapsed: 0.001 s
23:41:11 [2022-01-22T04:41:11.006Z] Running org.eclipse.ease.tools.RunnableWithResultTest
23:41:11 [2022-01-22T04:41:11.006Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.tools.RunnableWithResultTest
23:41:11 [2022-01-22T04:41:11.006Z] testException  Time elapsed: 0 s
23:41:11 [2022-01-22T04:41:11.006Z] testResult  Time elapsed: 0.001 s
23:41:11 [2022-01-22T04:41:11.006Z] Running org.eclipse.ease.tools.ResourceToolsTest
23:41:12 [2022-01-22T04:41:12.411Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.346 s - in org.eclipse.ease.tools.ResourceToolsTest
23:41:12 [2022-01-22T04:41:12.411Z] resolveScriptLocation  Time elapsed: 0.238 s
23:41:12 [2022-01-22T04:41:12.411Z] getWorkspaceInputStream  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] resolvePlatformURI  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveScriptLocationWithSpacesInPath  Time elapsed: 0.541 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveURL  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] invalidIsAbsolute  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] getFilesystemInputStream  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] toRelativeLocationInWorkspace  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] checkOperatingSystem  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] inputStreamToString  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] fileSystemToAbsoluteLocationOnLinux  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] exists  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveRelativeInWorkspace  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] isFile  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] invalidToFile  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveAbsoluteInFileSystem  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveWindowsRoot  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveRelativeInFileSystemOnWindows  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] isAbsoluteFileSystemPathOnWindows  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] readerToString  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] workspaceFileToString  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] toFile  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] toProjectRelativeLocation  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] getInvalidInputStream  Time elapsed: 0.006 s
23:41:12 [2022-01-22T04:41:12.411Z] resolveRelativeInFileSystemOnLinux  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] isFolder  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.411Z] fileSystemToAbsoluteLocationOnWindows  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.411Z] isAbsoluteWorkspacePath  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] isAbsoluteFileSystemPathOnLinux  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveInvalid  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveAbsoluteInFileSystemOnWindows  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveScriptLocationWithSpacesInDomain  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveRelativefromWorkspaceToFilesystem  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveRelativeWithoutBaseFile  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveInWorkspace  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveScriptLocationWithSpecialCharactersInPath  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] filesystemFileToString  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] createURI  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] uriToAbsoluteLocation  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] createFolder  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.412Z] workspaceToAbsoluteLocation  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveAbsoluteInFileSystemOnLinux  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] invalidToString  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveRelativeURIs  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveRelativeInFileSystem  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] resolveScriptLocationWithSpecialCharactersInDomain  Time elapsed: 0.517 s
23:41:12 [2022-01-22T04:41:12.412Z] isAbsoluteURL  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] Running org.eclipse.ease.tools.StringToolsTest
23:41:12 [2022-01-22T04:41:12.412Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.tools.StringToolsTest
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsNull  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsQuotedSingle  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsEmpty  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsMixedMultiple  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsMixedMultipleLines  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsNonQuotedMultiple  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsNonQuotedSingle  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] parseArgumentsQuotedMultiple  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] Running org.eclipse.ease.ScriptTest
23:41:12 [2022-01-22T04:41:12.412Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ease.ScriptTest
23:41:12 [2022-01-22T04:41:12.412Z] codeFromScriptable  Time elapsed: 0.005 s
23:41:12 [2022-01-22T04:41:12.412Z] codeFromFilesystemFile  Time elapsed: 0.003 s
23:41:12 [2022-01-22T04:41:12.412Z] getCodeStream  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] getFile  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] codeFromStringBuilder  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] getResult  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] getException  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] codeFromWorkspaceFile  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] codeFromInputStream  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] getTitle  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] getCommand  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] codeFromReader  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] codeFromString  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest
23:41:12 [2022-01-22T04:41:12.412Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest
23:41:12 [2022-01-22T04:41:12.412Z] adaptURI  Time elapsed: 0.006 s
23:41:12 [2022-01-22T04:41:12.412Z] adaptURL  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] adaptWorkspaceFile  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.412Z] getAdapterList  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] adaptFilesystemFile  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.412Z] Running org.eclipse.ease.modules.ModuleDocumentationTest
23:41:12 [2022-01-22T04:41:12.412Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.modules.ModuleDocumentationTest
23:41:12 [2022-01-22T04:41:12.413Z] module_documentation_exists  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.413Z] Running org.eclipse.ease.modules.ModuleDefinitionTest
23:41:12 [2022-01-22T04:41:12.413Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ease.modules.ModuleDefinitionTest
23:41:12 [2022-01-22T04:41:12.413Z] forInstance_returns_definition  Time elapsed: 0.008 s
23:41:12 [2022-01-22T04:41:12.413Z] forInstance_returns_null  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.413Z] Running org.eclipse.ease.modules.EnvironmentModuleTest
23:41:12 [2022-01-22T04:41:12.991Z] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.ease.modules.EnvironmentModuleTest
23:41:12 [2022-01-22T04:41:12.991Z] readInput_blocking_reads_single_line_on_each_call  Time elapsed: 0.074 s
23:41:12 [2022-01-22T04:41:12.991Z] addModuleListener_informs_listener_on_module_load  Time elapsed: 0.094 s
23:41:12 [2022-01-22T04:41:12.991Z] getModule_by_class_finds_environment_module  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.991Z] hasMethodCallback_is_true_when_a_callbackProvider_is_registered_for_a_method  Time elapsed: 0.01 s
23:41:12 [2022-01-22T04:41:12.992Z] preMethodCallback_calls_callbackProvider  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] printError_multiple_prints_same_error_multiple_times  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] printError_writes_to_error_stream  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] exit_sets_script_return_code  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getModules_contains_environment_module  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] loadJar_registers_URL  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] wrap_wraps_instance_methods  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.992Z] include_executes_referenced_resource  Time elapsed: 0.1 s
23:41:12 [2022-01-22T04:41:12.992Z] readInput_filters_carriage_return  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] print_false_writes_to_output_string  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] addModuleListener_sends_reloaded_event  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] printError_once_prints_same_error_only_once  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] print_true_appends_line_feed  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] readInput_nonBlocking_is_firstLine_when_data_is_availble  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getModules_contains_loaded_module  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] getModule_by_class_returns_null_for_unknown_module  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] exit_throws_exception  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] execute_injects_script_code  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] readInput_blocking_stops_when_stream_is_closed  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getScriptEngine_returns_engine_instance  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getWrappedVariableName_returns_unique_name_per_class  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getModuleDefinition_returns_environment_definition  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] hasMethodCallback_is_false_when_no_callbackProvider_is_registered  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getModule_by_class_finds_loaded_module  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] hasMethodCallback_is_false_when_method_is_not_registered  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] loadModule_throws_on_unknown_module  Time elapsed: 0.027 s
23:41:12 [2022-01-22T04:41:12.992Z] getModule_by_name_finds_environment_module  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] getModule_by_name_finds_loaded_module  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.992Z] removeModuleListener_stops_sending_events_to_listener  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.992Z] include_throws_on_invalid_resource  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] postMethodCallback_calls_callbackProvider  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] readInput_nonBlocking_is_empty_when_no_data_is_availble  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getModule_by_name_returns_null_for_unknonw_module  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] Running org.eclipse.ease.modules.ScriptParameterTest
23:41:12 [2022-01-22T04:41:12.992Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ease.modules.ScriptParameterTest
23:41:12 [2022-01-22T04:41:12.992Z] getDefaultValue_null_when_annotation_has_no_default_value  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.992Z] isOptional_false_when_annotation_is_missing  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] isOptional_false_when_annotation_has_no_default_value  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] getDefaultValue_has_value_when_annotation_with_default_value_exists  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.992Z] getDefaultValue_null_when_annotation_is_missing  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] isOptional_true_when_annotation_with_default_value_exists  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] Running org.eclipse.ease.modules.BootStrapperTest
23:41:12 [2022-01-22T04:41:12.992Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.modules.BootStrapperTest
23:41:12 [2022-01-22T04:41:12.992Z] createEngine_creates_wrapper_code_for_EnvironmentModule  Time elapsed: 0.002 s
23:41:12 [2022-01-22T04:41:12.992Z] Running org.eclipse.ease.modules.ModuleTrackerTest
23:41:12 [2022-01-22T04:41:12.992Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.ease.modules.ModuleTrackerTest
23:41:12 [2022-01-22T04:41:12.992Z] state_setWrapped_pushes_module_on_top_of_stack  Time elapsed: 0.047 s
23:41:12 [2022-01-22T04:41:12.992Z] state_iisWrapped_is_false_after_definition_is_loaded  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] state_isWrapped_is_true_after_wrapping_the_module  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.992Z] getOrCreateModuleState_returns_existing_state  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.993Z] new_tracker_does_not_contain_modules  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.993Z] state_isLoaded_is_false_when_no_instance_is_set  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.993Z] getOrCreateModuleState_creates_new_module_state  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.993Z] state_isLoaded_is_true_when_instance_is_set  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.993Z] getModuleState_is_null_when_module_is_not_available  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.993Z] addModule_adds_a_module_state  Time elapsed: 0.001 s
23:41:12 [2022-01-22T04:41:12.993Z] addModule_adds_on_top_of_stack  Time elapsed: 0 s
23:41:12 [2022-01-22T04:41:12.993Z] Running org.eclipse.ease.AbstractReplScriptEngineTest
23:41:14 [2022-01-22T04:41:14.361Z] org.eclipse.ease.ScriptEngineException: Security check failed: org.eclipse.ease.AbstractScriptEngineTest$$Lambda$540/0x0000000800f4bec8@62cb91c6
23:41:14 [2022-01-22T04:41:14.361Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:180)
23:41:14 [2022-01-22T04:41:14.361Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:14 [2022-01-22T04:41:14.361Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:19 [2022-01-22T04:41:19.886Z] not startednot startedfoofoonot startedfoonot startedjava.lang.RuntimeException: ERROR
23:41:19 [2022-01-22T04:41:19.886Z] 	at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:730)
23:41:19 [2022-01-22T04:41:19.886Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:19 [2022-01-22T04:41:19.886Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:19 [2022-01-22T04:41:19.886Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:21 [2022-01-22T04:41:21.746Z] foofoofooTests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.677 s - in org.eclipse.ease.AbstractReplScriptEngineTest
23:41:21 [2022-01-22T04:41:21.746Z] terminate_via_monitor_cancellation  Time elapsed: 1.209 s
23:41:21 [2022-01-22T04:41:21.746Z] addSecurityCheck_adds_failing_check  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] getMonitor_not_equals_null_for_running_engine  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] buffered_variables_are_injected_into_the_engine  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] getDescription_returns_engine_description  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.746Z] getLaunch_returns_previously_set_launch  Time elapsed: 0.025 s
23:41:21 [2022-01-22T04:41:21.746Z] setCloseStreamsOnTerminate_closes_streams  Time elapsed: 1.075 s
23:41:21 [2022-01-22T04:41:21.746Z] getDescription_returns_null_by_default  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.746Z] constructor_sets_job_name  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.746Z] inject_executes_code_in_the_middle_of_a_script  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] getVariable_returns_buffered_variable  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] setErrorStream_to_null_resets_error_stream  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.746Z] streams_are_not_closed_by_default_on_engine_termination  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] execute_valid_code_and_terminate  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] getMonitor_equals_null_for_terminated_engine  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.746Z] setInputStream_changes_input_stream  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] setOutputStream_to_null_resets_output_stream  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.746Z] getExecutedFile_returns_script_resource  Time elapsed: 0.002 s
23:41:21 [2022-01-22T04:41:21.746Z] isFinished_equals_true_for_finished_engine  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] terminate_stops_running_engine  Time elapsed: 1.202 s
23:41:21 [2022-01-22T04:41:21.747Z] isFinished_equals_false_for_not_started_engine  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] isJob  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getVariables_returns_all_buffered_variables  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getVariable_is_null_for_non_existing_variable  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] setInputStream_to_null_resets_input_stream  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getInputStream_defaults_to_system_in  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getOutputStream_defaults_to_system_in  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getStackTrace_returns_stack_of_size_1_during_execution  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] setOutputStream_changes_output_stream  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getLaunch_is_null_by_default  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] setErrorStream_changes_error_stream  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getMonitor_equals_null_for_not_started_engine  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] terminate_does_nothing_for_non_launched_engine  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] removeExecutionListener_removes_an_engine_listener  Time elapsed: 0.008 s
23:41:21 [2022-01-22T04:41:21.747Z] getStackTrace_returns_empty_trace_for_terminated_engine  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] addExecutionListener_adds_an_engine_listener  Time elapsed: 0.002 s
23:41:21 [2022-01-22T04:41:21.747Z] getExecutedFile_returns_null_for_dynamic_code  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] execute_schedules_script  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] hasVariable_is_true_when_variable_is_set  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] addSecurityCheck_adds_passing_check  Time elapsed: 0.009 s
23:41:21 [2022-01-22T04:41:21.747Z] getStackTrace_returns_empty_trace_for_fresh_engine  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] joinEngine_waits_for_x_ms  Time elapsed: 2.051 s
23:41:21 [2022-01-22T04:41:21.747Z] hasVariable_is_false_when_no_variable_is_set  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getErrorStream_defaults_to_system_err  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] execute_processes_script_when_engine_is_started  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] setCloseStreamsOnTerminate_keeps_streams_open  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getExecutedFile_returns_execution_root_file  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] joinEngine_waits_for_engine_to_terminate  Time elapsed: 1.051 s
23:41:21 [2022-01-22T04:41:21.747Z] execute_errorous_code_and_terminate  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Byte_returns_JAVA_PRIMITIVE  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Long_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_String_returns_JAVA_OBJECT  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Character_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getLastExecutionResult_is_null_on_new_engine  Time elapsed: 0.002 s
23:41:21 [2022-01-22T04:41:21.747Z] getDefinedVariables_returns_debug_variables  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Double_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Boolean_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_null_returns_NULL  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Integer_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Float_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] getLastExecutionResult_returns_last_result  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] terminate_stops_interactive_engine  Time elapsed: 1.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getLastExecutionResult_is_null_after_engine_termination  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_Short_returns_JAVA_PRIMITIVE  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] setTerminateOnIdle_keeps_engine_running  Time elapsed: 1 s
23:41:21 [2022-01-22T04:41:21.747Z] getType_for_VOID_returns_VOID  Time elapsed: 0 s
23:41:21 [2022-01-22T04:41:21.747Z] interactive_engine_executes_incoming_code  Time elapsed: 0.001 s
23:41:21 [2022-01-22T04:41:21.747Z] Running org.eclipse.ease.AbstractScriptEngineTest
23:41:21 [2022-01-22T04:41:21.748Z] org.eclipse.ease.ScriptEngineException: Security check failed: org.eclipse.ease.AbstractScriptEngineTest$$Lambda$540/0x0000000800f4bec8@62cb91c6
23:41:21 [2022-01-22T04:41:21.748Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:180)
23:41:21 [2022-01-22T04:41:21.748Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:21 [2022-01-22T04:41:21.748Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:27 [2022-01-22T04:41:27.314Z] not startednot startedfoofoonot startedfoonot startedjava.lang.RuntimeException: ERROR
23:41:27 [2022-01-22T04:41:27.314Z] 	at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:730)
23:41:27 [2022-01-22T04:41:27.314Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:27 [2022-01-22T04:41:27.314Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:27 [2022-01-22T04:41:27.314Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:28 [2022-01-22T04:41:28.244Z] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.531 s - in org.eclipse.ease.AbstractScriptEngineTest
23:41:28 [2022-01-22T04:41:28.244Z] terminate_via_monitor_cancellation  Time elapsed: 0.202 s
23:41:28 [2022-01-22T04:41:28.244Z] addSecurityCheck_adds_failing_check  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] getMonitor_not_equals_null_for_running_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] buffered_variables_are_injected_into_the_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getDescription_returns_engine_description  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getLaunch_returns_previously_set_launch  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setCloseStreamsOnTerminate_closes_streams  Time elapsed: 1.001 s
23:41:28 [2022-01-22T04:41:28.244Z] getDescription_returns_null_by_default  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] constructor_sets_job_name  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] inject_executes_code_in_the_middle_of_a_script  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getVariable_returns_buffered_variable  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setErrorStream_to_null_resets_error_stream  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] streams_are_not_closed_by_default_on_engine_termination  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] execute_valid_code_and_terminate  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getMonitor_equals_null_for_terminated_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setInputStream_changes_input_stream  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] setOutputStream_to_null_resets_output_stream  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getExecutedFile_returns_script_resource  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] isFinished_equals_true_for_finished_engine  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] terminate_stops_running_engine  Time elapsed: 0.201 s
23:41:28 [2022-01-22T04:41:28.244Z] isFinished_equals_false_for_not_started_engine  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] isJob  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getVariables_returns_all_buffered_variables  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getVariable_is_null_for_non_existing_variable  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setInputStream_to_null_resets_input_stream  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getInputStream_defaults_to_system_in  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] getOutputStream_defaults_to_system_in  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getStackTrace_returns_stack_of_size_1_during_execution  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setOutputStream_changes_output_stream  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getLaunch_is_null_by_default  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setErrorStream_changes_error_stream  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getMonitor_equals_null_for_not_started_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] terminate_does_nothing_for_non_launched_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] removeExecutionListener_removes_an_engine_listener  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] getStackTrace_returns_empty_trace_for_terminated_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] addExecutionListener_adds_an_engine_listener  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getExecutedFile_returns_null_for_dynamic_code  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] execute_schedules_script  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] hasVariable_is_true_when_variable_is_set  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] addSecurityCheck_adds_passing_check  Time elapsed: 1.002 s
23:41:28 [2022-01-22T04:41:28.244Z] getStackTrace_returns_empty_trace_for_fresh_engine  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] joinEngine_waits_for_x_ms  Time elapsed: 2.051 s
23:41:28 [2022-01-22T04:41:28.244Z] hasVariable_is_false_when_no_variable_is_set  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.244Z] getErrorStream_defaults_to_system_err  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] execute_processes_script_when_engine_is_started  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] setCloseStreamsOnTerminate_keeps_streams_open  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.244Z] getExecutedFile_returns_execution_root_file  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.245Z] joinEngine_waits_for_engine_to_terminate  Time elapsed: 1.051 s
23:41:28 [2022-01-22T04:41:28.245Z] execute_errorous_code_and_terminate  Time elapsed: 1.001 s
23:41:28 [2022-01-22T04:41:28.245Z] Running org.eclipse.ease.AbstractCodeFactoryTest
23:41:28 [2022-01-22T04:41:28.245Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.ease.AbstractCodeFactoryTest
23:41:28 [2022-01-22T04:41:28.245Z] createNewKeywordHeader  Time elapsed: 0.039 s
23:41:28 [2022-01-22T04:41:28.245Z] Running org.eclipse.ease.applications.RunHeadlessScriptTest
23:41:28 [2022-01-22T04:41:28.501Z] 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)
23:41:28 [2022-01-22T04:41:28.501Z] this does not work;
23:41:28 [2022-01-22T04:41:28.501Z]          ^
23:41:28 [2022-01-22T04:41:28.501Z] 	at throwsException.js,file:///home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/resources/throwsException.js
23:41:28 [2022-01-22T04:41:28.501Z] ERROR: invalid command line argument
23:41:28 [2022-01-22T04:41:28.501Z] 	invalid argument: -unknown
23:41:28 [2022-01-22T04:41:28.501Z] 
23:41:28 [2022-01-22T04:41:28.501Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:41:28 [2022-01-22T04:41:28.501Z] 
23:41:28 [2022-01-22T04:41:28.502Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:41:28 [2022-01-22T04:41:28.502Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:41:28 [2022-01-22T04:41:28.502Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:41:28 [2022-01-22T04:41:28.502Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:41:28 [2022-01-22T04:41:28.502Z] ERROR: invalid command line argument
23:41:28 [2022-01-22T04:41:28.502Z] 	script name is missing
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:41:28 [2022-01-22T04:41:28.502Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:41:28 [2022-01-22T04:41:28.502Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:41:28 [2022-01-22T04:41:28.502Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:41:28 [2022-01-22T04:41:28.502Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:41:28 [2022-01-22T04:41:28.502Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:41:28 [2022-01-22T04:41:28.502Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:41:28 [2022-01-22T04:41:28.502Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:41:28 [2022-01-22T04:41:28.502Z] Hello World
23:41:28 [2022-01-22T04:41:28.502Z] ERROR: invalid command line argument
23:41:28 [2022-01-22T04:41:28.502Z] 	workspace name is missing
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:41:28 [2022-01-22T04:41:28.502Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:41:28 [2022-01-22T04:41:28.502Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:41:28 [2022-01-22T04:41:28.502Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:41:28 [2022-01-22T04:41:28.502Z] ERROR: invalid command line argument
23:41:28 [2022-01-22T04:41:28.502Z] 	engine ID is missing
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:41:28 [2022-01-22T04:41:28.502Z] 
23:41:28 [2022-01-22T04:41:28.502Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:41:28 [2022-01-22T04:41:28.502Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:41:28 [2022-01-22T04:41:28.502Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:41:28 [2022-01-22T04:41:28.502Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:41:28 [2022-01-22T04:41:28.502Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:41:28 [2022-01-22T04:41:28.502Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.ease.applications.RunHeadlessScriptTest
23:41:28 [2022-01-22T04:41:28.502Z] start_error_when_script_throws  Time elapsed: 0.268 s
23:41:28 [2022-01-22T04:41:28.502Z] start_error_when_engine_ID_is_invalid  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.502Z] start_error_when_argument_is_unknown  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.502Z] start_error_when_script_location_is_missing  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.503Z] start_error_when_help_is_set  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.503Z] start_error_when_script_location_is_invalid  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.503Z] start_script  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.503Z] start_executes_script_with_return_value  Time elapsed: 0.066 s
23:41:28 [2022-01-22T04:41:28.503Z] start_executes_hello_world  Time elapsed: 0.027 s
23:41:28 [2022-01-22T04:41:28.503Z] start_error_when_workspace_location_is_missing  Time elapsed: 0.001 s
23:41:28 [2022-01-22T04:41:28.503Z] start_executes_script_arguments  Time elapsed: 0.024 s
23:41:28 [2022-01-22T04:41:28.503Z] start_error_when_engine_ID_is_missing  Time elapsed: 0 s
23:41:28 [2022-01-22T04:41:28.503Z] Running org.eclipse.ease.ScriptResultTest
23:41:32 [2022-01-22T04:41:32.673Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.81 s - in org.eclipse.ease.ScriptResultTest
23:41:32 [2022-01-22T04:41:32.673Z] setResult_after_setException_throws  Time elapsed: 0.044 s
23:41:32 [2022-01-22T04:41:32.673Z] setResult_after_setResult_throws  Time elapsed: 0.001 s
23:41:32 [2022-01-22T04:41:32.673Z] isDone_true_when_exception_was_thrown  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] get_returns_ready_execution_result  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] get_waits_for_execution_result  Time elapsed: 0.551 s
23:41:32 [2022-01-22T04:41:32.673Z] get_with_timeout_waits_for_execution_result  Time elapsed: 0.552 s
23:41:32 [2022-01-22T04:41:32.673Z] get_throws_execution_exception  Time elapsed: 0.001 s
23:41:32 [2022-01-22T04:41:32.673Z] get_with_milliseconds_timeout_waits_for_execution_result  Time elapsed: 0.551 s
23:41:32 [2022-01-22T04:41:32.673Z] setException_after_setException_throws  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] isDone_false_on_new_ScriptResult  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] get_milliseconds_times_out  Time elapsed: 0.501 s
23:41:32 [2022-01-22T04:41:32.673Z] get_times_out  Time elapsed: 0.5 s
23:41:32 [2022-01-22T04:41:32.673Z] get_waits_for_execution_exception  Time elapsed: 0.551 s
23:41:32 [2022-01-22T04:41:32.673Z] setException_after_setResult_throws  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] isDone_true_when_result_is_null  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] isDone_true_when_result_is_ready  Time elapsed: 0 s
23:41:32 [2022-01-22T04:41:32.673Z] get_with_timeout_waits_for_execution_exception  Time elapsed: 0.552 s
23:41:32 [2022-01-22T04:41:32.673Z] 
23:41:32 [2022-01-22T04:41:32.673Z] Results:
23:41:32 [2022-01-22T04:41:32.673Z] 
23:41:32 [2022-01-22T04:41:32.673Z] Tests run: 294, Failures: 0, Errors: 0, Skipped: 0
23:41:32 [2022-01-22T04:41:32.673Z] 
23:41:32 [2022-01-22T04:41:32.930Z] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine
23:41:32 [2022-01-22T04:41:32.930Z] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine
23:41:32 [2022-01-22T04:41:32.930Z] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine
23:41:32 [2022-01-22T04:41:32.930Z] [INFO] All tests passed!
23:41:32 [2022-01-22T04:41:32.930Z] [INFO] 
23:41:32 [2022-01-22T04:41:32.930Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.test ---
23:41:32 [2022-01-22T04:41:32.930Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:41:32 [2022-01-22T04:41:32.930Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:41:34 [2022-01-22T04:41:34.328Z] [INFO] 
23:41:34 [2022-01-22T04:41:34.328Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.test ---
23:41:34 [2022-01-22T04:41:34.328Z] [INFO] 
23:41:34 [2022-01-22T04:41:34.328Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.test ---
23:41:34 [2022-01-22T04:41:34.328Z] [INFO] Fork Value is false
23:41:34 [2022-01-22T04:41:34.328Z]      [java] JVM args ignored when same JVM is used.
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] Done SpotBugs Analysis....
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.test ---
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] You have 0 Checkstyle violations.
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test ---
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] Installing /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 to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.9.0-SNAPSHOT/org.eclipse.ease.test-0.9.0-SNAPSHOT.jar
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.9.0-SNAPSHOT/org.eclipse.ease.test-0.9.0-SNAPSHOT.pom
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.9.0-SNAPSHOT/org.eclipse.ease.test-0.9.0-SNAPSHOT-p2metadata.xml
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.9.0-SNAPSHOT/org.eclipse.ease.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test ---
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >----
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.9.0-SNAPSHOT [39/49]
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:41:38 [2022-01-22T04:41:38.594Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.595Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/classes
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.886Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT.jar
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:38 [2022-01-22T04:41:38.887Z] [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.lang.javascript.rhino.test/target/jacoco.exec,output=file
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] 
23:41:38 [2022-01-22T04:41:38.887Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:39 [2022-01-22T04:41:39.190Z] [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.lang.javascript.rhino.test/target/work/data/.metadata/.log
23:41:39 [2022-01-22T04:41:39.190Z] [INFO] Command line:
23:41:39 [2022-01-22T04:41:39.191Z] 	[/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.lang.javascript.rhino.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.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties]
23:41:39 [2022-01-22T04:41:39.191Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:41:42 [2022-01-22T04:41:42.506Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest
23:41:43 [2022-01-22T04:41:43.463Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest
23:41:43 [2022-01-22T04:41:43.463Z] reloadEnvironment  Time elapsed: 0.374 s
23:41:43 [2022-01-22T04:41:43.463Z] bootstrappedEnvironment  Time elapsed: 0.028 s
23:41:43 [2022-01-22T04:41:43.463Z] postMethodCallback  Time elapsed: 0.401 s
23:41:43 [2022-01-22T04:41:43.463Z] preMethodCallback  Time elapsed: 0.026 s
23:41:43 [2022-01-22T04:41:43.463Z] reloadFunctionDefinitions  Time elapsed: 0.068 s
23:41:43 [2022-01-22T04:41:43.463Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest
23:41:43 [2022-01-22T04:41:43.463Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception
23:41:43 [2022-01-22T04:41:43.463Z] 
23:41:43 [2022-01-22T04:41:43.463Z] Java Stacktrace:
23:41:43 [2022-01-22T04:41:43.463Z] java.lang.Exception
23:41:43 [2022-01-22T04:41:43.463Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
23:41:43 [2022-01-22T04:41:43.463Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
23:41:43 [2022-01-22T04:41:43.463Z] 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
23:41:43 [2022-01-22T04:41:43.463Z] 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
23:41:43 [2022-01-22T04:41:43.463Z] 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:43 [2022-01-22T04:41:43.463Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:43 [2022-01-22T04:41:43.720Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test
23:41:43 [2022-01-22T04:41:43.720Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript
23:41:43 [2022-01-22T04:41:43.720Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1)
23:41:43 [2022-01-22T04:41:43.720Z] 'asdf
23:41:43 [2022-01-22T04:41:43.720Z]     ^
23:41:43 [2022-01-22T04:41:43.720Z] 	at <unknown source>:1
23:41:43 [2022-01-22T04:41:43.720Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined
23:41:43 [2022-01-22T04:41:43.720Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943
23:41:43 [2022-01-22T04:41:43.720Z] 
23:41:43 [2022-01-22T04:41:43.720Z] Java Stacktrace:
23:41:43 [2022-01-22T04:41:43.720Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943
23:41:43 [2022-01-22T04:41:43.720Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:506)
23:41:43 [2022-01-22T04:41:43.720Z] 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:170)
23:41:43 [2022-01-22T04:41:43.720Z] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
23:41:43 [2022-01-22T04:41:43.720Z] 	at java.base/java.lang.Class.forName0(Native Method)
23:41:43 [2022-01-22T04:41:43.720Z] 	at java.base/java.lang.Class.forName(Class.java:377)
23:41:43 [2022-01-22T04:41:43.720Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23:41:43 [2022-01-22T04:41:43.720Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
23:41:43 [2022-01-22T04:41:43.721Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:41:43 [2022-01-22T04:41:43.721Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:43 [2022-01-22T04:41:43.721Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:43 [2022-01-22T04:41:43.721Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "substr" of null
23:41:43 [2022-01-22T04:41:43.721Z] 	at mainFile.js,throwOnNull():4
23:41:43 [2022-01-22T04:41:43.721Z] 	at includeFile.js,subCall():2
23:41:43 [2022-01-22T04:41:43.721Z] 	at mainFile.js:7
23:41:43 [2022-01-22T04:41:43.721Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest
23:41:43 [2022-01-22T04:41:43.721Z] execute_java_class_instantiation  Time elapsed: 0.162 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_environment_module_code_with_optional_parameters  Time elapsed: 0.037 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_throws_java_exception  Time elapsed: 0.019 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_throws_java_class  Time elapsed: 0.038 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_javascript_assignment  Time elapsed: 0.018 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_eclipse_class_instantiation  Time elapsed: 0.014 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_throws_javascript_object  Time elapsed: 0.014 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_throws_syntax_error  Time elapsed: 0.049 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_throws_javascript_runtime_error  Time elapsed: 0.012 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_environment_module_code  Time elapsed: 0.011 s
23:41:43 [2022-01-22T04:41:43.721Z] execute_throws_wrapped_java_exception  Time elapsed: 0.013 s
23:41:43 [2022-01-22T04:41:43.721Z] getExceptionStackTrace_returns_script_trace_over_multiple_files  Time elapsed: 0.02 s
23:41:43 [2022-01-22T04:41:43.721Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest
23:41:43 [2022-01-22T04:41:43.978Z] Start of script
23:41:43 [2022-01-22T04:41:43.978Z] include file start
23:41:43 [2022-01-22T04:41:43.978Z] Include file processed
23:41:43 [2022-01-22T04:41:43.978Z] line after include file
23:41:43 [2022-01-22T04:41:43.978Z] Result of testMethod = 5
23:41:43 [2022-01-22T04:41:43.978Z] End of script
23:41:44 [2022-01-22T04:41:44.234Z] Start of script
23:41:44 [2022-01-22T04:41:44.234Z] include file start
23:41:44 [2022-01-22T04:41:44.234Z] Include file processed
23:41:44 [2022-01-22T04:41:44.234Z] line after include file
23:41:44 [2022-01-22T04:41:44.234Z] Result of testMethod = 5
23:41:44 [2022-01-22T04:41:44.234Z] End of script
23:41:44 [2022-01-22T04:41:44.234Z] Start of script
23:41:44 [2022-01-22T04:41:44.234Z] include file start
23:41:44 [2022-01-22T04:41:44.234Z] Include file processed
23:41:44 [2022-01-22T04:41:44.234Z] line after include file
23:41:44 [2022-01-22T04:41:44.235Z] Result of testMethod = 5
23:41:44 [2022-01-22T04:41:44.491Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:44 [2022-01-22T04:41:44.491Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:44 [2022-01-22T04:41:44.748Z] Start of script
23:41:44 [2022-01-22T04:41:44.748Z] include file start
23:41:44 [2022-01-22T04:41:44.748Z] Include file processed
23:41:44 [2022-01-22T04:41:44.748Z] line after include file
23:41:44 [2022-01-22T04:41:44.748Z] Result of testMethod = 5
23:41:44 [2022-01-22T04:41:44.748Z] End of script
23:41:45 [2022-01-22T04:41:45.004Z] Start of script
23:41:45 [2022-01-22T04:41:45.004Z] include file start
23:41:45 [2022-01-22T04:41:45.004Z] Include file processed
23:41:45 [2022-01-22T04:41:45.004Z] line after include file
23:41:45 [2022-01-22T04:41:45.004Z] Result of testMethod = 5
23:41:45 [2022-01-22T04:41:45.004Z] End of script
23:41:45 [2022-01-22T04:41:45.261Z] Start of script
23:41:45 [2022-01-22T04:41:45.261Z] include file start
23:41:45 [2022-01-22T04:41:45.261Z] Include file processed
23:41:45 [2022-01-22T04:41:45.261Z] line after include file
23:41:45 [2022-01-22T04:41:45.261Z] Result of testMethod = 5
23:41:45 [2022-01-22T04:41:45.261Z] End of script
23:41:45 [2022-01-22T04:41:45.517Z] Start of script
23:41:45 [2022-01-22T04:41:45.517Z] include file start
23:41:45 [2022-01-22T04:41:45.517Z] Include file processed
23:41:45 [2022-01-22T04:41:45.517Z] line after include file
23:41:45 [2022-01-22T04:41:45.517Z] Result of testMethod = 5
23:41:45 [2022-01-22T04:41:45.775Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:45 [2022-01-22T04:41:45.775Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:45 [2022-01-22T04:41:45.775Z] Start of script
23:41:45 [2022-01-22T04:41:45.775Z] include file start
23:41:45 [2022-01-22T04:41:45.775Z] Include file processed
23:41:45 [2022-01-22T04:41:45.775Z] line after include file
23:41:46 [2022-01-22T04:41:46.032Z] Result of testMethod = 5
23:41:46 [2022-01-22T04:41:46.032Z] End of script
23:41:46 [2022-01-22T04:41:46.032Z] Start of script
23:41:46 [2022-01-22T04:41:46.032Z] include file start
23:41:46 [2022-01-22T04:41:46.032Z] Include file processed
23:41:46 [2022-01-22T04:41:46.032Z] line after include file
23:41:46 [2022-01-22T04:41:46.032Z] Result of testMethod = 5
23:41:46 [2022-01-22T04:41:46.289Z] End of script
23:41:46 [2022-01-22T04:41:46.289Z] Start of script
23:41:46 [2022-01-22T04:41:46.289Z] include file start
23:41:46 [2022-01-22T04:41:46.289Z] Include file processed
23:41:46 [2022-01-22T04:41:46.289Z] line after include file
23:41:46 [2022-01-22T04:41:46.545Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:512)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:46 [2022-01-22T04:41:46.545Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:46 [2022-01-22T04:41:46.546Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:46 [2022-01-22T04:41:46.546Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:46 [2022-01-22T04:41:46.546Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:46 [2022-01-22T04:41:46.546Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:46 [2022-01-22T04:41:46.546Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:46 [2022-01-22T04:41:46.802Z] Start of script
23:41:46 [2022-01-22T04:41:46.802Z] include file start
23:41:46 [2022-01-22T04:41:46.802Z] Include file processed
23:41:46 [2022-01-22T04:41:46.802Z] line after include file
23:41:46 [2022-01-22T04:41:46.802Z] Result of testMethod = 5
23:41:46 [2022-01-22T04:41:46.802Z] End of script
23:41:46 [2022-01-22T04:41:46.802Z] Start of script
23:41:46 [2022-01-22T04:41:46.802Z] include file start
23:41:46 [2022-01-22T04:41:46.802Z] Include file processed
23:41:46 [2022-01-22T04:41:46.802Z] line after include file
23:41:47 [2022-01-22T04:41:47.058Z] Result of testMethod = 5
23:41:47 [2022-01-22T04:41:47.058Z] End of script
23:41:47 [2022-01-22T04:41:47.315Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:47 [2022-01-22T04:41:47.315Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:47 [2022-01-22T04:41:47.316Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:47 [2022-01-22T04:41:47.316Z] Start of script
23:41:47 [2022-01-22T04:41:47.572Z] include file start
23:41:47 [2022-01-22T04:41:47.572Z] Include file processed
23:41:47 [2022-01-22T04:41:47.572Z] line after include file
23:41:47 [2022-01-22T04:41:47.572Z] Result of testMethod = 5
23:41:47 [2022-01-22T04:41:47.573Z] End of script
23:41:47 [2022-01-22T04:41:47.573Z] Start of script
23:41:47 [2022-01-22T04:41:47.573Z] include file start
23:41:47 [2022-01-22T04:41:47.573Z] Include file processed
23:41:47 [2022-01-22T04:41:47.573Z] line after include file
23:41:47 [2022-01-22T04:41:47.830Z] Result of testMethod = 5
23:41:47 [2022-01-22T04:41:47.830Z] End of script
23:41:47 [2022-01-22T04:41:47.830Z] Start of script
23:41:47 [2022-01-22T04:41:47.830Z] include file start
23:41:47 [2022-01-22T04:41:47.830Z] Include file processed
23:41:47 [2022-01-22T04:41:47.830Z] line after include file
23:41:47 [2022-01-22T04:41:47.830Z] Result of testMethod = 5
23:41:48 [2022-01-22T04:41:48.087Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:48 [2022-01-22T04:41:48.087Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:48 [2022-01-22T04:41:48.088Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:48 [2022-01-22T04:41:48.088Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:48 [2022-01-22T04:41:48.344Z] Start of script
23:41:48 [2022-01-22T04:41:48.344Z] include file start
23:41:48 [2022-01-22T04:41:48.344Z] Include file processed
23:41:48 [2022-01-22T04:41:48.344Z] line after include file
23:41:48 [2022-01-22T04:41:48.344Z] Result of testMethod = 5
23:41:48 [2022-01-22T04:41:48.344Z] End of script
23:41:48 [2022-01-22T04:41:48.600Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:48 [2022-01-22T04:41:48.600Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:48 [2022-01-22T04:41:48.601Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:48 [2022-01-22T04:41:48.857Z] Start of script
23:41:48 [2022-01-22T04:41:48.857Z] include file start
23:41:48 [2022-01-22T04:41:48.857Z] Include file processed
23:41:48 [2022-01-22T04:41:48.857Z] line after include file
23:41:48 [2022-01-22T04:41:48.857Z] Result of testMethod = 5
23:41:48 [2022-01-22T04:41:48.857Z] End of script
23:41:48 [2022-01-22T04:41:48.857Z] Start of script
23:41:48 [2022-01-22T04:41:48.857Z] include file start
23:41:48 [2022-01-22T04:41:48.857Z] Include file processed
23:41:48 [2022-01-22T04:41:48.857Z] line after include file
23:41:49 [2022-01-22T04:41:49.113Z] Result of testMethod = 5
23:41:49 [2022-01-22T04:41:49.113Z] End of script
23:41:49 [2022-01-22T04:41:49.370Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:49 [2022-01-22T04:41:49.370Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:49 [2022-01-22T04:41:49.370Z] Start of script
23:41:49 [2022-01-22T04:41:49.370Z] include file start
23:41:49 [2022-01-22T04:41:49.370Z] Include file processed
23:41:49 [2022-01-22T04:41:49.370Z] line after include file
23:41:49 [2022-01-22T04:41:49.627Z] Result of testMethod = 5
23:41:49 [2022-01-22T04:41:49.627Z] End of script
23:41:49 [2022-01-22T04:41:49.884Z] Start of script
23:41:49 [2022-01-22T04:41:49.884Z] include file start
23:41:49 [2022-01-22T04:41:49.884Z] Include file processed
23:41:49 [2022-01-22T04:41:49.884Z] line after include file
23:41:49 [2022-01-22T04:41:49.884Z] Result of testMethod = 5
23:41:49 [2022-01-22T04:41:49.884Z] WARNING: An illegal reflective access operation has occurred
23:41:49 [2022-01-22T04:41:49.884Z] WARNING: Illegal reflective access by org.eclipse.ease.debugging.model.EaseDebugValue (file:/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/plugins/org.eclipse.ease/target/org.eclipse.ease-0.9.0-SNAPSHOT.jar) to field java.lang.String.hash
23:41:49 [2022-01-22T04:41:49.884Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ease.debugging.model.EaseDebugValue
23:41:49 [2022-01-22T04:41:49.884Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
23:41:49 [2022-01-22T04:41:49.884Z] WARNING: All illegal access operations will be denied in a future release
23:41:49 [2022-01-22T04:41:49.884Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:49 [2022-01-22T04:41:49.884Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:49 [2022-01-22T04:41:49.885Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:49 [2022-01-22T04:41:49.885Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:50 [2022-01-22T04:41:50.141Z] Start of script
23:41:50 [2022-01-22T04:41:50.141Z] include file start
23:41:50 [2022-01-22T04:41:50.141Z] Include file processed
23:41:50 [2022-01-22T04:41:50.141Z] line after include file
23:41:50 [2022-01-22T04:41:50.141Z] Result of testMethod = 5
23:41:50 [2022-01-22T04:41:50.141Z] End of script
23:41:50 [2022-01-22T04:41:50.397Z] Start of script
23:41:50 [2022-01-22T04:41:50.397Z] include file start
23:41:50 [2022-01-22T04:41:50.397Z] Include file processed
23:41:50 [2022-01-22T04:41:50.397Z] line after include file
23:41:50 [2022-01-22T04:41:50.397Z] Result of testMethod = 5
23:41:50 [2022-01-22T04:41:50.397Z] End of script
23:41:50 [2022-01-22T04:41:50.653Z] Start of script
23:41:50 [2022-01-22T04:41:50.654Z] include file start
23:41:50 [2022-01-22T04:41:50.654Z] Include file processed
23:41:50 [2022-01-22T04:41:50.654Z] line after include file
23:41:50 [2022-01-22T04:41:50.654Z] Result of testMethod = 5
23:41:50 [2022-01-22T04:41:50.654Z] End of script
23:41:50 [2022-01-22T04:41:50.654Z] Start of script
23:41:50 [2022-01-22T04:41:50.910Z] include file start
23:41:50 [2022-01-22T04:41:50.910Z] Include file processed
23:41:50 [2022-01-22T04:41:50.910Z] line after include file
23:41:50 [2022-01-22T04:41:50.910Z] Result of testMethod = 5
23:41:50 [2022-01-22T04:41:50.910Z] End of script
23:41:50 [2022-01-22T04:41:50.910Z] Start of script
23:41:50 [2022-01-22T04:41:50.910Z] include file start
23:41:50 [2022-01-22T04:41:50.910Z] Include file processed
23:41:50 [2022-01-22T04:41:50.910Z] line after include file
23:41:51 [2022-01-22T04:41:51.167Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:51 [2022-01-22T04:41:51.167Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:51 [2022-01-22T04:41:51.168Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:51 [2022-01-22T04:41:51.168Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:51 [2022-01-22T04:41:51.168Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:51 [2022-01-22T04:41:51.168Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:51 [2022-01-22T04:41:51.168Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:51 [2022-01-22T04:41:51.424Z] Start of script
23:41:51 [2022-01-22T04:41:51.424Z] include file start
23:41:51 [2022-01-22T04:41:51.424Z] Include file processed
23:41:51 [2022-01-22T04:41:51.424Z] line after include file
23:41:51 [2022-01-22T04:41:51.424Z] Result of testMethod = 5
23:41:51 [2022-01-22T04:41:51.424Z] End of script
23:41:51 [2022-01-22T04:41:51.681Z] Start of script
23:41:51 [2022-01-22T04:41:51.681Z] include file start
23:41:51 [2022-01-22T04:41:51.681Z] Include file processed
23:41:51 [2022-01-22T04:41:51.681Z] line after include file
23:41:51 [2022-01-22T04:41:51.681Z] Result of testMethod = 5
23:41:51 [2022-01-22T04:41:51.681Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:51 [2022-01-22T04:41:51.681Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:51 [2022-01-22T04:41:51.938Z] Start of script
23:41:51 [2022-01-22T04:41:51.938Z] include file start
23:41:51 [2022-01-22T04:41:51.938Z] Include file processed
23:41:51 [2022-01-22T04:41:51.938Z] line after include file
23:41:51 [2022-01-22T04:41:51.938Z] Result of testMethod = 5
23:41:51 [2022-01-22T04:41:51.938Z] End of script
23:41:52 [2022-01-22T04:41:52.195Z] Start of script
23:41:52 [2022-01-22T04:41:52.195Z] include file start
23:41:52 [2022-01-22T04:41:52.195Z] Include file processed
23:41:52 [2022-01-22T04:41:52.195Z] line after include file
23:41:52 [2022-01-22T04:41:52.195Z] Result of testMethod = 5
23:41:52 [2022-01-22T04:41:52.195Z] End of script
23:41:52 [2022-01-22T04:41:52.451Z] Start of script
23:41:52 [2022-01-22T04:41:52.451Z] include file start
23:41:52 [2022-01-22T04:41:52.451Z] Include file processed
23:41:52 [2022-01-22T04:41:52.451Z] line after include file
23:41:52 [2022-01-22T04:41:52.708Z] Result of testMethod = 5
23:41:52 [2022-01-22T04:41:52.708Z] End of script
23:41:52 [2022-01-22T04:41:52.708Z] Start of script
23:41:52 [2022-01-22T04:41:52.708Z] include file start
23:41:52 [2022-01-22T04:41:52.708Z] Include file processed
23:41:52 [2022-01-22T04:41:52.708Z] line after include file
23:41:52 [2022-01-22T04:41:52.708Z] Result of testMethod = 5
23:41:52 [2022-01-22T04:41:52.708Z] End of script
23:41:52 [2022-01-22T04:41:52.966Z] Start of script
23:41:52 [2022-01-22T04:41:52.966Z] include file start
23:41:52 [2022-01-22T04:41:52.966Z] Include file processed
23:41:52 [2022-01-22T04:41:52.966Z] line after include file
23:41:52 [2022-01-22T04:41:52.966Z] Result of testMethod = 5
23:41:53 [2022-01-22T04:41:53.222Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:53 [2022-01-22T04:41:53.222Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:53 [2022-01-22T04:41:53.223Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:53 [2022-01-22T04:41:53.223Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:53 [2022-01-22T04:41:53.223Z] Start of script
23:41:53 [2022-01-22T04:41:53.223Z] include file start
23:41:53 [2022-01-22T04:41:53.223Z] Include file processed
23:41:53 [2022-01-22T04:41:53.223Z] line after include file
23:41:53 [2022-01-22T04:41:53.223Z] Result of testMethod = 5
23:41:53 [2022-01-22T04:41:53.223Z] End of script
23:41:53 [2022-01-22T04:41:53.479Z] Start of script
23:41:53 [2022-01-22T04:41:53.479Z] include file start
23:41:53 [2022-01-22T04:41:53.479Z] Include file processed
23:41:53 [2022-01-22T04:41:53.479Z] line after include file
23:41:53 [2022-01-22T04:41:53.479Z] Result of testMethod = 5
23:41:53 [2022-01-22T04:41:53.735Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:53 [2022-01-22T04:41:53.735Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:53 [2022-01-22T04:41:53.736Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1931)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:53 [2022-01-22T04:41:53.736Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:53 [2022-01-22T04:41:53.993Z] Start of script
23:41:53 [2022-01-22T04:41:53.993Z] include file start
23:41:53 [2022-01-22T04:41:53.993Z] Include file processed
23:41:53 [2022-01-22T04:41:53.993Z] line after include file
23:41:53 [2022-01-22T04:41:53.993Z] Result of testMethod = 5
23:41:53 [2022-01-22T04:41:53.993Z] End of script
23:41:54 [2022-01-22T04:41:54.250Z] Start of script
23:41:54 [2022-01-22T04:41:54.250Z] include file start
23:41:54 [2022-01-22T04:41:54.250Z] Include file processed
23:41:54 [2022-01-22T04:41:54.250Z] line after include file
23:41:54 [2022-01-22T04:41:54.250Z] Result of testMethod = 5
23:41:54 [2022-01-22T04:41:54.250Z] End of script
23:41:54 [2022-01-22T04:41:54.506Z] Start of script
23:41:54 [2022-01-22T04:41:54.506Z] include file start
23:41:54 [2022-01-22T04:41:54.506Z] Include file processed
23:41:54 [2022-01-22T04:41:54.506Z] line after include file
23:41:54 [2022-01-22T04:41:54.506Z] Result of testMethod = 5
23:41:54 [2022-01-22T04:41:54.506Z] End of script
23:41:54 [2022-01-22T04:41:54.763Z] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.852 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest
23:41:54 [2022-01-22T04:41:54.763Z] disconnectProcessInSuspendedState  Time elapsed: 0.297 s
23:41:54 [2022-01-22T04:41:54.763Z] stepReturnIncludeCommand  Time elapsed: 0.214 s
23:41:54 [2022-01-22T04:41:54.763Z] arrayVariableSorting  Time elapsed: 0.305 s
23:41:54 [2022-01-22T04:41:54.763Z] stepOverOnDebugTarget  Time elapsed: 0.308 s
23:41:54 [2022-01-22T04:41:54.763Z] disconnectThreadInSuspendedState  Time elapsed: 0.206 s
23:41:54 [2022-01-22T04:41:54.763Z] stepReturnOnDebugTarget  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.763Z] nullVariable  Time elapsed: 0.312 s
23:41:54 [2022-01-22T04:41:54.764Z] stepOverOnStackFrame  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] resumeOnDebugTarget  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] modifyVariableKeepingType  Time elapsed: 0.406 s
23:41:54 [2022-01-22T04:41:54.764Z] resumeOnLastIncludeLine  Time elapsed: 0.206 s
23:41:54 [2022-01-22T04:41:54.764Z] stepReturnOnStackFrame  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] terminateStackFrameInSuspendedState  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] breakpointLocation  Time elapsed: 0.206 s
23:41:54 [2022-01-22T04:41:54.764Z] stepReturnOnThread  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] javaClassVariable  Time elapsed: 0.309 s
23:41:54 [2022-01-22T04:41:54.764Z] stepIntoOnThread  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] terminateThreadInSuspendedState  Time elapsed: 0.206 s
23:41:54 [2022-01-22T04:41:54.764Z] resumeOnThread  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] stepIntoOnStackFrame  Time elapsed: 0.305 s
23:41:54 [2022-01-22T04:41:54.764Z] terminateProcessInSuspendedState  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] stepOverOnProcess  Time elapsed: 0.307 s
23:41:54 [2022-01-22T04:41:54.764Z] nativeArrayVariable  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] disconnectDebugTargetInSuspendedState  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] stepIntoOnProcess  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] terminatedState  Time elapsed: 0.104 s
23:41:54 [2022-01-22T04:41:54.764Z] stepOverIncludeCommand  Time elapsed: 0.305 s
23:41:54 [2022-01-22T04:41:54.764Z] innerScopeVariableBeforeOuterScopeVariable  Time elapsed: 0.304 s
23:41:54 [2022-01-22T04:41:54.764Z] stepIntoIncludeCommand  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] primitiveStringVariable  Time elapsed: 0.305 s
23:41:54 [2022-01-22T04:41:54.764Z] resumeOnProcess  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] stepIntoOnDebugTarget  Time elapsed: 0.305 s
23:41:54 [2022-01-22T04:41:54.764Z] stepOverOnThread  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] suspendedState  Time elapsed: 0.204 s
23:41:54 [2022-01-22T04:41:54.764Z] primitiveDoubleVariable  Time elapsed: 0.304 s
23:41:54 [2022-01-22T04:41:54.764Z] resumeOnStackFrame  Time elapsed: 0.204 s
23:41:54 [2022-01-22T04:41:54.764Z] nativeObjectVariable  Time elapsed: 0.304 s
23:41:54 [2022-01-22T04:41:54.764Z] terminateDebugTargetInSuspendedState  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] disconnectStackFrameInSuspendedState  Time elapsed: 0.205 s
23:41:54 [2022-01-22T04:41:54.764Z] stepReturnOnProcess  Time elapsed: 0.306 s
23:41:54 [2022-01-22T04:41:54.764Z] evaluateWatchExpression  Time elapsed: 0.216 s
23:41:54 [2022-01-22T04:41:54.764Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest
23:41:54 [2022-01-22T04:41:54.764Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception
23:41:54 [2022-01-22T04:41:54.764Z] 	at <unknown source>
23:41:54 [2022-01-22T04:41:54.764Z] 
23:41:54 [2022-01-22T04:41:54.764Z] Java Stacktrace:
23:41:54 [2022-01-22T04:41:54.764Z] java.lang.Exception
23:41:54 [2022-01-22T04:41:54.764Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
23:41:54 [2022-01-22T04:41:54.764Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
23:41:54 [2022-01-22T04:41:54.764Z] 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
23:41:54 [2022-01-22T04:41:54.764Z] 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
23:41:54 [2022-01-22T04:41:54.764Z] 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.gen.c_33._c_script_0(Unknown Source)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.gen.c_33.call(Unknown Source)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:54 [2022-01-22T04:41:54.764Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.gen.c_33.call(Unknown Source)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.gen.c_33.exec(Unknown Source)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:54 [2022-01-22T04:41:54.765Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test
23:41:54 [2022-01-22T04:41:54.765Z] 	at <unknown source>
23:41:54 [2022-01-22T04:41:54.765Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript
23:41:54 [2022-01-22T04:41:54.765Z] 	at <unknown source>
23:41:54 [2022-01-22T04:41:54.765Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1)
23:41:54 [2022-01-22T04:41:54.765Z] 'asdf
23:41:54 [2022-01-22T04:41:54.765Z]     ^
23:41:54 [2022-01-22T04:41:54.765Z] 	at <unknown source>
23:41:54 [2022-01-22T04:41:54.765Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined
23:41:54 [2022-01-22T04:41:54.765Z] 	at <unknown source>
23:41:54 [2022-01-22T04:41:54.765Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943
23:41:54 [2022-01-22T04:41:54.765Z] 	at <unknown source>
23:41:54 [2022-01-22T04:41:54.765Z] 
23:41:54 [2022-01-22T04:41:54.765Z] Java Stacktrace:
23:41:54 [2022-01-22T04:41:54.765Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:506)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:170)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/java.lang.Class.forName0(Native Method)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/java.lang.Class.forName(Class.java:377)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:41:54 [2022-01-22T04:41:54.765Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.gen.c_56._c_script_0(Unknown Source)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.gen.c_56.call(Unknown Source)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.gen.c_56.call(Unknown Source)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.gen.c_56.exec(Unknown Source)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1293)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:41:54 [2022-01-22T04:41:54.765Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:41:54 [2022-01-22T04:41:54.766Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest
23:41:54 [2022-01-22T04:41:54.766Z] execute_java_class_instantiation  Time elapsed: 0.023 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_environment_module_code_with_optional_parameters  Time elapsed: 0.022 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_throws_java_exception  Time elapsed: 0.016 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_throws_java_class  Time elapsed: 0.015 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_javascript_assignment  Time elapsed: 0.014 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_eclipse_class_instantiation  Time elapsed: 0.014 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_throws_javascript_object  Time elapsed: 0.039 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_throws_syntax_error  Time elapsed: 0.013 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_throws_javascript_runtime_error  Time elapsed: 0.013 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_environment_module_code  Time elapsed: 0.013 s
23:41:54 [2022-01-22T04:41:54.766Z] execute_throws_wrapped_java_exception  Time elapsed: 0.014 s
23:41:54 [2022-01-22T04:41:54.766Z] 
23:41:54 [2022-01-22T04:41:54.766Z] Results:
23:41:54 [2022-01-22T04:41:54.766Z] 
23:41:54 [2022-01-22T04:41:54.766Z] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
23:41:54 [2022-01-22T04:41:54.766Z] 
23:41:55 [2022-01-22T04:41:55.022Z] [INFO] All tests passed!
23:41:55 [2022-01-22T04:41:55.022Z] [INFO] 
23:41:55 [2022-01-22T04:41:55.022Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:55 [2022-01-22T04:41:55.022Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:41:55 [2022-01-22T04:41:55.290Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:41:55 [2022-01-22T04:41:55.547Z] [INFO] 
23:41:55 [2022-01-22T04:41:55.547Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:55 [2022-01-22T04:41:55.547Z] [INFO] 
23:41:55 [2022-01-22T04:41:55.547Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:55 [2022-01-22T04:41:55.547Z] [INFO] Fork Value is false
23:41:55 [2022-01-22T04:41:55.547Z]      [java] JVM args ignored when same JVM is used.
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] Done SpotBugs Analysis....
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] You have 0 Checkstyle violations.
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT.jar
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT.pom
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT-p2metadata.xml
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >-------
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.9.0-SNAPSHOT    [40/49]
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:41:58 [2022-01-22T04:41:58.989Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/src/main/resources
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/classes
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/src/test/resources
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT.jar
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.990Z] [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.lang.javascript.test/target/jacoco.exec,output=file
23:41:58 [2022-01-22T04:41:58.990Z] [INFO] 
23:41:58 [2022-01-22T04:41:58.991Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.javascript.test ---
23:41:58 [2022-01-22T04:41:58.991Z] [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.lang.javascript.test/target/work/data/.metadata/.log
23:41:58 [2022-01-22T04:41:58.991Z] [INFO] Command line:
23:41:58 [2022-01-22T04:41:58.991Z] 	[/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.lang.javascript.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.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties]
23:41:58 [2022-01-22T04:41:58.991Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:42:02 [2022-01-22T04:42:02.306Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest
23:42:02 [2022-01-22T04:42:02.306Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest
23:42:02 [2022-01-22T04:42:02.306Z] getSaveVariableName_creates_random_string_for_invalid_characters  Time elapsed: 0.016 s
23:42:02 [2022-01-22T04:42:02.306Z] getNullString_equals_null  Time elapsed: 0.003 s
23:42:02 [2022-01-22T04:42:02.306Z] getSaveVariableName_prefixes_keywords_with_underscore  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.306Z] getSaveVariableName_does_not_alter_save_name  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.306Z] classInstantiation_creates_instance_with_parameters  Time elapsed: 0 s
23:42:02 [2022-01-22T04:42:02.306Z] createCommentedString_creates_block_comment  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.306Z] createCommentedString_creates_single_line_comment  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.307Z] classInstantiation_creates_default_instance  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.307Z] createCommentedString_creates_multi_line_comment  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.307Z] getSaveVariableName_replaces_invalid_characters  Time elapsed: 0 s
23:42:02 [2022-01-22T04:42:02.307Z] getSaveVariableName_prefixes_numbers_with_underscore  Time elapsed: 0.001 s
23:42:02 [2022-01-22T04:42:02.307Z] 
23:42:02 [2022-01-22T04:42:02.307Z] Results:
23:42:02 [2022-01-22T04:42:02.307Z] 
23:42:02 [2022-01-22T04:42:02.307Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
23:42:02 [2022-01-22T04:42:02.307Z] 
23:42:02 [2022-01-22T04:42:02.307Z] [INFO] All tests passed!
23:42:02 [2022-01-22T04:42:02.307Z] [INFO] 
23:42:02 [2022-01-22T04:42:02.307Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.javascript.test ---
23:42:02 [2022-01-22T04:42:02.307Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:02 [2022-01-22T04:42:02.307Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:02 [2022-01-22T04:42:02.590Z] [INFO] 
23:42:02 [2022-01-22T04:42:02.590Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.javascript.test ---
23:42:02 [2022-01-22T04:42:02.590Z] [INFO] 
23:42:02 [2022-01-22T04:42:02.590Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.javascript.test ---
23:42:02 [2022-01-22T04:42:02.590Z] [INFO] Fork Value is false
23:42:02 [2022-01-22T04:42:02.590Z]      [java] JVM args ignored when same JVM is used.
23:42:05 [2022-01-22T04:42:05.145Z] [INFO] Done SpotBugs Analysis....
23:42:05 [2022-01-22T04:42:05.145Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.145Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.javascript.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] You have 0 Checkstyle violations.
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT.jar
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT.pom
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT-p2metadata.xml
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >---------
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] Building org.eclipse.ease.lang.python.test 0.9.0-SNAPSHOT        [41/49]
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.146Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/src/main/resources
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/classes
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/src/test/resources
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT.jar
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.python.test ---
23:42:05 [2022-01-22T04:42:05.147Z] [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.lang.python.test/target/jacoco.exec,output=file
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] 
23:42:05 [2022-01-22T04:42:05.147Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.python.test ---
23:42:06 [2022-01-22T04:42:06.086Z] [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.lang.python.test/target/work/data/.metadata/.log
23:42:06 [2022-01-22T04:42:06.086Z] [INFO] Command line:
23:42:06 [2022-01-22T04:42:06.087Z] 	[/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.lang.python.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.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/surefire.properties]
23:42:06 [2022-01-22T04:42:06.087Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:42:08 [2022-01-22T04:42:08.617Z] Running org.eclipse.ease.lang.python.PyDevPathImporterTest
23:42:09 [2022-01-22T04:42:09.554Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.054 s - in org.eclipse.ease.lang.python.PyDevPathImporterTest
23:42:09 [2022-01-22T04:42:09.554Z] createEngine_registers_engine_execution_listener  Time elapsed: 0.596 s
23:42:09 [2022-01-22T04:42:09.554Z] notify_does_not_throwwhen_PyDev_plugins_are_not_available  Time elapsed: 0.28 s
23:42:09 [2022-01-22T04:42:09.554Z] notify_registers_project_paths_for_engine_executed_file  Time elapsed: 0.163 s
23:42:09 [2022-01-22T04:42:09.554Z] notify_does_not_throw_for_non_PyDev_project  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.554Z] notify_escapes_path_on_windows  Time elapsed: 0.002 s
23:42:09 [2022-01-22T04:42:09.554Z] notify_registers_project_paths  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.554Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest
23:42:09 [2022-01-22T04:42:09.823Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest
23:42:09 [2022-01-22T04:42:09.823Z] createFunctionWrapper_creates_return_andParameters_for_Py4J  Time elapsed: 0.05 s
23:42:09 [2022-01-22T04:42:09.823Z] testCommentCreator  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.823Z] createFunctionWrapper_creates_void_return_types_for_Py4J  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.823Z] Running org.eclipse.ease.lang.python.ResourceProjectPathImporterTest
23:42:09 [2022-01-22T04:42:09.823Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ease.lang.python.ResourceProjectPathImporterTest
23:42:09 [2022-01-22T04:42:09.823Z] createEngine_registers_engine_execution_listener  Time elapsed: 0.02 s
23:42:09 [2022-01-22T04:42:09.823Z] notify_registers_project_paths_for_engine_executed_file  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.823Z] notify_escapes_path_on_windows  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.823Z] notify_registers_project_paths  Time elapsed: 0.001 s
23:42:09 [2022-01-22T04:42:09.823Z] 
23:42:09 [2022-01-22T04:42:09.823Z] Results:
23:42:09 [2022-01-22T04:42:09.823Z] 
23:42:09 [2022-01-22T04:42:09.823Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
23:42:09 [2022-01-22T04:42:09.823Z] 
23:42:10 [2022-01-22T04:42:10.096Z] [INFO] All tests passed!
23:42:10 [2022-01-22T04:42:10.096Z] [INFO] 
23:42:10 [2022-01-22T04:42:10.096Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python.test ---
23:42:10 [2022-01-22T04:42:10.096Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:10 [2022-01-22T04:42:10.096Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:10 [2022-01-22T04:42:10.698Z] [INFO] 
23:42:10 [2022-01-22T04:42:10.698Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python.test ---
23:42:10 [2022-01-22T04:42:10.698Z] [INFO] 
23:42:10 [2022-01-22T04:42:10.698Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python.test ---
23:42:10 [2022-01-22T04:42:10.699Z] [INFO] Fork Value is false
23:42:10 [2022-01-22T04:42:10.699Z]      [java] JVM args ignored when same JVM is used.
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] Done SpotBugs Analysis....
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python.test ---
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] You have 0 Checkstyle violations.
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test ---
23:42:13 [2022-01-22T04:42:13.255Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT.jar
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT.pom
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT-p2metadata.xml
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.9.0-SNAPSHOT [42/49]
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/classes
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources
23:42:13 [2022-01-22T04:42:13.256Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT.jar
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.257Z] [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.lang.python.jython.test/target/jacoco.exec,output=file
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] 
23:42:13 [2022-01-22T04:42:13.257Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test ---
23:42:13 [2022-01-22T04:42:13.824Z] [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.lang.python.jython.test/target/work/data/.metadata/.log
23:42:13 [2022-01-22T04:42:13.824Z] [INFO] Command line:
23:42:13 [2022-01-22T04:42:13.824Z] 	[/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.lang.python.jython.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.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties]
23:42:13 [2022-01-22T04:42:13.824Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:42:16 [2022-01-22T04:42:16.389Z] WARNING: An illegal reflective access operation has occurred
23:42:16 [2022-01-22T04:42:16.389Z] WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work/plugins/org.jython_2.7.0.I202104151016/jython.jar) to method java.io.Console.encoding()
23:42:16 [2022-01-22T04:42:16.389Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
23:42:16 [2022-01-22T04:42:16.389Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
23:42:16 [2022-01-22T04:42:16.389Z] WARNING: All illegal access operations will be denied in a future release
23:42:17 [2022-01-22T04:42:17.319Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest
23:42:20 [2022-01-22T04:42:20.594Z] Start of script
23:42:20 [2022-01-22T04:42:20.594Z] include file start
23:42:20 [2022-01-22T04:42:20.594Z] include file processed
23:42:20 [2022-01-22T04:42:20.594Z] Result of testMethod = 5
23:42:20 [2022-01-22T04:42:20.594Z] End of script
23:42:20 [2022-01-22T04:42:20.851Z] Start of script
23:42:20 [2022-01-22T04:42:20.851Z] include file start
23:42:20 [2022-01-22T04:42:20.851Z] include file processed
23:42:20 [2022-01-22T04:42:20.851Z] Result of testMethod = 5
23:42:20 [2022-01-22T04:42:20.851Z] End of script
23:42:21 [2022-01-22T04:42:21.108Z] Start of script
23:42:21 [2022-01-22T04:42:21.108Z] include file start
23:42:21 [2022-01-22T04:42:21.108Z] include file processed
23:42:21 [2022-01-22T04:42:21.108Z] Result of testMethod = 5
23:42:21 [2022-01-22T04:42:21.108Z] Traceback (most recent call last):
23:42:21 [2022-01-22T04:42:21.108Z]   File "(none)", line 184, in run
23:42:21 [2022-01-22T04:42:21.108Z]   File "__ref_L/Debug Test/Main.py_gwwuqjgfjm", line 23, in <module>
23:42:21 [2022-01-22T04:42:21.108Z]   File "(none)", line 161, in trace_dispatch
23:42:21 [2022-01-22T04:42:21.108Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:21 [2022-01-22T04:42:21.108Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:21 [2022-01-22T04:42:21.108Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:21 [2022-01-22T04:42:21.108Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:21 [2022-01-22T04:42:21.108Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:21 [2022-01-22T04:42:21.109Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:21 [2022-01-22T04:42:21.109Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:21 [2022-01-22T04:42:21.109Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:21 [2022-01-22T04:42:21.109Z] 
23:42:21 [2022-01-22T04:42:21.109Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:21 [2022-01-22T04:42:21.365Z] Start of script
23:42:21 [2022-01-22T04:42:21.365Z] include file start
23:42:21 [2022-01-22T04:42:21.365Z] include file processed
23:42:21 [2022-01-22T04:42:21.365Z] Result of testMethod = 5
23:42:21 [2022-01-22T04:42:21.365Z] End of script
23:42:21 [2022-01-22T04:42:21.622Z] Start of script
23:42:21 [2022-01-22T04:42:21.622Z] include file start
23:42:21 [2022-01-22T04:42:21.622Z] include file processed
23:42:21 [2022-01-22T04:42:21.622Z] Result of testMethod = 5
23:42:21 [2022-01-22T04:42:21.622Z] End of script
23:42:21 [2022-01-22T04:42:21.878Z] Start of script
23:42:21 [2022-01-22T04:42:21.878Z] include file start
23:42:21 [2022-01-22T04:42:21.878Z] include file processed
23:42:21 [2022-01-22T04:42:21.878Z] Result of testMethod = 5
23:42:21 [2022-01-22T04:42:21.878Z] End of script
23:42:22 [2022-01-22T04:42:22.135Z] Start of script
23:42:22 [2022-01-22T04:42:22.135Z] include file start
23:42:22 [2022-01-22T04:42:22.135Z] include file processed
23:42:22 [2022-01-22T04:42:22.135Z] Result of testMethod = 5
23:42:22 [2022-01-22T04:42:22.391Z] Traceback (most recent call last):
23:42:22 [2022-01-22T04:42:22.391Z]   File "(none)", line 184, in run
23:42:22 [2022-01-22T04:42:22.391Z]   File "__ref_L/Debug Test/Main.py_aghqardghx", line 23, in <module>
23:42:22 [2022-01-22T04:42:22.392Z]   File "(none)", line 161, in trace_dispatch
23:42:22 [2022-01-22T04:42:22.392Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:22 [2022-01-22T04:42:22.392Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:22 [2022-01-22T04:42:22.392Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:22 [2022-01-22T04:42:22.392Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:22 [2022-01-22T04:42:22.392Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:22 [2022-01-22T04:42:22.392Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:22 [2022-01-22T04:42:22.392Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:22 [2022-01-22T04:42:22.392Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:22 [2022-01-22T04:42:22.392Z] 
23:42:22 [2022-01-22T04:42:22.392Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:22 [2022-01-22T04:42:22.392Z] Start of script
23:42:22 [2022-01-22T04:42:22.392Z] include file start
23:42:22 [2022-01-22T04:42:22.392Z] include file processed
23:42:22 [2022-01-22T04:42:22.648Z] Result of testMethod = 5
23:42:22 [2022-01-22T04:42:22.648Z] End of script
23:42:22 [2022-01-22T04:42:22.648Z] Start of script
23:42:22 [2022-01-22T04:42:22.648Z] include file start
23:42:22 [2022-01-22T04:42:22.648Z] include file processed
23:42:22 [2022-01-22T04:42:22.648Z] Result of testMethod = 5
23:42:22 [2022-01-22T04:42:22.905Z] End of script
23:42:22 [2022-01-22T04:42:22.905Z] Start of script
23:42:22 [2022-01-22T04:42:22.905Z] include file start
23:42:22 [2022-01-22T04:42:22.905Z] include file processed
23:42:23 [2022-01-22T04:42:23.473Z] Traceback (most recent call last):
23:42:23 [2022-01-22T04:42:23.473Z]   File "(none)", line 184, in run
23:42:23 [2022-01-22T04:42:23.473Z]   File "__ref_L/Debug Test/Main.py_umnxvluaxt", line 22, in <module>
23:42:23 [2022-01-22T04:42:23.473Z]   File "(none)", line 161, in trace_dispatch
23:42:23 [2022-01-22T04:42:23.473Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:23 [2022-01-22T04:42:23.473Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:23 [2022-01-22T04:42:23.473Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:512)
23:42:23 [2022-01-22T04:42:23.473Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:23 [2022-01-22T04:42:23.473Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:23 [2022-01-22T04:42:23.473Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:23 [2022-01-22T04:42:23.473Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:23 [2022-01-22T04:42:23.473Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:23 [2022-01-22T04:42:23.473Z] 
23:42:23 [2022-01-22T04:42:23.473Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:23 [2022-01-22T04:42:23.473Z] Start of script
23:42:23 [2022-01-22T04:42:23.473Z] include file start
23:42:23 [2022-01-22T04:42:23.730Z] include file processed
23:42:23 [2022-01-22T04:42:23.730Z] Result of testMethod = 5
23:42:23 [2022-01-22T04:42:23.730Z] End of script
23:42:23 [2022-01-22T04:42:23.730Z] Start of script
23:42:23 [2022-01-22T04:42:23.730Z] include file start
23:42:23 [2022-01-22T04:42:23.730Z] include file processed
23:42:23 [2022-01-22T04:42:23.986Z] Result of testMethod = 5
23:42:23 [2022-01-22T04:42:23.986Z] End of script
23:42:24 [2022-01-22T04:42:24.268Z] Traceback (most recent call last):
23:42:24 [2022-01-22T04:42:24.268Z]   File "(none)", line 184, in run
23:42:24 [2022-01-22T04:42:24.268Z]   File "__ref_L/Debug Test/Main.py_vocamywzsh", line 1, in <module>
23:42:24 [2022-01-22T04:42:24.268Z]   File "(none)", line 161, in trace_dispatch
23:42:24 [2022-01-22T04:42:24.268Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:24 [2022-01-22T04:42:24.268Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:24 [2022-01-22T04:42:24.268Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:24 [2022-01-22T04:42:24.268Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:24 [2022-01-22T04:42:24.268Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:24 [2022-01-22T04:42:24.268Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:24 [2022-01-22T04:42:24.269Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:24 [2022-01-22T04:42:24.269Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:24 [2022-01-22T04:42:24.269Z] 
23:42:24 [2022-01-22T04:42:24.269Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:24 [2022-01-22T04:42:24.269Z] Start of script
23:42:24 [2022-01-22T04:42:24.269Z] include file start
23:42:24 [2022-01-22T04:42:24.269Z] include file processed
23:42:24 [2022-01-22T04:42:24.269Z] Result of testMethod = 5
23:42:24 [2022-01-22T04:42:24.269Z] End of script
23:42:24 [2022-01-22T04:42:24.533Z] Start of script
23:42:24 [2022-01-22T04:42:24.533Z] include file start
23:42:24 [2022-01-22T04:42:24.533Z] include file processed
23:42:24 [2022-01-22T04:42:24.533Z] Result of testMethod = 5
23:42:24 [2022-01-22T04:42:24.533Z] End of script
23:42:24 [2022-01-22T04:42:24.790Z] Start of script
23:42:24 [2022-01-22T04:42:24.790Z] include file start
23:42:24 [2022-01-22T04:42:24.790Z] include file processed
23:42:24 [2022-01-22T04:42:24.790Z] Result of testMethod = 5
23:42:25 [2022-01-22T04:42:25.046Z] Traceback (most recent call last):
23:42:25 [2022-01-22T04:42:25.046Z]   File "(none)", line 184, in run
23:42:25 [2022-01-22T04:42:25.046Z]   File "__ref_L/Debug Test/Main.py_pgakgtebfg", line 23, in <module>
23:42:25 [2022-01-22T04:42:25.046Z]   File "(none)", line 161, in trace_dispatch
23:42:25 [2022-01-22T04:42:25.046Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:25 [2022-01-22T04:42:25.046Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:25 [2022-01-22T04:42:25.046Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:25 [2022-01-22T04:42:25.046Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:25 [2022-01-22T04:42:25.046Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:25 [2022-01-22T04:42:25.046Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:25 [2022-01-22T04:42:25.046Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:25 [2022-01-22T04:42:25.046Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:25 [2022-01-22T04:42:25.046Z] 
23:42:25 [2022-01-22T04:42:25.046Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:25 [2022-01-22T04:42:25.046Z] Start of script
23:42:25 [2022-01-22T04:42:25.046Z] include file start
23:42:25 [2022-01-22T04:42:25.046Z] include file processed
23:42:25 [2022-01-22T04:42:25.302Z] Result of testMethod = 5
23:42:25 [2022-01-22T04:42:25.302Z] End of script
23:42:25 [2022-01-22T04:42:25.558Z] Traceback (most recent call last):
23:42:25 [2022-01-22T04:42:25.558Z]   File "(none)", line 184, in run
23:42:25 [2022-01-22T04:42:25.558Z]   File "__ref_L/Debug Test/Main.py_chqrmudrme", line 1, in <module>
23:42:25 [2022-01-22T04:42:25.558Z]   File "(none)", line 161, in trace_dispatch
23:42:25 [2022-01-22T04:42:25.558Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:25 [2022-01-22T04:42:25.558Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:25 [2022-01-22T04:42:25.558Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:25 [2022-01-22T04:42:25.558Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:25 [2022-01-22T04:42:25.558Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:25 [2022-01-22T04:42:25.558Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:25 [2022-01-22T04:42:25.558Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:25 [2022-01-22T04:42:25.558Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:25 [2022-01-22T04:42:25.558Z] 
23:42:25 [2022-01-22T04:42:25.558Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:25 [2022-01-22T04:42:25.558Z] Start of script
23:42:25 [2022-01-22T04:42:25.558Z] include file start
23:42:25 [2022-01-22T04:42:25.558Z] include file processed
23:42:25 [2022-01-22T04:42:25.558Z] Result of testMethod = 5
23:42:25 [2022-01-22T04:42:25.558Z] End of script
23:42:25 [2022-01-22T04:42:25.815Z] Start of script
23:42:25 [2022-01-22T04:42:25.815Z] include file start
23:42:25 [2022-01-22T04:42:25.815Z] include file processed
23:42:26 [2022-01-22T04:42:26.071Z] Result of testMethod = 5
23:42:26 [2022-01-22T04:42:26.071Z] End of script
23:42:26 [2022-01-22T04:42:26.071Z] Traceback (most recent call last):
23:42:26 [2022-01-22T04:42:26.071Z]   File "(none)", line 184, in run
23:42:26 [2022-01-22T04:42:26.071Z]   File "__ref_L/Debug Test/Main.py_pxicnlmrin", line 1, in <module>
23:42:26 [2022-01-22T04:42:26.071Z]   File "(none)", line 161, in trace_dispatch
23:42:26 [2022-01-22T04:42:26.071Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:26 [2022-01-22T04:42:26.071Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:26 [2022-01-22T04:42:26.071Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:26 [2022-01-22T04:42:26.071Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:26 [2022-01-22T04:42:26.071Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:26 [2022-01-22T04:42:26.071Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:26 [2022-01-22T04:42:26.071Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:26 [2022-01-22T04:42:26.071Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:26 [2022-01-22T04:42:26.071Z] 
23:42:26 [2022-01-22T04:42:26.071Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:26 [2022-01-22T04:42:26.328Z] Start of script
23:42:26 [2022-01-22T04:42:26.328Z] include file start
23:42:26 [2022-01-22T04:42:26.328Z] include file processed
23:42:26 [2022-01-22T04:42:26.584Z] Result of testMethod = 5
23:42:26 [2022-01-22T04:42:26.584Z] End of script
23:42:26 [2022-01-22T04:42:26.584Z] Start of script
23:42:26 [2022-01-22T04:42:26.584Z] include file start
23:42:26 [2022-01-22T04:42:26.584Z] include file processed
23:42:26 [2022-01-22T04:42:26.584Z] Result of testMethod = 5
23:42:26 [2022-01-22T04:42:26.840Z] Traceback (most recent call last):
23:42:26 [2022-01-22T04:42:26.840Z]   File "(none)", line 184, in run
23:42:26 [2022-01-22T04:42:26.840Z]   File "__ref_L/Debug Test/Main.py_ueqkvfcljk", line 23, in <module>
23:42:26 [2022-01-22T04:42:26.840Z]   File "(none)", line 161, in trace_dispatch
23:42:26 [2022-01-22T04:42:26.840Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:26 [2022-01-22T04:42:26.840Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:26 [2022-01-22T04:42:26.840Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:26 [2022-01-22T04:42:26.840Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:26 [2022-01-22T04:42:26.840Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:26 [2022-01-22T04:42:26.840Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:26 [2022-01-22T04:42:26.840Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:26 [2022-01-22T04:42:26.840Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:26 [2022-01-22T04:42:26.840Z] 
23:42:26 [2022-01-22T04:42:26.840Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:27 [2022-01-22T04:42:27.097Z] Start of script
23:42:27 [2022-01-22T04:42:27.097Z] include file start
23:42:27 [2022-01-22T04:42:27.097Z] include file processed
23:42:27 [2022-01-22T04:42:27.097Z] Result of testMethod = 5
23:42:27 [2022-01-22T04:42:27.097Z] End of script
23:42:27 [2022-01-22T04:42:27.097Z] Start of script
23:42:27 [2022-01-22T04:42:27.097Z] include file start
23:42:27 [2022-01-22T04:42:27.097Z] include file processed
23:42:27 [2022-01-22T04:42:27.353Z] Result of testMethod = 5
23:42:27 [2022-01-22T04:42:27.353Z] End of script
23:42:27 [2022-01-22T04:42:27.353Z] Start of script
23:42:27 [2022-01-22T04:42:27.610Z] include file start
23:42:27 [2022-01-22T04:42:27.610Z] include file processed
23:42:27 [2022-01-22T04:42:27.610Z] Result of testMethod = 5
23:42:27 [2022-01-22T04:42:27.610Z] End of script
23:42:27 [2022-01-22T04:42:27.610Z] Start of script
23:42:27 [2022-01-22T04:42:27.610Z] include file start
23:42:27 [2022-01-22T04:42:27.610Z] include file processed
23:42:27 [2022-01-22T04:42:27.610Z] Result of testMethod = 5
23:42:27 [2022-01-22T04:42:27.610Z] End of script
23:42:27 [2022-01-22T04:42:27.867Z] Start of script
23:42:27 [2022-01-22T04:42:27.867Z] include file start
23:42:27 [2022-01-22T04:42:27.867Z] include file processed
23:42:28 [2022-01-22T04:42:28.123Z] Traceback (most recent call last):
23:42:28 [2022-01-22T04:42:28.123Z]   File "(none)", line 184, in run
23:42:28 [2022-01-22T04:42:28.123Z]   File "__ref_L/Debug Test/Main.py_ttxzacorqp", line 21, in <module>
23:42:28 [2022-01-22T04:42:28.123Z]   File "__ref_L/Debug Test/Main.py_ttxzacorqp", line 18, in testMethod
23:42:28 [2022-01-22T04:42:28.123Z]   File "(none)", line 161, in trace_dispatch
23:42:28 [2022-01-22T04:42:28.123Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:28 [2022-01-22T04:42:28.123Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:28 [2022-01-22T04:42:28.123Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:28 [2022-01-22T04:42:28.123Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:28 [2022-01-22T04:42:28.123Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:28 [2022-01-22T04:42:28.123Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:28 [2022-01-22T04:42:28.123Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:28 [2022-01-22T04:42:28.123Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:28 [2022-01-22T04:42:28.123Z] 
23:42:28 [2022-01-22T04:42:28.123Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:28 [2022-01-22T04:42:28.123Z] Start of script
23:42:28 [2022-01-22T04:42:28.380Z] include file start
23:42:28 [2022-01-22T04:42:28.380Z] include file processed
23:42:28 [2022-01-22T04:42:28.380Z] Result of testMethod = 5
23:42:28 [2022-01-22T04:42:28.380Z] End of script
23:42:28 [2022-01-22T04:42:28.636Z] Start of script
23:42:28 [2022-01-22T04:42:28.636Z] include file start
23:42:28 [2022-01-22T04:42:28.636Z] include file processed
23:42:28 [2022-01-22T04:42:28.636Z] Result of testMethod = 5
23:42:28 [2022-01-22T04:42:28.636Z] Traceback (most recent call last):
23:42:28 [2022-01-22T04:42:28.636Z]   File "(none)", line 184, in run
23:42:28 [2022-01-22T04:42:28.637Z]   File "__ref_L/Debug Test/Main.py_ywboxqwolg", line 23, in <module>
23:42:28 [2022-01-22T04:42:28.637Z]   File "(none)", line 161, in trace_dispatch
23:42:28 [2022-01-22T04:42:28.637Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:28 [2022-01-22T04:42:28.637Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:28 [2022-01-22T04:42:28.637Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:28 [2022-01-22T04:42:28.637Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:28 [2022-01-22T04:42:28.637Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:28 [2022-01-22T04:42:28.637Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:28 [2022-01-22T04:42:28.637Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:28 [2022-01-22T04:42:28.637Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:28 [2022-01-22T04:42:28.637Z] 
23:42:28 [2022-01-22T04:42:28.637Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:28 [2022-01-22T04:42:28.894Z] Start of script
23:42:28 [2022-01-22T04:42:28.894Z] include file start
23:42:28 [2022-01-22T04:42:28.894Z] include file processed
23:42:28 [2022-01-22T04:42:28.894Z] Result of testMethod = 5
23:42:28 [2022-01-22T04:42:28.894Z] End of script
23:42:28 [2022-01-22T04:42:28.894Z] Start of script
23:42:28 [2022-01-22T04:42:28.894Z] include file start
23:42:28 [2022-01-22T04:42:28.894Z] include file processed
23:42:29 [2022-01-22T04:42:29.154Z] Result of testMethod = 5
23:42:29 [2022-01-22T04:42:29.154Z] End of script
23:42:29 [2022-01-22T04:42:29.411Z] Start of script
23:42:29 [2022-01-22T04:42:29.411Z] include file start
23:42:29 [2022-01-22T04:42:29.411Z] include file processed
23:42:29 [2022-01-22T04:42:29.411Z] Result of testMethod = 5
23:42:29 [2022-01-22T04:42:29.411Z] End of script
23:42:29 [2022-01-22T04:42:29.667Z] Start of script
23:42:29 [2022-01-22T04:42:29.667Z] include file start
23:42:29 [2022-01-22T04:42:29.667Z] include file processed
23:42:29 [2022-01-22T04:42:29.667Z] Result of testMethod = 5
23:42:29 [2022-01-22T04:42:29.667Z] End of script
23:42:29 [2022-01-22T04:42:29.924Z] Start of script
23:42:29 [2022-01-22T04:42:29.924Z] include file start
23:42:29 [2022-01-22T04:42:29.924Z] include file processed
23:42:29 [2022-01-22T04:42:29.924Z] Result of testMethod = 5
23:42:29 [2022-01-22T04:42:29.924Z] Traceback (most recent call last):
23:42:29 [2022-01-22T04:42:29.924Z]   File "(none)", line 184, in run
23:42:29 [2022-01-22T04:42:29.924Z]   File "__ref_L/Debug Test/Main.py_kaohpqdjro", line 23, in <module>
23:42:29 [2022-01-22T04:42:29.924Z]   File "(none)", line 161, in trace_dispatch
23:42:29 [2022-01-22T04:42:29.924Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:29 [2022-01-22T04:42:29.924Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:29 [2022-01-22T04:42:29.924Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:29 [2022-01-22T04:42:29.924Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:29 [2022-01-22T04:42:29.924Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:29 [2022-01-22T04:42:29.924Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:29 [2022-01-22T04:42:29.924Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:29 [2022-01-22T04:42:29.925Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:29 [2022-01-22T04:42:29.925Z] 
23:42:29 [2022-01-22T04:42:29.925Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:30 [2022-01-22T04:42:30.180Z] Start of script
23:42:30 [2022-01-22T04:42:30.180Z] include file start
23:42:30 [2022-01-22T04:42:30.180Z] include file processed
23:42:30 [2022-01-22T04:42:30.180Z] Result of testMethod = 5
23:42:30 [2022-01-22T04:42:30.180Z] End of script
23:42:30 [2022-01-22T04:42:30.437Z] Start of script
23:42:30 [2022-01-22T04:42:30.437Z] include file start
23:42:30 [2022-01-22T04:42:30.437Z] include file processed
23:42:30 [2022-01-22T04:42:30.437Z] Result of testMethod = 5
23:42:30 [2022-01-22T04:42:30.437Z] Traceback (most recent call last):
23:42:30 [2022-01-22T04:42:30.437Z]   File "(none)", line 184, in run
23:42:30 [2022-01-22T04:42:30.437Z]   File "__ref_L/Debug Test/Main.py_crnujesxmc", line 23, in <module>
23:42:30 [2022-01-22T04:42:30.437Z]   File "(none)", line 161, in trace_dispatch
23:42:30 [2022-01-22T04:42:30.437Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:30 [2022-01-22T04:42:30.437Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:30 [2022-01-22T04:42:30.438Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:30 [2022-01-22T04:42:30.438Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:30 [2022-01-22T04:42:30.438Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:30 [2022-01-22T04:42:30.438Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:30 [2022-01-22T04:42:30.438Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:30 [2022-01-22T04:42:30.438Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:30 [2022-01-22T04:42:30.438Z] 
23:42:30 [2022-01-22T04:42:30.438Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:30 [2022-01-22T04:42:30.695Z] Traceback (most recent call last):
23:42:30 [2022-01-22T04:42:30.695Z]   File "(none)", line 184, in run
23:42:30 [2022-01-22T04:42:30.695Z]   File "__ref_L/Debug Test/Main.py_jvpniyppdw", line 1, in <module>
23:42:30 [2022-01-22T04:42:30.695Z]   File "(none)", line 161, in trace_dispatch
23:42:30 [2022-01-22T04:42:30.695Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:42:30 [2022-01-22T04:42:30.695Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:42:30 [2022-01-22T04:42:30.695Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:42:30 [2022-01-22T04:42:30.695Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:42:30 [2022-01-22T04:42:30.695Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:42:30 [2022-01-22T04:42:30.695Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:42:30 [2022-01-22T04:42:30.695Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:42:30 [2022-01-22T04:42:30.695Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:42:30 [2022-01-22T04:42:30.695Z] 
23:42:30 [2022-01-22T04:42:30.695Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:42:30 [2022-01-22T04:42:30.951Z] Start of script
23:42:30 [2022-01-22T04:42:30.951Z] include file start
23:42:30 [2022-01-22T04:42:30.951Z] include file processed
23:42:30 [2022-01-22T04:42:30.951Z] Result of testMethod = 5
23:42:30 [2022-01-22T04:42:30.951Z] End of script
23:42:30 [2022-01-22T04:42:30.951Z] Start of script
23:42:30 [2022-01-22T04:42:30.951Z] include file start
23:42:30 [2022-01-22T04:42:30.951Z] include file processed
23:42:31 [2022-01-22T04:42:31.207Z] Result of testMethod = 5
23:42:31 [2022-01-22T04:42:31.207Z] End of script
23:42:31 [2022-01-22T04:42:31.463Z] Start of script
23:42:31 [2022-01-22T04:42:31.463Z] include file start
23:42:31 [2022-01-22T04:42:31.463Z] include file processed
23:42:31 [2022-01-22T04:42:31.463Z] Result of testMethod = 5
23:42:31 [2022-01-22T04:42:31.463Z] End of script
23:42:31 [2022-01-22T04:42:31.463Z] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.397 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest
23:42:31 [2022-01-22T04:42:31.463Z] disconnectProcessInSuspendedState  Time elapsed: 3.551 s
23:42:31 [2022-01-22T04:42:31.463Z] stepReturnIncludeCommand  Time elapsed: 0.214 s
23:42:31 [2022-01-22T04:42:31.463Z] arrayVariableSorting  Time elapsed: 0.308 s
23:42:31 [2022-01-22T04:42:31.463Z] stepOverOnDebugTarget  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] disconnectThreadInSuspendedState  Time elapsed: 0.206 s
23:42:31 [2022-01-22T04:42:31.464Z] stepReturnOnDebugTarget  Time elapsed: 0.325 s
23:42:31 [2022-01-22T04:42:31.464Z] nullVariable  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] stepOverOnStackFrame  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] resumeOnDebugTarget  Time elapsed: 0.205 s
23:42:31 [2022-01-22T04:42:31.464Z] modifyVariableKeepingType  Time elapsed: 0.507 s
23:42:31 [2022-01-22T04:42:31.464Z] resumeOnLastIncludeLine  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] stepReturnOnStackFrame  Time elapsed: 0.308 s
23:42:31 [2022-01-22T04:42:31.464Z] terminateStackFrameInSuspendedState  Time elapsed: 0.208 s
23:42:31 [2022-01-22T04:42:31.464Z] breakpointLocation  Time elapsed: 0.208 s
23:42:31 [2022-01-22T04:42:31.464Z] stepReturnOnThread  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] javaClassVariable  Time elapsed: 0.31 s
23:42:31 [2022-01-22T04:42:31.464Z] stepIntoOnThread  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] terminateThreadInSuspendedState  Time elapsed: 0.205 s
23:42:31 [2022-01-22T04:42:31.464Z] resumeOnThread  Time elapsed: 0.205 s
23:42:31 [2022-01-22T04:42:31.464Z] stepIntoOnStackFrame  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] terminateProcessInSuspendedState  Time elapsed: 0.204 s
23:42:31 [2022-01-22T04:42:31.464Z] stepOverOnProcess  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] nativeArrayVariable  Time elapsed: 0.305 s
23:42:31 [2022-01-22T04:42:31.464Z] disconnectDebugTargetInSuspendedState  Time elapsed: 0.206 s
23:42:31 [2022-01-22T04:42:31.464Z] stepIntoOnProcess  Time elapsed: 0.308 s
23:42:31 [2022-01-22T04:42:31.464Z] terminatedState  Time elapsed: 0.104 s
23:42:31 [2022-01-22T04:42:31.464Z] stepOverIncludeCommand  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] innerScopeVariableBeforeOuterScopeVariable  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] stepIntoIncludeCommand  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] primitiveStringVariable  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] resumeOnProcess  Time elapsed: 0.205 s
23:42:31 [2022-01-22T04:42:31.464Z] stepIntoOnDebugTarget  Time elapsed: 0.307 s
23:42:31 [2022-01-22T04:42:31.464Z] stepOverOnThread  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] suspendedState  Time elapsed: 0.204 s
23:42:31 [2022-01-22T04:42:31.464Z] primitiveDoubleVariable  Time elapsed: 0.305 s
23:42:31 [2022-01-22T04:42:31.464Z] resumeOnStackFrame  Time elapsed: 0.204 s
23:42:31 [2022-01-22T04:42:31.464Z] nativeObjectVariable  Time elapsed: 0.33 s
23:42:31 [2022-01-22T04:42:31.464Z] terminateDebugTargetInSuspendedState  Time elapsed: 0.206 s
23:42:31 [2022-01-22T04:42:31.464Z] disconnectStackFrameInSuspendedState  Time elapsed: 0.207 s
23:42:31 [2022-01-22T04:42:31.464Z] stepReturnOnProcess  Time elapsed: 0.306 s
23:42:31 [2022-01-22T04:42:31.464Z] evaluateWatchExpression  Time elapsed: 0.225 s
23:42:31 [2022-01-22T04:42:31.464Z] 
23:42:31 [2022-01-22T04:42:31.464Z] Results:
23:42:31 [2022-01-22T04:42:31.464Z] 
23:42:31 [2022-01-22T04:42:31.464Z] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
23:42:31 [2022-01-22T04:42:31.464Z] 
23:42:31 [2022-01-22T04:42:31.721Z] [INFO] All tests passed!
23:42:31 [2022-01-22T04:42:31.721Z] [INFO] 
23:42:31 [2022-01-22T04:42:31.721Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.python.jython.test ---
23:42:31 [2022-01-22T04:42:31.721Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:31 [2022-01-22T04:42:31.990Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:31 [2022-01-22T04:42:31.990Z] [INFO] 
23:42:31 [2022-01-22T04:42:31.990Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.python.jython.test ---
23:42:31 [2022-01-22T04:42:31.990Z] [INFO] 
23:42:31 [2022-01-22T04:42:31.990Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.python.jython.test ---
23:42:31 [2022-01-22T04:42:31.990Z] [INFO] Fork Value is false
23:42:32 [2022-01-22T04:42:32.288Z]      [java] JVM args ignored when same JVM is used.
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] Done SpotBugs Analysis....
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.python.jython.test ---
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] You have 0 Checkstyle violations.
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test ---
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT.jar
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT.pom
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT-p2metadata.xml
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:42:34 [2022-01-22T04:42:34.841Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.9.0-SNAPSHOT [43/49]
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/classes
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.842Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT.jar
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.843Z] [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.lang.scriptarchive.test/target/jacoco.exec,output=file
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] 
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:34 [2022-01-22T04:42:34.843Z] [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.lang.scriptarchive.test/target/work/data/.metadata/.log
23:42:34 [2022-01-22T04:42:34.843Z] [INFO] Command line:
23:42:34 [2022-01-22T04:42:34.843Z] 	[/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.lang.scriptarchive.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.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties]
23:42:34 [2022-01-22T04:42:34.843Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:42:38 [2022-01-22T04:42:38.141Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest
23:42:38 [2022-01-22T04:42:38.705Z] We are running from a zip file!
23:42:38 [2022-01-22T04:42:38.705Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3)
23:42:38 [2022-01-22T04:42:38.705Z] this is an error
23:42:38 [2022-01-22T04:42:38.705Z]        ^
23:42:38 [2022-01-22T04:42:38.705Z] 	at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js
23:42:38 [2022-01-22T04:42:38.705Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3)
23:42:38 [2022-01-22T04:42:38.705Z] this is an error
23:42:38 [2022-01-22T04:42:38.705Z]        ^
23:42:38 [2022-01-22T04:42:38.705Z] 	at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js
23:42:38 [2022-01-22T04:42:38.961Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest
23:42:38 [2022-01-22T04:42:38.961Z] executeWithManifest  Time elapsed: 0.694 s
23:42:38 [2022-01-22T04:42:38.961Z] zipFileRegistration  Time elapsed: 0.011 s
23:42:38 [2022-01-22T04:42:38.961Z] engineIdRegistration  Time elapsed: 0.001 s
23:42:38 [2022-01-22T04:42:38.961Z] jarFileRegistration  Time elapsed: 0.001 s
23:42:38 [2022-01-22T04:42:38.961Z] sarFileRegistration  Time elapsed: 0.001 s
23:42:38 [2022-01-22T04:42:38.961Z] executeWithErrors  Time elapsed: 0.073 s
23:42:38 [2022-01-22T04:42:38.961Z] executeWithIncludes  Time elapsed: 0.079 s
23:42:38 [2022-01-22T04:42:38.961Z] 
23:42:38 [2022-01-22T04:42:38.961Z] Results:
23:42:38 [2022-01-22T04:42:38.961Z] 
23:42:38 [2022-01-22T04:42:38.961Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
23:42:38 [2022-01-22T04:42:38.961Z] 
23:42:39 [2022-01-22T04:42:39.218Z] [INFO] All tests passed!
23:42:39 [2022-01-22T04:42:39.218Z] [INFO] 
23:42:39 [2022-01-22T04:42:39.218Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:39 [2022-01-22T04:42:39.218Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:39 [2022-01-22T04:42:39.218Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:39 [2022-01-22T04:42:39.490Z] [INFO] 
23:42:39 [2022-01-22T04:42:39.490Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:39 [2022-01-22T04:42:39.490Z] [INFO] 
23:42:39 [2022-01-22T04:42:39.490Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:39 [2022-01-22T04:42:39.490Z] [INFO] Fork Value is false
23:42:39 [2022-01-22T04:42:39.490Z]      [java] JVM args ignored when same JVM is used.
23:42:42 [2022-01-22T04:42:42.013Z] [INFO] Done SpotBugs Analysis....
23:42:42 [2022-01-22T04:42:42.013Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.013Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:42 [2022-01-22T04:42:42.013Z] [INFO] You have 0 Checkstyle violations.
23:42:42 [2022-01-22T04:42:42.013Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT.jar
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT.pom
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT-p2metadata.xml
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >--------
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.9.0-SNAPSHOT      [44/49]
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] The project's OSGi version is 0.9.0.I202111240844
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/src/main/resources
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.014Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/classes
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/src/test/resources
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.9.0-SNAPSHOT.jar
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.015Z] [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.lang.unittest.test/target/jacoco.exec,output=file
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] 
23:42:42 [2022-01-22T04:42:42.015Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.unittest.test ---
23:42:42 [2022-01-22T04:42:42.288Z] [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.lang.unittest.test/target/work/data/.metadata/.log
23:42:42 [2022-01-22T04:42:42.288Z] [INFO] Command line:
23:42:42 [2022-01-22T04:42:42.288Z] 	[/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.lang.unittest.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.lang.unittest.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/surefire.properties]
23:42:42 [2022-01-22T04:42:42.288Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:42:45 [2022-01-22T04:42:45.641Z] Running org.eclipse.ease.lang.unittest.runtime.impl.TestTest
23:42:46 [2022-01-22T04:42:46.625Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 s - in org.eclipse.ease.lang.unittest.runtime.impl.TestTest
23:42:46 [2022-01-22T04:42:46.625Z] reset_clears_results  Time elapsed: 0.037 s
23:42:46 [2022-01-22T04:42:46.625Z] hasError_is_false_when_no_error_exists  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.625Z] getDuration_is_0_for_not_executed_test  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.625Z] getStatus_is_DISABLED_when_1_result_is_disabled  Time elapsed: 0.002 s
23:42:46 [2022-01-22T04:42:46.626Z] reset_clears_status  Time elapsed: 0.119 s
23:42:46 [2022-01-22T04:42:46.626Z] getResults_FAILURE_returns_only_matching_results  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] isDisabled_is_false_for_finished_test  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] getStatus_is_DISABLED_when_entity_status_is_disabled  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] getStatus_is_status_of_worst_result  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] getEstimatedDuration_is_minus_1_by_default  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] getDuration_returns_current_execution_time_for_running_test  Time elapsed: 0.2 s
23:42:46 [2022-01-22T04:42:46.626Z] setDisabled_marks_test_as_disabled  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] getStatus_is_entity_status_if_it_is_the_worst_status  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] reset_clears_timestamps  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] getResource_returns_parent_resource  Time elapsed: 0.005 s
23:42:46 [2022-01-22T04:42:46.626Z] isDisabled_is_true_when_1_result_is_DISABLED  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] getFullPath_returns_test_name  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] getDuration_returns_execution_time_for_completed_test  Time elapsed: 0.1 s
23:42:46 [2022-01-22T04:42:46.626Z] addError_adds_error_result  Time elapsed: 0.424 s
23:42:46 [2022-01-22T04:42:46.626Z] getFullPath_returns_parent_path_and_test_name  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] reset_clears_metadata  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] getRoot_returns_root_element  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] hasError_is_true_when_error_exists  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] setEntityStatus_FINISHED_sets_end_timestamp  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] getWorstResult_returns_worst_execution_result  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.626Z] getTestSuite_returns_master_suite  Time elapsed: 0.002 s
23:42:46 [2022-01-22T04:42:46.626Z] isDisabled_is_true_when_status_is_DISABLED  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] setEntityStatus_RUNNING_sets_start_timestamp  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.626Z] setEndTimestamp_verifies_duration_limit  Time elapsed: 0.022 s
23:42:46 [2022-01-22T04:42:46.626Z] setStackTrace_stores_a_clone_of_the_trace  Time elapsed: 0.257 s
23:42:46 [2022-01-22T04:42:46.626Z] Running org.eclipse.ease.lang.unittest.runtime.impl.TestContainerTest
23:42:46 [2022-01-22T04:42:46.882Z] Tests run: 38, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.335 s - in org.eclipse.ease.lang.unittest.runtime.impl.TestContainerTest
23:42:46 [2022-01-22T04:42:46.882Z] reset_clears_results  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.882Z] hasError_is_false_when_no_error_exists  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.882Z] getDuration_is_0_for_not_executed_test  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.882Z] getStatus_is_DISABLED_when_1_result_is_disabled  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.882Z] reset_clears_status  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.882Z] getResults_FAILURE_returns_only_matching_results  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] isDisabled_is_false_for_finished_test  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getStatus_is_DISABLED_when_entity_status_is_disabled  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getStatus_is_status_of_worst_result  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getEstimatedDuration_is_minus_1_by_default  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getDuration_returns_current_execution_time_for_running_test  Time elapsed: 0.2 s
23:42:46 [2022-01-22T04:42:46.883Z] setDisabled_marks_test_as_disabled  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getStatus_is_entity_status_if_it_is_the_worst_status  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.883Z] reset_clears_timestamps  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] isDisabled_is_true_when_1_result_is_DISABLED  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getFullPath_returns_test_name  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getDuration_returns_execution_time_for_completed_test  Time elapsed: 0.101 s
23:42:46 [2022-01-22T04:42:46.883Z] addError_adds_error_result  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.883Z] getFullPath_returns_parent_path_and_test_name  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.883Z] reset_clears_metadata  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getRoot_returns_root_element  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] hasError_is_true_when_error_exists  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] setEntityStatus_FINISHED_sets_end_timestamp  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getWorstResult_returns_worst_execution_result  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.883Z] getTestSuite_returns_master_suite  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] isDisabled_is_true_when_status_is_DISABLED  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] setEntityStatus_RUNNING_sets_start_timestamp  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.883Z] hasError_queries_children_for_error_status  Time elapsed: 0.002 s
23:42:46 [2022-01-22T04:42:46.883Z] setTerminated_terminates_children_too  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getTest_is_null_when_child_test_does_not_exist  Time elapsed: 0.001 s
23:42:46 [2022-01-22T04:42:46.883Z] getTest_returns_child_with_matching_name  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getEstimatedDuration_sums_child_estimations  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] reset_deletes_children_of_type_ITest  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getResource_returns_parent_resource skipped
23:42:46 [2022-01-22T04:42:46.883Z] getStatus_returns_worst_child_status  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getChildContainers_returns_only_containers  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] getStatus_returns_entity_status  Time elapsed: 0 s
23:42:46 [2022-01-22T04:42:46.883Z] run_executes_each_child  Time elapsed: 0.015 s
23:42:46 [2022-01-22T04:42:46.883Z] Running org.eclipse.ease.lang.unittest.runtime.impl.TestFileTest
23:42:47 [2022-01-22T04:42:47.446Z] Tests run: 43, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.433 s - in org.eclipse.ease.lang.unittest.runtime.impl.TestFileTest
23:42:47 [2022-01-22T04:42:47.446Z] reset_clears_results  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] hasError_is_false_when_no_error_exists  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getDuration_is_0_for_not_executed_test  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getStatus_is_DISABLED_when_1_result_is_disabled  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] reset_clears_status  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getResults_FAILURE_returns_only_matching_results  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] isDisabled_is_false_for_finished_test  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getStatus_is_DISABLED_when_entity_status_is_disabled  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.446Z] getStatus_is_status_of_worst_result  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getEstimatedDuration_is_minus_1_by_default  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getDuration_returns_current_execution_time_for_running_test  Time elapsed: 0.201 s
23:42:47 [2022-01-22T04:42:47.446Z] setDisabled_marks_test_as_disabled  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getStatus_is_entity_status_if_it_is_the_worst_status  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.446Z] reset_clears_timestamps  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] isDisabled_is_true_when_1_result_is_DISABLED  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.446Z] getFullPath_returns_test_name  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getDuration_returns_execution_time_for_completed_test  Time elapsed: 0.102 s
23:42:47 [2022-01-22T04:42:47.446Z] addError_adds_error_result  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.446Z] getFullPath_returns_parent_path_and_test_name  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] reset_clears_metadata  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] getRoot_returns_root_element  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.446Z] hasError_is_true_when_error_exists  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.446Z] setEntityStatus_FINISHED_sets_end_timestamp  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getWorstResult_returns_worst_execution_result  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getTestSuite_returns_master_suite  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.447Z] isDisabled_is_true_when_status_is_DISABLED  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] setEntityStatus_RUNNING_sets_start_timestamp  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] hasError_queries_children_for_error_status  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.447Z] setTerminated_terminates_children_too  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getTest_is_null_when_child_test_does_not_exist  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getTest_returns_child_with_matching_name  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getEstimatedDuration_sums_child_estimations  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] reset_deletes_children_of_type_ITest  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.447Z] getResource_returns_parent_resource skipped
23:42:47 [2022-01-22T04:42:47.447Z] getStatus_returns_worst_child_status  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getChildContainers_returns_only_containers  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getStatus_returns_entity_status  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] getEstimatedDuration_is_0_for_disabled_status  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.447Z] run_adds_error_when_no_engine_is_found  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.447Z] reset_removes_error_markers_from_files  Time elapsed: 0.065 s
23:42:47 [2022-01-22T04:42:47.447Z] reset_disables_TestFile_when_set_in_suite_description  Time elapsed: 0.048 s
23:42:47 [2022-01-22T04:42:47.447Z] run_does_not_execute_disabled_tests  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.447Z] run_executes_each_child skipped
23:42:47 [2022-01-22T04:42:47.447Z] Running org.eclipse.ease.lang.unittest.runtime.impl.TestEntityTest
23:42:47 [2022-01-22T04:42:47.704Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.ease.lang.unittest.runtime.impl.TestEntityTest
23:42:47 [2022-01-22T04:42:47.704Z] reset_clears_results  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] hasError_is_false_when_no_error_exists  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getDuration_is_0_for_not_executed_test  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getStatus_is_DISABLED_when_1_result_is_disabled  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] reset_clears_status  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getResults_FAILURE_returns_only_matching_results  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] isDisabled_is_false_for_finished_test  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.704Z] getStatus_is_DISABLED_when_entity_status_is_disabled  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getStatus_is_status_of_worst_result  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getEstimatedDuration_is_minus_1_by_default  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getDuration_returns_current_execution_time_for_running_test  Time elapsed: 0.2 s
23:42:47 [2022-01-22T04:42:47.704Z] setDisabled_marks_test_as_disabled  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getStatus_is_entity_status_if_it_is_the_worst_status  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.704Z] reset_clears_timestamps  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getResource_returns_parent_resource  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] isDisabled_is_true_when_1_result_is_DISABLED  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getFullPath_returns_test_name  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getDuration_returns_execution_time_for_completed_test  Time elapsed: 0.101 s
23:42:47 [2022-01-22T04:42:47.704Z] addError_adds_error_result  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.704Z] getFullPath_returns_parent_path_and_test_name  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.704Z] reset_clears_metadata  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getRoot_returns_root_element  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] hasError_is_true_when_error_exists  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] setEntityStatus_FINISHED_sets_end_timestamp  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getWorstResult_returns_worst_execution_result  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] getTestSuite_returns_master_suite  Time elapsed: 0.001 s
23:42:47 [2022-01-22T04:42:47.704Z] isDisabled_is_true_when_status_is_DISABLED  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] setEntityStatus_RUNNING_sets_start_timestamp  Time elapsed: 0 s
23:42:47 [2022-01-22T04:42:47.704Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest
23:42:49 [2022-01-22T04:42:49.629Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.739 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest
23:42:49 [2022-01-22T04:42:49.629Z] folderStatus  Time elapsed: 0.639 s
23:42:49 [2022-01-22T04:42:49.629Z] verifyOutput  Time elapsed: 0.198 s
23:42:49 [2022-01-22T04:42:49.629Z] suiteStatus  Time elapsed: 0.173 s
23:42:49 [2022-01-22T04:42:49.629Z] ignoreTestStatus  Time elapsed: 0.136 s
23:42:49 [2022-01-22T04:42:49.629Z] ignoreTestClassStatus  Time elapsed: 0.135 s
23:42:49 [2022-01-22T04:42:49.629Z] failureTestClassStatus  Time elapsed: 0.14 s
23:42:49 [2022-01-22T04:42:49.629Z] errorTestClassStatus  Time elapsed: 0.131 s
23:42:49 [2022-01-22T04:42:49.629Z] passTestClassStatus  Time elapsed: 0.109 s
23:42:49 [2022-01-22T04:42:49.629Z] Running org.eclipse.ease.lang.unittest.adapters.HeadlessResultAdapterTest
23:42:49 [2022-01-22T04:42:49.629Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.ease.lang.unittest.adapters.HeadlessResultAdapterTest
23:42:49 [2022-01-22T04:42:49.629Z] getAdapter_declines_to_adapt_generic_object  Time elapsed: 0.001 s
23:42:49 [2022-01-22T04:42:49.629Z] getAdapter_adapts_testsuite_with_failures_to_100  Time elapsed: 0.047 s
23:42:49 [2022-01-22T04:42:49.629Z] adapter_can_be_called_via_adapter_framework  Time elapsed: 0.001 s
23:42:49 [2022-01-22T04:42:49.629Z] getAdapter_adapts_testsuite_with_errors_to_200  Time elapsed: 0.001 s
23:42:49 [2022-01-22T04:42:49.629Z] getAdapterList_returns_only_ITestSuite  Time elapsed: 0.001 s
23:42:49 [2022-01-22T04:42:49.629Z] getAdapter_adapts_testsuite_with_no_errors_to_0  Time elapsed: 0.001 s
23:42:49 [2022-01-22T04:42:49.629Z] getAdapter_declines_to_adapt_to_Boolean  Time elapsed: 0 s
23:42:49 [2022-01-22T04:42:49.629Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest
23:42:50 [2022-01-22T04:42:50.197Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest
23:42:50 [2022-01-22T04:42:50.197Z] folderStatus  Time elapsed: 0.106 s
23:42:50 [2022-01-22T04:42:50.197Z] errorTestStatus  Time elapsed: 0.088 s
23:42:50 [2022-01-22T04:42:50.197Z] failureTestStatus  Time elapsed: 0.094 s
23:42:50 [2022-01-22T04:42:50.197Z] verifyOutput  Time elapsed: 0.098 s
23:42:50 [2022-01-22T04:42:50.197Z] suiteStatus  Time elapsed: 0.075 s
23:42:50 [2022-01-22T04:42:50.197Z] ignoreTestStatus  Time elapsed: 0.094 s
23:42:50 [2022-01-22T04:42:50.197Z] passTestStatus  Time elapsed: 0.088 s
23:42:50 [2022-01-22T04:42:50.197Z] 
23:42:50 [2022-01-22T04:42:50.197Z] Results:
23:42:50 [2022-01-22T04:42:50.197Z] 
23:42:50 [2022-01-22T04:42:50.197Z] Tests run: 161, Failures: 0, Errors: 0, Skipped: 3
23:42:50 [2022-01-22T04:42:50.197Z] 
23:42:50 [2022-01-22T04:42:50.487Z] [INFO] All tests passed!
23:42:50 [2022-01-22T04:42:50.487Z] [INFO] 
23:42:50 [2022-01-22T04:42:50.487Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.lang.unittest.test ---
23:42:50 [2022-01-22T04:42:50.487Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:50 [2022-01-22T04:42:50.487Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:51 [2022-01-22T04:42:51.097Z] [INFO] 
23:42:51 [2022-01-22T04:42:51.097Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.lang.unittest.test ---
23:42:51 [2022-01-22T04:42:51.097Z] [INFO] 
23:42:51 [2022-01-22T04:42:51.097Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.lang.unittest.test ---
23:42:51 [2022-01-22T04:42:51.097Z] [INFO] Fork Value is false
23:42:51 [2022-01-22T04:42:51.354Z]      [java] JVM args ignored when same JVM is used.
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] Done SpotBugs Analysis....
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.lang.unittest.test ---
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] You have 0 Checkstyle violations.
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test ---
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.9.0-SNAPSHOT.jar
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.9.0-SNAPSHOT.pom
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.9.0-SNAPSHOT-p2metadata.xml
23:42:54 [2022-01-22T04:42:54.688Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.9.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.ui.scripts.test >----------
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] Building org.eclipse.ease.ui.scripts.test 0.9.0-SNAPSHOT         [45/49]
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/src/main/resources
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/classes
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/src/test/resources
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.9.0-SNAPSHOT.jar
23:42:54 [2022-01-22T04:42:54.689Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.690Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.690Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.690Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.690Z] [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.ui.scripts.test/target/jacoco.exec,output=file
23:42:54 [2022-01-22T04:42:54.690Z] [INFO] 
23:42:54 [2022-01-22T04:42:54.690Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.ui.scripts.test ---
23:42:54 [2022-01-22T04:42:54.690Z] [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.ui.scripts.test/target/work/data/.metadata/.log
23:42:54 [2022-01-22T04:42:54.690Z] [INFO] Command line:
23:42:54 [2022-01-22T04:42:54.690Z] 	[/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.ui.scripts.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.ui.scripts.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/surefire.properties]
23:42:54 [2022-01-22T04:42:54.690Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:42:58 [2022-01-22T04:42:58.039Z] Running org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest
23:42:58 [2022-01-22T04:42:58.039Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.ease.ui.scripts.expressions.definitions.ExpressionFactoryTest
23:42:58 [2022-01-22T04:42:58.039Z] loadClassWithExpression  Time elapsed: 0.02 s
23:42:58 [2022-01-22T04:42:58.039Z] createWithExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.039Z] createReferenceExpression  Time elapsed: 0.002 s
23:42:58 [2022-01-22T04:42:58.040Z] loadClassReferenceExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] loadClassTestExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] createEqualsExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] loadClassCountExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] loadClassOrExpression  Time elapsed: 0 s
23:42:58 [2022-01-22T04:42:58.040Z] createTestExpression  Time elapsed: 0.003 s
23:42:58 [2022-01-22T04:42:58.040Z] createOrExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] loadClassAndExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] createAndExpression  Time elapsed: 0 s
23:42:58 [2022-01-22T04:42:58.040Z] loadClassEqualsExpression  Time elapsed: 0 s
23:42:58 [2022-01-22T04:42:58.040Z] createCountExpression  Time elapsed: 0.001 s
23:42:58 [2022-01-22T04:42:58.040Z] 
23:42:58 [2022-01-22T04:42:58.040Z] Results:
23:42:58 [2022-01-22T04:42:58.040Z] 
23:42:58 [2022-01-22T04:42:58.040Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
23:42:58 [2022-01-22T04:42:58.040Z] 
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] All tests passed!
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] 
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.ui.scripts.test ---
23:42:58 [2022-01-22T04:42:58.040Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:58 [2022-01-22T04:42:58.040Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] 
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.ui.scripts.test ---
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] 
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.scripts.test ---
23:42:58 [2022-01-22T04:42:58.040Z] [INFO] Fork Value is false
23:42:58 [2022-01-22T04:42:58.040Z]      [java] JVM args ignored when same JVM is used.
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] Done SpotBugs Analysis....
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.scripts.test ---
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] You have 0 Checkstyle violations.
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts.test ---
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/org.eclipse.ease.ui.scripts.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.9.0-SNAPSHOT.jar
23:42:59 [2022-01-22T04:42:59.932Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.9.0-SNAPSHOT.pom
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.9.0-SNAPSHOT-p2metadata.xml
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.scripts.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >--------------
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] Building org.eclipse.ease.ui.test 0.9.0-SNAPSHOT                 [46/49]
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] The project's OSGi version is 0.9.0.I202201141255
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/src/main/resources
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] 
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.test ---
23:42:59 [2022-01-22T04:42:59.933Z] [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/classes
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] 
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test ---
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/src/test/resources
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] 
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test ---
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] 
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test ---
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT.jar
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] 
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test ---
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] 
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.ui.test ---
23:43:00 [2022-01-22T04:43:00.890Z] [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.ui.test/target/jacoco.exec,output=file
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] 
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.ui.test ---
23:43:00 [2022-01-22T04:43:00.890Z] [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.ui.test/target/work/data/.metadata/.log
23:43:00 [2022-01-22T04:43:00.890Z] [INFO] Command line:
23:43:00 [2022-01-22T04:43:00.891Z] 	[/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.ui.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.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/surefire.properties]
23:43:00 [2022-01-22T04:43:00.891Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:43:04 [2022-01-22T04:43:04.189Z] Running org.eclipse.ease.ui.completion.CodeCompletionAggregatorTest
23:43:04 [2022-01-22T04:43:04.446Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s - in org.eclipse.ease.ui.completion.CodeCompletionAggregatorTest
23:43:04 [2022-01-22T04:43:04.446Z] context_for_empty_input  Time elapsed: 0.508 s
23:43:04 [2022-01-22T04:43:04.446Z] context_for_root_package_with_suffix  Time elapsed: 0.003 s
23:43:04 [2022-01-22T04:43:04.446Z] getProposals_contains_proposal_from_local_provider  Time elapsed: 0.003 s
23:43:04 [2022-01-22T04:43:04.446Z] context_for_root_package  Time elapsed: 0.002 s
23:43:04 [2022-01-22T04:43:04.446Z] Running org.eclipse.ease.ui.completion.provider.AbstractCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.446Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.ease.ui.completion.provider.AbstractCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_true{String}[1]  Time elapsed: 0.014 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_true{String}[2]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_true{String}[3]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_true{String}[4]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isMethodParameter_equals_true  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isMethodParameter_equals_true_for_2nd_parameter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isValid_equals_false_for_invalid_context  Time elapsed: 0.018 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_false{String}[1]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_false{String}[2]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_false{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_false{String}[4]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.446Z] isStringParameter_equals_false{String}[5]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isMethodParameter_equals_false_when_no_method_is_detected  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isValid_equals_true_for_valid_context  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.446Z] isMethodParameter_equals_false_for_wrong_method_name  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] isMethodParameter_equals_false_for_wrong_parameter_index  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.446Z] Running org.eclipse.ease.ui.completion.provider.VariablesCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.702Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in org.eclipse.ease.ui.completion.provider.VariablesCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.702Z] prepareProposals_instance_contains_integer_variable  Time elapsed: 0.215 s
23:43:04 [2022-01-22T04:43:04.702Z] prepareProposals_instance_contains_string_variable  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.702Z] prepareProposals_instance_contains_string_variable_for_filter_input_case_insensitive  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.702Z] prepareProposals_instance_contains_string_variable_for_filter_input  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] prepareProposals_does_not_contain_internal_variable  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[1]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[2]  Time elapsed: 0.002 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[3]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[4]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[5]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[1]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[2]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[3]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[4]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[5]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[6]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[7]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[8]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] Running org.eclipse.ease.ui.completion.provider.LoadModuleCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.703Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ease.ui.completion.provider.LoadModuleCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_root_entry_with_absolute_filter  Time elapsed: 0.004 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_root_entry_with_relative_filter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_category_with_relative_filter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_does_not_contain_root_entry_on_filter_mismatch  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[1]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[2]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_root_entry  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[1]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_true{String}[2]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_child_entry_with_absolute_filter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_does_not_contain_entry_on_completed_input  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] Running org.eclipse.ease.ui.completion.provider.AbstractPathCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.703Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.ui.completion.provider.AbstractPathCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.703Z] filter_keeps_only_lower_level_on_matching_filter  Time elapsed: 0.002 s
23:43:04 [2022-01-22T04:43:04.703Z] filter_removes_nothing_if_context_is_empty  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] getPathsFromElements_is_empty_for_root_elements_only  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] filter_keeps_only_1st_level_on_empty_filter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] filter_keeps_only_1st_level_on_matching_filter  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] getPathsFromElements_is_empty_for_empty_element  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] filter_removes_mismatches_on_same_level  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] filter_matches_next_level  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] filter_matches_relative_paths  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] getPathsFromElements_contains_parent_paths  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] getPathsFromElements_contains_all_hierarchies  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] Running org.eclipse.ease.ui.completion.provider.LoadedModuleCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.703Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.ease.ui.completion.provider.LoadedModuleCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.703Z] method_proposal_contains_opening_bracket_when_method_has_mandatory_parameters  Time elapsed: 0.002 s
23:43:04 [2022-01-22T04:43:04.703Z] method_proposal_contains_full_method_call_when_method_has_only_optional_parameters  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_constant_methods  Time elapsed: 0.026 s
23:43:04 [2022-01-22T04:43:04.703Z] getProposals_contains_module_methods  Time elapsed: 0.002 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[1]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[2]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.703Z] isActive_equals_false{String}[4]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.704Z] isActive_equals_true{String}[1]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.704Z] isActive_equals_true{String}[2]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.704Z] isActive_equals_true{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.704Z] isActive_equals_true{String}[4]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.704Z] isActive_equals_true{String}[5]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.704Z] isActive_equals_true{String}[6]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.704Z] method_proposal_contains_full_method_call_when_method_has_no_parameters  Time elapsed: 0.002 s
23:43:04 [2022-01-22T04:43:04.704Z] Running org.eclipse.ease.ui.completion.provider.LocationResolverTest
23:43:04 [2022-01-22T04:43:04.704Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.ui.completion.provider.LocationResolverTest
23:43:04 [2022-01-22T04:43:04.704Z] getParentString_has_no_trailing_slashes  Time elapsed: 0.003 s
23:43:04 [2022-01-22T04:43:04.704Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.987Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_does_not_contain_back_proposal_for_project  Time elapsed: 0.081 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_does_not_contain_project_root_with_file_resource  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_project_root_files_for_project_root  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_files_for_workspace_folder  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_back_for_workspace_folder  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_root_file_systems  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_files_for_project  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] back_proposal_contains_correct_replacement_string_for_absolute_workspace_folder_link  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_does_not_contain_project_root_without_resource  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_project_root_with_workspace_resource  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_back_for_project_folder  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_project_root_folders_for_workspace_project_with_back_path  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_projects_for_workspace_root  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_project_root_folders_for_workspace_project  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_filesystem_root  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_files_for_project_folder  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_workspace_root  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_does_not_contain_back_proposal  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_files_for_filesystem  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_project_root_files_for_workspace_project  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getProposals_contains_back_for_filesystem  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] back_proposal_contains_correct_replacement_string_for_relative_workspace_folder_link  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] Running org.eclipse.ease.ui.completion.tokenizer.TokenListTest
23:43:04 [2022-01-22T04:43:04.988Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ease.ui.completion.tokenizer.TokenListTest
23:43:04 [2022-01-22T04:43:04.988Z] new_TokenList_is_empty  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] Running org.eclipse.ease.ui.completion.tokenizer.BracketMatcherTest
23:43:04 [2022-01-22T04:43:04.988Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.ui.completion.tokenizer.BracketMatcherTest
23:43:04 [2022-01-22T04:43:04.988Z] getOpenBrackets_returns_open_brackets_only  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getBrackets_detects_1  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getBrackets_detects_2  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getBrackets_detects_3  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] hasOpenBrackets_equals_true  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getBrackets_is_empty  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] hasOpenBrackets_equals_false  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getBrackets_detects_open_brackets  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getBrackets_detects_nested  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] Running org.eclipse.ease.ui.completion.tokenizer.InputTokenizerTest
23:43:04 [2022-01-22T04:43:04.988Z] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.ease.ui.completion.tokenizer.InputTokenizerTest
23:43:04 [2022-01-22T04:43:04.988Z] getTokens_detects_method_chaining  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[1]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[2]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[4]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[5]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[6]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] isDelimiter_equals_true{String}[7]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getTokens_detects_package_fragments  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.988Z] getTokens_detects_javascript_method_call  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.988Z] getTokens_detects_incomplete_package  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_module_methods_call_chain  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_splits_string_literal  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_static_method_call  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call_chain  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_multiply_operations  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call_parameter_prefix  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call_parameters_with_prefix  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_package  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_partial_package  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_plus_operations  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_class  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_opened_module_method  Time elapsed: 0.004 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_brackets_recursively  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call_parameter  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_brackets  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_removes_new_operator  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isDelimiter_equals_false{String}[1]  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] isDelimiter_equals_false{String}[2]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isDelimiter_equals_false{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call_parameters  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_class_instantiation  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_divide_operations  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_removes_left_hand_side_of_assignment  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_javascript_class_instantiation  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_for_loop  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_resolved_javascript_variable_2  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_minus_operations  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_class_instantiation_2  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_class_instantiation_3  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_assignments  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_inner_class  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_static_method_call_with_dot_prefix  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_class_2  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_false{String}[1]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_false{String}[2]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_false{String}[3]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_false{String}[4]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_false{String}[5]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_does_not_split_within_string_literal  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_1  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_true{String}[1]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] isTextFilter_equals_true{String}[2]  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_opened_module_method_with_filter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_method_call_request_with_filter  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_for_empty_input  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_package_with_class_prefix  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_module_methods  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_completed_method  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_resolved_javascript_variable_with_method  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_resolved_javascript_variable  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_string_literal_1  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_simplifies_string_literal_2  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_is_empty_after_string_literal  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_static_method_call_chain  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.989Z] getTokens_detects_opened_module_method_with_parameter  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] getTokens_detects_javascript_object_call  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] Running org.eclipse.ease.ui.completion.BasicContextTest
23:43:04 [2022-01-22T04:43:04.990Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.ui.completion.BasicContextTest
23:43:04 [2022-01-22T04:43:04.990Z] isValid_equals_true  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] getScriptEngine_returns_engine  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] getFilter_removes_string_literal_start  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getLoadedModules_detects_modules_from_ScriptEngine  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] getFilter_contains_parameter_prefix  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getLoadedModules_contains_environment_on_resource  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getLoadedModules_does_not_contain_environment_twice_on_resource  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] getFilter_is_empty  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getFilter_keeps_spaces_in_string_literal  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getLoadedModules_detects_loadModule_commands  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getFilter_is_empty_for_empty_input  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] isInvalid_equals_true  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] Running org.eclipse.ease.ui.completion.ScriptCompletionProposalTest
23:43:04 [2022-01-22T04:43:04.990Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.ui.completion.ScriptCompletionProposalTest
23:43:04 [2022-01-22T04:43:04.990Z] getCursorPosition_equals_end_of_inserted_text  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getCursorPosition_equals_end_of_appended_text  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] compareTo_lists_higher_priority_first  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getContent_inserts_replacement_text  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] getCursorPosition_equals_end_of_set_text  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getContent_sets_replacement_text  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] compareTo_lists_same_prio_in_alphabetic_order  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] getContent_appends_replacement_text  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest
23:43:04 [2022-01-22T04:43:04.990Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.002 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest
23:43:04 [2022-01-22T04:43:04.990Z] getModuleHelpLocation skipped
23:43:04 [2022-01-22T04:43:04.990Z] getModuleHelp skipped
23:43:04 [2022-01-22T04:43:04.990Z] getMethodHelp skipped
23:43:04 [2022-01-22T04:43:04.990Z] getConstantHelp skipped
23:43:04 [2022-01-22T04:43:04.990Z] Running org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackLabelProviderTest
23:43:04 [2022-01-22T04:43:04.990Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackLabelProviderTest
23:43:04 [2022-01-22T04:43:04.990Z] getText_null_returns_empty_string  Time elapsed: 0.003 s
23:43:04 [2022-01-22T04:43:04.990Z] getText_returns_definition_name  Time elapsed: 0.075 s
23:43:04 [2022-01-22T04:43:04.990Z] getText_returns_full_class_name_name  Time elapsed: 0 s
23:43:04 [2022-01-22T04:43:04.990Z] Running org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackContentProviderTest
23:43:04 [2022-01-22T04:43:04.990Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackContentProviderTest
23:43:04 [2022-01-22T04:43:04.990Z] getElements_returns_modules  Time elapsed: 0.024 s
23:43:04 [2022-01-22T04:43:04.990Z] getElements_returns_empty_list_without_environment  Time elapsed: 0.001 s
23:43:04 [2022-01-22T04:43:04.990Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.HiddenVariablesFilterTest
23:43:05 [2022-01-22T04:43:05.247Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.ease.ui.views.shell.dropins.variables.HiddenVariablesFilterTest
23:43:05 [2022-01-22T04:43:05.247Z] select_accepts_unknown_classes  Time elapsed: 0.001 s
23:43:05 [2022-01-22T04:43:05.247Z] select_accepts_script_variables  Time elapsed: 0.08 s
23:43:05 [2022-01-22T04:43:05.247Z] select_declines_hidden_script_variables  Time elapsed: 0 s
23:43:05 [2022-01-22T04:43:05.247Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.ContentLabelProviderTest
23:43:05 [2022-01-22T04:43:05.247Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.ease.ui.views.shell.dropins.variables.ContentLabelProviderTest
23:43:05 [2022-01-22T04:43:05.247Z] getText_returns_variable_content  Time elapsed: 0.036 s
23:43:05 [2022-01-22T04:43:05.247Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.VariablesComparatorTest
23:43:05 [2022-01-22T04:43:05.247Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.ease.ui.views.shell.dropins.variables.VariablesComparatorTest
23:43:05 [2022-01-22T04:43:05.247Z] lastExecutionResult_comes_before_debugVariable  Time elapsed: 0.062 s
23:43:05 [2022-01-22T04:43:05.247Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.VariablesLabelProviderTest
23:43:05 [2022-01-22T04:43:05.247Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.ui.views.shell.dropins.variables.VariablesLabelProviderTest
23:43:05 [2022-01-22T04:43:05.247Z] getText_returns_variable_name  Time elapsed: 0.002 s
23:43:05 [2022-01-22T04:43:05.247Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.VariablesContentProviderTest
23:43:05 [2022-01-22T04:43:05.247Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.ease.ui.views.shell.dropins.variables.VariablesContentProviderTest
23:43:05 [2022-01-22T04:43:05.247Z] hasChildren_true_when_child_nodes_are_available  Time elapsed: 0.001 s
23:43:05 [2022-01-22T04:43:05.247Z] getChildren_is_empty_when_no_child_nodes_are_available  Time elapsed: 0 s
23:43:05 [2022-01-22T04:43:05.247Z] getElements_contains_variables_from_engine  Time elapsed: 0.024 s
23:43:05 [2022-01-22T04:43:05.247Z] hasChildren_false_when_no_child_nodes_are_available  Time elapsed: 0 s
23:43:05 [2022-01-22T04:43:05.247Z] getChildren_not_empty_when_child_nodes_are_available  Time elapsed: 0.001 s
23:43:05 [2022-01-22T04:43:05.247Z] Running org.eclipse.ease.ui.dnd.ResourceDropHandlerTest
23:43:05 [2022-01-22T04:43:05.504Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.ease.ui.dnd.ResourceDropHandlerTest
23:43:05 [2022-01-22T04:43:05.504Z] performDrop_includes_URI_instance  Time elapsed: 0.013 s
23:43:05 [2022-01-22T04:43:05.504Z] performDrop_includes_File_instance  Time elapsed: 0.088 s
23:43:05 [2022-01-22T04:43:05.504Z] accepts_returns_false_for_String_input  Time elapsed: 0.003 s
23:43:05 [2022-01-22T04:43:05.504Z] performDrop_includes_IFile_instance  Time elapsed: 0.068 s
23:43:05 [2022-01-22T04:43:05.504Z] Running org.eclipse.ease.ui.dnd.ModulesDropHandlerTest
23:43:05 [2022-01-22T04:43:05.504Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ease.ui.dnd.ModulesDropHandlerTest
23:43:05 [2022-01-22T04:43:05.504Z] accepts_true_for_ModuleEntry  Time elapsed: 0.011 s
23:43:05 [2022-01-22T04:43:05.504Z] performDrop_of_Method_executes_with_default_parameters_on_DROP_COPY  Time elapsed: 0.002 s
23:43:05 [2022-01-22T04:43:05.504Z] performDrop_of_ModuleEntry_loads_module  Time elapsed: 0.001 s
23:43:05 [2022-01-22T04:43:05.504Z] accepts_true_for_ModuleDefinition  Time elapsed: 0 s
23:43:05 [2022-01-22T04:43:05.504Z] performDrop_of_ModuleDefinition_loads_module  Time elapsed: 0.001 s
23:43:05 [2022-01-22T04:43:05.504Z] 
23:43:05 [2022-01-22T04:43:05.504Z] Results:
23:43:05 [2022-01-22T04:43:05.504Z] 
23:43:05 [2022-01-22T04:43:05.504Z] Tests run: 226, Failures: 0, Errors: 0, Skipped: 4
23:43:05 [2022-01-22T04:43:05.504Z] 
23:43:05 [2022-01-22T04:43:05.789Z] [INFO] All tests passed!
23:43:05 [2022-01-22T04:43:05.789Z] [INFO] 
23:43:05 [2022-01-22T04:43:05.789Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.ui.test ---
23:43:05 [2022-01-22T04:43:05.789Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:43:05 [2022-01-22T04:43:05.789Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:43:07 [2022-01-22T04:43:07.228Z] [INFO] 
23:43:07 [2022-01-22T04:43:07.228Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.ui.test ---
23:43:07 [2022-01-22T04:43:07.228Z] [INFO] 
23:43:07 [2022-01-22T04:43:07.228Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.test ---
23:43:07 [2022-01-22T04:43:07.228Z] [INFO] Fork Value is false
23:43:07 [2022-01-22T04:43:07.228Z]      [java] JVM args ignored when same JVM is used.
23:43:10 [2022-01-22T04:43:10.500Z] [INFO] Done SpotBugs Analysis....
23:43:10 [2022-01-22T04:43:10.500Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.500Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.test ---
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] You have 0 Checkstyle violations.
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test ---
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT.jar
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT.pom
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT-p2metadata.xml
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test ---
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.ui.completions.java.test >-----
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] Building org.eclipse.ease.ui.completions.java.test 0.9.0-SNAPSHOT [47/49]
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java.test ---
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java.test ---
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] The project's OSGi version is 0.9.0.I202110141644
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java.test ---
23:43:10 [2022-01-22T04:43:10.791Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java.test ---
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java.test ---
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/src/main/resources
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] 
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java.test ---
23:43:10 [2022-01-22T04:43:10.792Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/classes
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] 
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java.test ---
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/src/test/resources
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] 
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java.test ---
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] 
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java.test ---
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/org.eclipse.ease.ui.completions.java.test-0.9.0-SNAPSHOT.jar
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] 
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java.test ---
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] 
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.ui.completions.java.test ---
23:43:11 [2022-01-22T04:43:11.090Z] [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.ui.completions.java.test/target/jacoco.exec,output=file
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] 
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.ui.completions.java.test ---
23:43:11 [2022-01-22T04:43:11.090Z] [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.ui.completions.java.test/target/work/data/.metadata/.log
23:43:11 [2022-01-22T04:43:11.090Z] [INFO] Command line:
23:43:11 [2022-01-22T04:43:11.091Z] 	[/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.ui.completions.java.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.ui.completions.java.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.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.ui.completions.java.test/target/surefire.properties]
23:43:11 [2022-01-22T04:43:11.091Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed" 
23:43:14 [2022-01-22T04:43:14.441Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionProviderTest
23:43:15 [2022-01-22T04:43:15.849Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionProviderTest
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_instance_contains_class_for_package_context_with_filter  Time elapsed: 0.784 s
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_instance_contains_inner_class_for_class_context  Time elapsed: 0.006 s
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_instance_contains_class_for_package_context  Time elapsed: 0.003 s
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_instance_contains_class_for_partial_context  Time elapsed: 0.003 s
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_instance_contains_inner_class_for_class_context_with_filter  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_instance_contains_class_for_global_context  Time elapsed: 0.007 s
23:43:15 [2022-01-22T04:43:15.849Z] prepareProposals_does_not_contain_inner_class_for_a_given_inner_class_context  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_false{String}[1]  Time elapsed: 0.011 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_false{String}[2]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_true{String}[1]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_true{String}[2]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_true{String}[3]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_true{String}[4]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_true{String}[5]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.849Z] isActive_equals_true{String}[6]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_is_empty_for_exact_class_context  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] Running org.eclipse.ease.ui.completions.java.provider.JavaMethodCompletionProviderTest
23:43:15 [2022-01-22T04:43:15.850Z] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ease.ui.completions.java.provider.JavaMethodCompletionProviderTest
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_class_does_not_contain_isntance_methods  Time elapsed: 0.017 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_contains_method_with_filter  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_method_contains_instance_methods  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_contains_instance_methods  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_class_contains_static_methods  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] proposal_replacement_string_contains_leading_dot  Time elapsed: 0.003 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_does_not_contain_static_methods  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_class_contains_static_fields  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_does_not_contain_static_fields  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_does_not_contain_methods_of_base_class_for_method_context  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[1]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[2]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[3]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[1]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[2]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[3]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[4]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[5]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[6]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[7]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[8]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[9]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[10]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionProviderTest
23:43:15 [2022-01-22T04:43:15.850Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionProviderTest
23:43:15 [2022-01-22T04:43:15.850Z] proposal_java_preserves_suffix  Time elapsed: 0.002 s
23:43:15 [2022-01-22T04:43:15.850Z] proposal_java_appends_to_prefix  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_contains_root_package_after_new_keyword  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] proposal_java_replaces_filter  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_contains_sub_package  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_instance_contains_3rd_level  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[1]  Time elapsed: 0.014 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[2]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[3]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_false{String}[4]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_contains_root_package{String}[1]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_contains_root_package{String}[2]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] prepareProposals_contains_root_package{String}[3]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[1]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[2]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[3]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[4]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.850Z] isActive_equals_true{String}[5]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[6]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[7]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[8]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[9]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[10]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[11]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[12]  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[13]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] isActive_equals_true{String}[14]  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] prepareProposals_is_empty_for_exact_class_context  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] Running org.eclipse.ease.ui.completions.java.provider.JavaResourcesTest
23:43:15 [2022-01-22T04:43:15.851Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.ui.completions.java.provider.JavaResourcesTest
23:43:15 [2022-01-22T04:43:15.851Z] getClasses_with_filter_is_populated  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] getClasses_is_populated  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] singleton_exists  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] getPackages_is_populated  Time elapsed: 0.001 s
23:43:15 [2022-01-22T04:43:15.851Z] getClasses_with_filter_contains_File_class  Time elapsed: 0 s
23:43:15 [2022-01-22T04:43:15.851Z] 
23:43:15 [2022-01-22T04:43:15.851Z] Results:
23:43:15 [2022-01-22T04:43:15.851Z] 
23:43:15 [2022-01-22T04:43:15.851Z] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
23:43:15 [2022-01-22T04:43:15.851Z] 
23:43:16 [2022-01-22T04:43:16.786Z] [INFO] All tests passed!
23:43:16 [2022-01-22T04:43:16.786Z] [INFO] 
23:43:16 [2022-01-22T04:43:16.786Z] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd-integration) @ org.eclipse.ease.ui.completions.java.test ---
23:43:16 [2022-01-22T04:43:16.786Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:43:16 [2022-01-22T04:43:16.786Z] [WARNING] Unable to exclude rules [JUnit5TestShouldBePackagePrivate] from ruleset reference category/java/bestpractices.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
23:43:17 [2022-01-22T04:43:17.043Z] [INFO] 
23:43:17 [2022-01-22T04:43:17.043Z] [INFO] --- maven-pmd-plugin:3.14.0:cpd (pmd-integration) @ org.eclipse.ease.ui.completions.java.test ---
23:43:17 [2022-01-22T04:43:17.043Z] [INFO] 
23:43:17 [2022-01-22T04:43:17.043Z] [INFO] --- spotbugs-maven-plugin:4.1.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.ui.completions.java.test ---
23:43:17 [2022-01-22T04:43:17.043Z] [INFO] Fork Value is false
23:43:17 [2022-01-22T04:43:17.043Z]      [java] JVM args ignored when same JVM is used.
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] Done SpotBugs Analysis....
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] 
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle-integration) @ org.eclipse.ease.ui.completions.java.test ---
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] You have 0 Checkstyle violations.
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] 
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java.test ---
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/org.eclipse.ease.ui.completions.java.test-0.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java.test-0.9.0-SNAPSHOT.jar
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java.test-0.9.0-SNAPSHOT.pom
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java.test-0.9.0-SNAPSHOT-p2metadata.xml
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java.test/0.9.0-SNAPSHOT/org.eclipse.ease.ui.completions.java.test-0.9.0-SNAPSHOT-p2artifacts.xml
23:43:19 [2022-01-22T04:43:19.588Z] [INFO] 
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] --- tycho-p2-plugin:2.2.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java.test ---
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] 
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.releng.coverage >----------
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] Building org.eclipse.ease.releng.coverage 0.9.0-SNAPSHOT         [48/49]
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] --------------------------------[ pom ]---------------------------------
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] 
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.coverage ---
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] 
23:43:19 [2022-01-22T04:43:19.589Z] [INFO] --- jacoco-maven-plugin:0.8.6:report-aggregate (default) @ org.eclipse.ease.releng.coverage ---
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.unittest.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.scripts.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/jacoco.exec
23:43:19 [2022-01-22T04:43:19.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.completions.java.test/target/jacoco.exec
23:43:20 [2022-01-22T04:43:20.102Z] [INFO] Analyzed bundle 'org.eclipse.ease' with 105 classes
23:43:20 [2022-01-22T04:43:20.102Z] [INFO] Analyzed bundle 'org.eclipse.ease.classloader' with 1 classes
23:43:20 [2022-01-22T04:43:20.358Z] [INFO] Analyzed bundle 'org.eclipse.ease.ui' with 212 classes
23:43:20 [2022-01-22T04:43:20.359Z] [INFO] Analyzed bundle 'org.eclipse.ease.ui.completions.java' with 14 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.ui.scripts' with 157 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.help' with 0 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.javascript' with 5 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.javascript.ui' with 4 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.javascript.rhino' with 21 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.javascript.nashorn' with 2 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.python' with 23 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.python.jython' with 13 classes
23:43:20 [2022-01-22T04:43:20.615Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.python.py4j' with 11 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.jvm.compiled' with 2 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.groovy' with 3 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.groovy.interpreter' with 3 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.ruby' with 3 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.ruby.jruby' with 2 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.scriptarchive' with 3 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.scriptarchive.ui' with 8 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.unittest' with 51 classes
23:43:20 [2022-01-22T04:43:20.887Z] [INFO] Analyzed bundle 'org.eclipse.ease.lang.unittest.ui' with 79 classes
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] 
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng.coverage ---
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/releng/org.eclipse.ease.releng.coverage/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.coverage/0.9.0-SNAPSHOT/org.eclipse.ease.releng.coverage-0.9.0-SNAPSHOT.pom
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] 
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] ---------------------< org.eclipse.ease:ease.core >---------------------
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT                        [49/49]
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] --------------------------------[ pom ]---------------------------------
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] 
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core ---
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] 
23:43:21 [2022-01-22T04:43:21.143Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core ---
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/ease.core/0.4.0-SNAPSHOT/ease.core-0.4.0-SNAPSHOT.pom
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] ------------------------------------------------------------------------
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] Reactor Summary:
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] 
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.classloader 0.9.0-SNAPSHOT ........ SUCCESS [ 18.804 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease 0.9.0-SNAPSHOT .................... SUCCESS [ 15.010 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.ui 0.9.0-SNAPSHOT ................. SUCCESS [ 18.807 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.ui.completions.java 0.9.0-SNAPSHOT  SUCCESS [  7.084 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.ui.scripts 0.9.0-SNAPSHOT ......... SUCCESS [ 14.373 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.releng 0.9.0-SNAPSHOT ............. SUCCESS [  0.141 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.lang.javascript 0.9.0-SNAPSHOT .... SUCCESS [  4.883 s]
23:43:21 [2022-01-22T04:43:21.399Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.9.0-SNAPSHOT . SUCCESS [  4.526 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python 0.9.0-SNAPSHOT ........ SUCCESS [  6.244 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python.py4j 0.9.0-SNAPSHOT ... SUCCESS [  5.777 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.groovy 0.9.0-SNAPSHOT ........ SUCCESS [  4.503 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.9.0-SNAPSHOT SUCCESS [  4.023 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.unittest 0.9.0-SNAPSHOT ...... SUCCESS [  9.253 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.9.0-SNAPSHOT ... SUCCESS [  9.993 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.ruby 0.9.0-SNAPSHOT .......... SUCCESS [  4.141 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.9.0-SNAPSHOT .... SUCCESS [  3.754 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.9.0-SNAPSHOT SUCCESS [  4.453 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.9.0-SNAPSHOT SUCCESS [  6.531 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python.jython 0.9.0-SNAPSHOT . SUCCESS [  6.850 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.9.0-SNAPSHOT . SUCCESS [  4.369 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.9.0-SNAPSHOT .. SUCCESS [  4.449 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.9.0-SNAPSHOT SUCCESS [  5.891 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.help 0.9.0-SNAPSHOT ............... SUCCESS [  6.967 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.feature 0.9.0-SNAPSHOT ............ SUCCESS [  0.122 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.ui.feature 0.9.0-SNAPSHOT ......... SUCCESS [  0.183 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.9.0-SNAPSHOT SUCCESS [  0.081 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python.feature 0.9.0-SNAPSHOT  SUCCESS [  0.035 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.python.jython.feature 0.9.0-SNAPSHOT SUCCESS [  0.087 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.9.0-SNAPSHOT SUCCESS [  0.078 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.9.0-SNAPSHOT ... SUCCESS [  0.084 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.9.0-SNAPSHOT  SUCCESS [  0.050 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.9.0-SNAPSHOT .. SUCCESS [  0.103 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.9.0-SNAPSHOT SUCCESS [  0.064 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.9.0-SNAPSHOT SUCCESS [  0.083 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.releng.target 0.9.0-SNAPSHOT ...... SUCCESS [  0.002 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.releng.p2 0.9.0-SNAPSHOT .......... SUCCESS [  4.373 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.testhelper 0.9.0-SNAPSHOT ......... SUCCESS [  5.991 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.test 0.9.0-SNAPSHOT ............... SUCCESS [ 32.800 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.9.0-SNAPSHOT SUCCESS [ 19.986 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.javascript.test 0.9.0-SNAPSHOT SUCCESS [  6.196 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python.test 0.9.0-SNAPSHOT ... SUCCESS [  8.064 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.9.0-SNAPSHOT SUCCESS [ 21.744 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.9.0-SNAPSHOT SUCCESS [  7.099 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.lang.unittest.test 0.9.0-SNAPSHOT . SUCCESS [ 12.488 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.ui.scripts.test 0.9.0-SNAPSHOT .... SUCCESS [  5.595 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.ui.test 0.9.0-SNAPSHOT ............ SUCCESS [ 10.872 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.ui.completions.java.test 0.9.0-SNAPSHOT SUCCESS [  8.964 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] org.eclipse.ease.releng.coverage 0.9.0-SNAPSHOT .... SUCCESS [  1.428 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [  0.211 s]
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] ------------------------------------------------------------------------
23:43:21 [2022-01-22T04:43:21.400Z] [INFO] BUILD SUCCESS
23:43:21 [2022-01-22T04:43:21.401Z] [INFO] ------------------------------------------------------------------------
23:43:21 [2022-01-22T04:43:21.401Z] [INFO] Total time:  06:27 min
23:43:21 [2022-01-22T04:43:21.401Z] [INFO] Finished at: 2022-01-22T04:43:21Z
23:43:21 [2022-01-22T04:43:21.401Z] [INFO] ------------------------------------------------------------------------
23:43:21 [2022-01-22T04:43:21.401Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMavena2c236ed/maven-spy-20220122-043653-2782484217116234461418.log
[Pipeline] }
23:43:22 [2022-01-22T04:43:22.670Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.jython.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.unittest.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.unittest.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.scripts.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.scripts.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.671Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.completions.java.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.completions.java.test/target/surefire-reports/*.xml
23:43:22 [2022-01-22T04:43:22.673Z] [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
23:43:24 [2022-01-22T04:43:24.350Z] [withMaven] Jenkins JaCoCo Plugin not found, don't display org.jacoco:jacoco-maven-plugin:prepare-agent[-integration] results in pipeline screen.
23:43:24 [2022-01-22T04:43:24.354Z] [withMaven] Jenkins FindBugs Plugin not found, don't display com.github.spotbugs:spotbugs-maven-plugin:spotbugs results in pipeline screen.
23:43:24 [2022-01-22T04:43:24.356Z] [withMaven] Publishers: Pipeline Graph Publisher: 59 ms, Invoker Publisher: 2 ms, Junit Publisher: 347 ms, Concordion Publisher: 2 ms, Dependencies Fingerprint Publisher: 1318 ms, Findbugs Publisher: 1 ms, Jacoco Publisher: 3 ms, SpotBugs Publisher: 2 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] sh
23:43:24 [2022-01-22T04:43:24.666Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2018-12.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target
[Pipeline] withMaven
23:43:24 [2022-01-22T04:43:24.675Z] [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']]
23:43:24 [2022-01-22T04:43:24.675Z] [withMaven] Available options: 
23:43:24 [2022-01-22T04:43:24.675Z] [withMaven] using JDK installation openjdk-jdk15-latest
23:43:24 [2022-01-22T04:43:24.681Z] [withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
23:43:24 [2022-01-22T04:43:24.995Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml
23:43:24 [2022-01-22T04:43:24.996Z] ----- withMaven Wrapper script -----
23:43:24 [2022-01-22T04:43:24.996Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:43:24 [2022-01-22T04:43:24.996Z] Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
23:43:24 [2022-01-22T04:43:24.996Z] Maven home: /opt/tools/apache-maven/latest
23:43:24 [2022-01-22T04:43:24.996Z] Java version: 15.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-15/15.0.2+7
23:43:24 [2022-01-22T04:43:24.996Z] Default locale: en_US, platform encoding: UTF-8
23:43:24 [2022-01-22T04:43:24.996Z] OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
23:43:25 [2022-01-22T04:43:25.558Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/maven-spy-20220122-044325-4841840046379964382925.log.tmp ...
23:43:25 [2022-01-22T04:43:25.814Z] [INFO] Scanning for projects...
23:43:29 [2022-01-22T04:43:29.090Z] [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
23:43:37 [2022-01-22T04:43:37.188Z] [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
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING]   org.eclipse.ease.ui.scripts/0.9.0.I202106220815
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING]   org.eclipse.ease.lang.javascript.rhino/0.9.0.I202111181115
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING]   org.eclipse.ease.lang.javascript/0.9.0.I202110141644
23:43:37 [2022-01-22T04:43:37.188Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:37 [2022-01-22T04:43:37.188Z] [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
23:43:41 [2022-01-22T04:43:41.356Z] [INFO] Fetching 202106161001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-06/ (63B)
23:43:41 [2022-01-22T04:43:41.356Z] [INFO] Fetching com.google.gson_2.8.6.v20201231-1626.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (262.06kB)
23:43:41 [2022-01-22T04:43:41.356Z] [INFO] Fetching 201812191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2018-12/ (63B)
23:43:41 [2022-01-22T04:43:41.356Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.55MB)
23:43:41 [2022-01-22T04:43:41.612Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.46MB)
23:43:42 [2022-01-22T04:43:42.539Z] [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.46kB)
23:43:42 [2022-01-22T04:43:42.539Z] [INFO] Fetching org.eclipse.osgi_3.13.200.v20181130-2106.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.38MB)
23:43:42 [2022-01-22T04:43:42.539Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (351.72kB)
23:43:42 [2022-01-22T04:43:42.795Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (144.14kB)
23:43:42 [2022-01-22T04:43:42.795Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (20.33kB)
23:43:43 [2022-01-22T04:43:43.051Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (23.47kB)
23:43:43 [2022-01-22T04:43:43.051Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (680.05kB)
23:43:43 [2022-01-22T04:43:43.307Z] [INFO] Fetching org.apache.felix.scr_2.0.14.v20180822-1822.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (362.34kB)
23:43:43 [2022-01-22T04:43:43.307Z] [INFO] Fetching org.eclipse.osgi.services_3.7.100.v20180827-1536.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.99kB)
23:43:43 [2022-01-22T04:43:43.563Z] [INFO] Fetching org.eclipse.osgi.util_3.5.100.v20180827-1536.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (71.63kB)
23:43:43 [2022-01-22T04:43:43.564Z] [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (189.52kB)
23:43:43 [2022-01-22T04:43:43.820Z] [INFO] Fetching org.eclipse.compare_3.7.400.v20181109-1335.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (785.37kB)
23:43:43 [2022-01-22T04:43:43.820Z] [INFO] Fetching org.eclipse.ui_3.111.0.v20181117-0847.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (464.69kB)
23:43:43 [2022-01-22T04:43:43.820Z] [INFO] Fetching org.eclipse.core.resources_3.13.200.v20181121-1020.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (873.4kB)
23:43:44 [2022-01-22T04:43:44.077Z] [INFO] Fetching org.eclipse.jface.text_3.15.0.v20181119-1708.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.01MB)
23:43:44 [2022-01-22T04:43:44.077Z] [INFO] Fetching org.eclipse.ui.ide_3.14.200.v20181205-2143.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.39MB)
23:43:44 [2022-01-22T04:43:44.333Z] [INFO] Fetching org.eclipse.ui.views_3.9.200.v20180828-0837.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (108.01kB)
23:43:44 [2022-01-22T04:43:44.589Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.200.v20181108-1458.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (637.83kB)
23:43:44 [2022-01-22T04:43:44.589Z] [INFO] Fetching org.eclipse.core.runtime_3.15.100.v20181107-1343.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.87kB)
23:43:44 [2022-01-22T04:43:44.846Z] [INFO] Fetching org.eclipse.core.expressions_3.6.200.v20180817-1401.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (91.99kB)
23:43:44 [2022-01-22T04:43:44.846Z] [INFO] Fetching org.eclipse.ui.editors_3.11.300.v20180914-0606.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (598.92kB)
23:43:44 [2022-01-22T04:43:44.846Z] [INFO] Fetching org.eclipse.ui.forms_3.7.400.v20181123-1505.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (319.3kB)
23:43:45 [2022-01-22T04:43:45.106Z] [INFO] Fetching org.eclipse.compare.core_3.6.300.v20180827-1041.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (66.14kB)
23:43:45 [2022-01-22T04:43:45.106Z] [INFO] Fetching org.eclipse.core.commands_3.9.200.v20180827-1727.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (113.01kB)
23:43:45 [2022-01-22T04:43:45.373Z] [INFO] Fetching org.eclipse.equinox.common_3.10.200.v20181021-1645.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (119.24kB)
23:43:45 [2022-01-22T04:43:45.373Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.200.v20181107-1343.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (103.08kB)
23:43:45 [2022-01-22T04:43:45.630Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.200.v20180827-1235.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.38kB)
23:43:45 [2022-01-22T04:43:45.630Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.200.v20181008-1820.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (191.98kB)
23:43:45 [2022-01-22T04:43:45.886Z] [INFO] Fetching org.eclipse.core.databinding_1.7.100.v20181030-1443.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (183.84kB)
23:43:45 [2022-01-22T04:43:45.886Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.300.v20180827-2028.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (307.9kB)
23:43:46 [2022-01-22T04:43:46.143Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.300.v20180827-2028.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (161.45kB)
23:43:46 [2022-01-22T04:43:46.143Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.400.v20181028-0633.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (116.56kB)
23:43:46 [2022-01-22T04:43:46.399Z] [INFO] Fetching org.eclipse.text_3.8.0.v20180923-1636.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (278.98kB)
23:43:46 [2022-01-22T04:43:46.399Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.200.v20180828-0158.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (65.39kB)
23:43:46 [2022-01-22T04:43:46.656Z] [INFO] Fetching org.eclipse.core.jobs_3.10.200.v20180912-1356.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (104.88kB)
23:43:46 [2022-01-22T04:43:46.656Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (72.56kB)
23:43:46 [2022-01-22T04:43:46.912Z] [INFO] Fetching org.eclipse.equinox.security_1.3.0.v20181115-0746.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (110.62kB)
23:43:46 [2022-01-22T04:43:46.912Z] [INFO] Fetching org.eclipse.equinox.app_1.4.0.v20181009-1752.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (86.29kB)
23:43:47 [2022-01-22T04:43:47.169Z] [INFO] Fetching org.eclipse.core.variables_3.4.300.v20181028-0627.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (35.23kB)
23:43:47 [2022-01-22T04:43:47.169Z] [INFO] Fetching org.eclipse.debug.core_3.13.100.v20181201-1650.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (388.39kB)
23:43:47 [2022-01-22T04:43:47.169Z] [INFO] Fetching org.eclipse.debug.ui_3.13.200.v20181026-1523.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.97MB)
23:43:47 [2022-01-22T04:43:47.425Z] [INFO] Fetching org.eclipse.ui.console_3.8.300.v20181019-1609.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (200.25kB)
23:43:47 [2022-01-22T04:43:47.682Z] [INFO] Fetching org.eclipse.help_3.8.200.v20180821-0700.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (263.3kB)
23:43:47 [2022-01-22T04:43:47.682Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.400.v20181119-1026.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.46kB)
23:43:47 [2022-01-22T04:43:47.938Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (51.64kB)
23:43:47 [2022-01-22T04:43:47.938Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.7.100.v20180817-1215.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.44kB)
23:43:48 [2022-01-22T04:43:48.194Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.300.v20180930-0910.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.74kB)
23:43:48 [2022-01-22T04:43:48.194Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.200.v20180817-1215.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.99kB)
23:43:48 [2022-01-22T04:43:48.450Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.200.v20180817-1215.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (11.15kB)
23:43:48 [2022-01-22T04:43:48.450Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.53kB)
23:43:48 [2022-01-22T04:43:48.450Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.41kB)
23:43:48 [2022-01-22T04:43:48.707Z] [INFO] Fetching org.eclipse.emf.ecore_2.16.0.v20181124-0637.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.35MB)
23:43:48 [2022-01-22T04:43:48.963Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.300.v20180913-1535.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (44.99kB)
23:43:48 [2022-01-22T04:43:48.963Z] [INFO] Fetching org.eclipse.swt_3.109.0.v20181204-1801.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (16.93kB)
23:43:48 [2022-01-22T04:43:48.963Z] [INFO] Fetching org.eclipse.jface_3.15.0.v20181123-1505.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.04MB)
23:43:49 [2022-01-22T04:43:49.218Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.400.v20180917-1628.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (206.83kB)
23:43:49 [2022-01-22T04:43:49.218Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.300.v20181030-1443.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (250.61kB)
23:43:49 [2022-01-22T04:43:49.474Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.100.v20180828-0227.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.4kB)
23:43:49 [2022-01-22T04:43:49.474Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.400.v20180920-1522.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (17.18kB)
23:43:49 [2022-01-22T04:43:49.731Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.200.v20180920-1522.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (386.15kB)
23:43:49 [2022-01-22T04:43:49.731Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.300.v20180920-1522.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (24.6kB)
23:43:49 [2022-01-22T04:43:49.989Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (34.72kB)
23:43:49 [2022-01-22T04:43:49.989Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (13.16kB)
23:43:50 [2022-01-22T04:43:50.247Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.8.0.v20181119-1304.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (253.52kB)
23:43:50 [2022-01-22T04:43:50.247Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (229.73kB)
23:43:50 [2022-01-22T04:43:50.247Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (100.61kB)
23:43:50 [2022-01-22T04:43:50.504Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.300.v20181102-1042.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (122.65kB)
23:43:50 [2022-01-22T04:43:50.504Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.400.v20181112-1716.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (245.62kB)
23:43:50 [2022-01-22T04:43:50.761Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.400.v20181022-1348.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (170.98kB)
23:43:50 [2022-01-22T04:43:50.761Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.400.v20181030-1443.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (272.6kB)
23:43:51 [2022-01-22T04:43:51.017Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.200.v20180828-0227.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (10.69kB)
23:43:51 [2022-01-22T04:43:51.017Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.12MB)
23:43:51 [2022-01-22T04:43:51.273Z] [INFO] Fetching org.eclipse.ui.workbench_3.112.100.v20181127-1518.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.57MB)
23:43:51 [2022-01-22T04:43:51.530Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (8.17MB)
23:43:52 [2022-01-22T04:43:52.094Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (239.77kB)
23:43:52 [2022-01-22T04:43:52.094Z] [INFO] Fetching org.mockito_2.23.0.v20181106-1534.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20181128170323/repository/plugins/ (618.15kB)
23:43:52 [2022-01-22T04:43:52.351Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.100.v20180822-1302.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (210.19kB)
23:43:52 [2022-01-22T04:43:52.351Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.300.v20180921-1036.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.69kB)
23:43:52 [2022-01-22T04:43:52.607Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (25.96kB)
23:43:52 [2022-01-22T04:43:52.607Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20180914-1817.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (367.16kB)
23:43:52 [2022-01-22T04:43:52.864Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.200.v20180827-1235.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (48.61kB)
23:43:52 [2022-01-22T04:43:52.864Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (53.3kB)
23:43:52 [2022-01-22T04:43:52.864Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.5.100.v20180822-1532.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (74.77kB)
23:43:53 [2022-01-22T04:43:53.120Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.200.v20181102-0649.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (352.31kB)
23:43:53 [2022-01-22T04:43:53.120Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (130.41kB)
23:43:53 [2022-01-22T04:43:53.377Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.200.v20181005-1131.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (138.51kB)
23:43:53 [2022-01-22T04:43:53.377Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (125.23kB)
23:43:53 [2022-01-22T04:43:53.633Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.200.v20181024-1629.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (338.56kB)
23:43:53 [2022-01-22T04:43:53.633Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.200.v20180828-0626.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (500.5kB)
23:43:53 [2022-01-22T04:43:53.889Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.300.v20181016-1531.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (422.72kB)
23:43:53 [2022-01-22T04:43:53.889Z] [INFO] Fetching org.eclipse.team.core_3.8.400.v20181109-0825.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (399.16kB)
23:43:54 [2022-01-22T04:43:54.146Z] [INFO] Fetching org.eclipse.team.ui_3.8.300.v20181030-1259.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.39MB)
23:43:54 [2022-01-22T04:43:54.146Z] [INFO] Fetching org.eclipse.search_3.11.400.v20181028-0633.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (541.75kB)
23:43:54 [2022-01-22T04:43:54.403Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.109.0.v20181204-1801.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (2.04MB)
23:43:54 [2022-01-22T04:43:54.403Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.100.v20181129-0817.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (107.7kB)
23:43:54 [2022-01-22T04:43:54.659Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.300.v20181110-1011.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (164.29kB)
23:43:54 [2022-01-22T04:43:54.659Z] [INFO] Fetching org.eclipse.urischeme_1.0.100.v20181204-1430.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (47.59kB)
23:43:54 [2022-01-22T04:43:54.916Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar from https://download.eclipse.org/releases/2021-06/202106161001/plugins/ (117.72kB)
23:43:54 [2022-01-22T04:43:54.916Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.65MB)
23:43:55 [2022-01-22T04:43:55.172Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (159.68kB)
23:43:55 [2022-01-22T04:43:55.427Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (55.66kB)
23:43:55 [2022-01-22T04:43:55.427Z] [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
23:43:55 [2022-01-22T04:43:55.428Z] [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
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING]   org.eclipse.ease.testhelper/0.9.0.I202111031431
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING]   org.eclipse.ease.lang.javascript.rhino/0.9.0.I202111181115
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING]   org.eclipse.ease.lang.javascript/0.9.0.I202110141644
23:43:55 [2022-01-22T04:43:55.428Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:55 [2022-01-22T04:43:55.428Z] [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
23:43:55 [2022-01-22T04:43:55.428Z] [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
23:43:55 [2022-01-22T04:43:55.688Z] [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
23:43:55 [2022-01-22T04:43:55.688Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:55 [2022-01-22T04:43:55.688Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:55 [2022-01-22T04:43:55.688Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:55 [2022-01-22T04:43:55.688Z] [WARNING]   org.eclipse.ease.lang.javascript.rhino/0.9.0.I202111181115
23:43:55 [2022-01-22T04:43:55.688Z] [WARNING]   org.eclipse.ease.lang.javascript/0.9.0.I202110141644
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.lang.python/0.9.0.I202112011324
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.testhelper/0.9.0.I202111031431
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.lang.python/0.9.0.I202112011324
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:55 [2022-01-22T04:43:55.689Z] [WARNING]   org.eclipse.ease.lang.python.jython/0.9.0.I202112011324
23:43:55 [2022-01-22T04:43:55.689Z] [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
23:43:55 [2022-01-22T04:43:55.946Z] [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
23:43:55 [2022-01-22T04:43:55.946Z] [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
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.lang.scriptarchive/0.9.0.I202111181115
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.lang.javascript.rhino/0.9.0.I202111181115
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.lang.javascript/0.9.0.I202110141644
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:55 [2022-01-22T04:43:55.946Z] [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
23:43:55 [2022-01-22T04:43:55.946Z] [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
23:43:55 [2022-01-22T04:43:55.946Z] [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
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING] The following locally built units have been used to resolve project dependencies:
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease/0.9.0.I202111221312
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.ui/0.9.0.I202201141255
23:43:55 [2022-01-22T04:43:55.946Z] [WARNING]   org.eclipse.ease.classloader/0.9.0.I202106220815
23:43:55 [2022-01-22T04:43:55.946Z] [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
23:43:55 [2022-01-22T04:43:55.947Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (102.77kB)
23:43:56 [2022-01-22T04:43:56.203Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (1.65MB)
23:43:56 [2022-01-22T04:43:56.203Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.09MB)
23:43:56 [2022-01-22T04:43:56.765Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (3.45MB)
23:43:56 [2022-01-22T04:43:56.765Z] [INFO] Fetching org.eclipse.help.ui_4.1.300.v20181018-1136.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (459.71kB)
23:43:57 [2022-01-22T04:43:57.022Z] [INFO] Fetching org.eclipse.help.webapp_3.9.300.v20181127-2310.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (619.69kB)
23:43:57 [2022-01-22T04:43:57.022Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.6.200.v20181115-1346.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (28.22kB)
23:43:57 [2022-01-22T04:43:57.278Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (202.54kB)
23:43:57 [2022-01-22T04:43:57.278Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.5.200.v20181008-1912.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (200.62kB)
23:43:57 [2022-01-22T04:43:57.534Z] [INFO] Fetching org.eclipse.jetty.http_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (211.68kB)
23:43:57 [2022-01-22T04:43:57.534Z] [INFO] Fetching org.eclipse.jetty.server_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (630.17kB)
23:43:57 [2022-01-22T04:43:57.790Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (127.93kB)
23:43:57 [2022-01-22T04:43:57.790Z] [INFO] Fetching org.eclipse.jetty.util_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (532.17kB)
23:43:57 [2022-01-22T04:43:57.790Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.600.v20180827-1235.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (45.34kB)
23:43:58 [2022-01-22T04:43:58.045Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.100.v20180827-1235.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (27.79kB)
23:43:58 [2022-01-22T04:43:58.046Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.100.v20180827-1235.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (12.52kB)
23:43:58 [2022-01-22T04:43:58.302Z] [INFO] Fetching org.eclipse.help.base_4.2.400.v20181206-0815.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (416.41kB)
23:43:58 [2022-01-22T04:43:58.302Z] [INFO] Fetching org.eclipse.jetty.io_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (157.48kB)
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] Fetching org.eclipse.jetty.security_9.4.14.v20181113.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (123.47kB)
23:43:58 [2022-01-22T04:43:58.558Z] [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
23:43:58 [2022-01-22T04:43:58.558Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] ------------------------------------------------------------------------
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] Reactor Build Order:
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.releng                                            [pom]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.releng.target               [eclipse-target-definition]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.test                              [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test        [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.lang.javascript.test              [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.lang.python.test                  [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.lang.python.jython.test           [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.lang.scriptarchive.test           [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.558Z] [INFO] org.eclipse.ease.ui.test                           [eclipse-test-plugin]
23:43:58 [2022-01-22T04:43:58.559Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >--------------
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] Building org.eclipse.ease.releng 0.9.0-SNAPSHOT                    [1/9]
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] --------------------------------[ pom ]---------------------------------
23:43:58 [2022-01-22T04:43:58.559Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >-----------
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] Building org.eclipse.ease.releng.target 0.9.0-SNAPSHOT             [2/9]
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.559Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target ---
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >---------------
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] Building org.eclipse.ease.test 0.9.0-SNAPSHOT                      [3/9]
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test ---
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] The project's OSGi version is 0.9.0.I202111221312
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.test ---
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.test ---
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test ---
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/src/main/resources
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] 
23:43:58 [2022-01-22T04:43:58.815Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.086Z] [INFO] Nothing to compile - all classes are up to date
23:43:59 [2022-01-22T04:43:59.086Z] [INFO] 
23:43:59 [2022-01-22T04:43:59.086Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/src/test/resources
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] 
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] 
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.087Z] [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
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] 
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] 
23:43:59 [2022-01-22T04:43:59.087Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.388Z] [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
23:43:59 [2022-01-22T04:43:59.388Z] [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
23:43:59 [2022-01-22T04:43:59.388Z] [INFO] 
23:43:59 [2022-01-22T04:43:59.388Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.test ---
23:43:59 [2022-01-22T04:43:59.644Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar from http://download.eclipse.org/releases/2018-12/201812191000/plugins/ (284.2kB)
23:43:59 [2022-01-22T04:43:59.644Z] [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
23:43:59 [2022-01-22T04:43:59.644Z] [INFO] Command line:
23:43:59 [2022-01-22T04:43:59.644Z] 	[/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.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.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]
23:43:59 [2022-01-22T04:43:59.644Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:44:02 [2022-01-22T04:44:02.927Z] Running org.eclipse.ease.AbstractCodeParserTest
23:44:02 [2022-01-22T04:44:02.927Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.ease.AbstractCodeParserTest
23:44:02 [2022-01-22T04:44:02.927Z] parseCode  Time elapsed: 0.015 s
23:44:02 [2022-01-22T04:44:02.927Z] parseLineHeader  Time elapsed: 0.003 s
23:44:02 [2022-01-22T04:44:02.927Z] parseBlockAfterWhitespace  Time elapsed: 0.001 s
23:44:02 [2022-01-22T04:44:02.927Z] parseEmpty  Time elapsed: 0 s
23:44:02 [2022-01-22T04:44:02.927Z] parseBlockHeader  Time elapsed: 0.001 s
23:44:02 [2022-01-22T04:44:02.927Z] Running org.eclipse.ease.sign.SignatureHelperTest
23:44:02 [2022-01-22T04:44:02.927Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.sign.SignatureHelperTest
23:44:02 [2022-01-22T04:44:02.927Z] certificateTest  Time elapsed: 0.007 s
23:44:02 [2022-01-22T04:44:02.927Z] Running org.eclipse.ease.sign.VerifySignatureTest
23:44:03 [2022-01-22T04:44:03.189Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.eclipse.ease.sign.VerifySignatureTest
23:44:03 [2022-01-22T04:44:03.189Z] testWithNonCodeParserScriptType  Time elapsed: 0.326 s
23:44:03 [2022-01-22T04:44:03.189Z] Running org.eclipse.ease.tools.PlatformExtensionTest
23:44:03 [2022-01-22T04:44:03.189Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.tools.PlatformExtensionTest
23:44:03 [2022-01-22T04:44:03.189Z] createFor_returns_non_empty_collection  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.189Z] getConfigurationElement_is_not_null  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.189Z] createInstance_returns_class_instance  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.189Z] createInstance_throws_for_invalid_type  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.189Z] createForName_returns_non_empty_collection  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.189Z] getAttribute_is_not_null_for_known_attribute  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.189Z] createFor_returns_empty_collection  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.189Z] getAttribute_is_null_for_unknown_attribute  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.189Z] Running org.eclipse.ease.tools.RunnableWithResultTest
23:44:03 [2022-01-22T04:44:03.189Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest
23:44:03 [2022-01-22T04:44:03.189Z] testException  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.189Z] testResult  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.189Z] Running org.eclipse.ease.tools.ResourceToolsTest
23:44:03 [2022-01-22T04:44:03.190Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.ease.tools.ResourceToolsTest
23:44:03 [2022-01-22T04:44:03.190Z] resolveScriptLocation  Time elapsed: 0.093 s
23:44:03 [2022-01-22T04:44:03.190Z] getWorkspaceInputStream  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolvePlatformURI  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveScriptLocationWithSpacesInPath  Time elapsed: 0.003 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveURL  Time elapsed: 0.002 s
23:44:03 [2022-01-22T04:44:03.190Z] invalidIsAbsolute  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] getFilesystemInputStream  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] toRelativeLocationInWorkspace  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] checkOperatingSystem  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] inputStreamToString  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] fileSystemToAbsoluteLocationOnLinux  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] exists  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativeInWorkspace  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] isFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] invalidToFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveAbsoluteInFileSystem  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveWindowsRoot  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativeInFileSystemOnWindows  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] isAbsoluteFileSystemPathOnWindows  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] readerToString  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] workspaceFileToString  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] toFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] toProjectRelativeLocation  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] getInvalidInputStream  Time elapsed: 0.005 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativeInFileSystemOnLinux  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] isFolder  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] fileSystemToAbsoluteLocationOnWindows  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] isAbsoluteWorkspacePath  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] isAbsoluteFileSystemPathOnLinux  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveInvalid  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveAbsoluteInFileSystemOnWindows  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveScriptLocationWithSpacesInDomain  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativefromWorkspaceToFilesystem  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativeWithoutBaseFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveInWorkspace  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveScriptLocationWithSpecialCharactersInPath  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] filesystemFileToString  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] createURI  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] uriToAbsoluteLocation  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] createFolder  Time elapsed: 0.003 s
23:44:03 [2022-01-22T04:44:03.190Z] workspaceToAbsoluteLocation  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveAbsoluteInFileSystemOnLinux  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] invalidToString  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativeURIs  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveRelativeInFileSystem  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] resolveScriptLocationWithSpecialCharactersInDomain  Time elapsed: 0.003 s
23:44:03 [2022-01-22T04:44:03.190Z] isAbsoluteURL  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] Running org.eclipse.ease.tools.StringToolsTest
23:44:03 [2022-01-22T04:44:03.190Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.tools.StringToolsTest
23:44:03 [2022-01-22T04:44:03.190Z] parseArgumentsNull  Time elapsed: 0.002 s
23:44:03 [2022-01-22T04:44:03.190Z] parseArgumentsQuotedSingle  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] parseArgumentsEmpty  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.190Z] parseArgumentsMixedMultiple  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] parseArgumentsMixedMultipleLines  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.190Z] parseArgumentsNonQuotedMultiple  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] parseArgumentsNonQuotedSingle  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] parseArgumentsQuotedMultiple  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.191Z] Running org.eclipse.ease.ScriptTest
23:44:03 [2022-01-22T04:44:03.191Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ease.ScriptTest
23:44:03 [2022-01-22T04:44:03.191Z] codeFromScriptable  Time elapsed: 0.005 s
23:44:03 [2022-01-22T04:44:03.191Z] codeFromFilesystemFile  Time elapsed: 0.002 s
23:44:03 [2022-01-22T04:44:03.191Z] getCodeStream  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] getFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] codeFromStringBuilder  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.191Z] getResult  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] getException  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.191Z] codeFromWorkspaceFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] codeFromInputStream  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] getTitle  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] getCommand  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.191Z] codeFromReader  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] codeFromString  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest
23:44:03 [2022-01-22T04:44:03.191Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.adapters.ScriptableAdapterTest
23:44:03 [2022-01-22T04:44:03.191Z] adaptURI  Time elapsed: 0.005 s
23:44:03 [2022-01-22T04:44:03.191Z] adaptURL  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.191Z] adaptWorkspaceFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] getAdapterList  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.191Z] adaptFilesystemFile  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] Running org.eclipse.ease.modules.ModuleDocumentationTest
23:44:03 [2022-01-22T04:44:03.191Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.modules.ModuleDocumentationTest
23:44:03 [2022-01-22T04:44:03.191Z] module_documentation_exists  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] Running org.eclipse.ease.modules.ModuleDefinitionTest
23:44:03 [2022-01-22T04:44:03.191Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.modules.ModuleDefinitionTest
23:44:03 [2022-01-22T04:44:03.191Z] forInstance_returns_definition  Time elapsed: 0.007 s
23:44:03 [2022-01-22T04:44:03.191Z] forInstance_returns_null  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.191Z] Running org.eclipse.ease.modules.EnvironmentModuleTest
23:44:03 [2022-01-22T04:44:03.754Z] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 s - in org.eclipse.ease.modules.EnvironmentModuleTest
23:44:03 [2022-01-22T04:44:03.754Z] readInput_blocking_reads_single_line_on_each_call  Time elapsed: 0.077 s
23:44:03 [2022-01-22T04:44:03.754Z] addModuleListener_informs_listener_on_module_load  Time elapsed: 0.093 s
23:44:03 [2022-01-22T04:44:03.754Z] getModule_by_class_finds_environment_module  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] hasMethodCallback_is_true_when_a_callbackProvider_is_registered_for_a_method  Time elapsed: 0.011 s
23:44:03 [2022-01-22T04:44:03.754Z] preMethodCallback_calls_callbackProvider  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] printError_multiple_prints_same_error_multiple_times  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] printError_writes_to_error_stream  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] exit_sets_script_return_code  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] getModules_contains_environment_module  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] loadJar_registers_URL  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] wrap_wraps_instance_methods  Time elapsed: 0.002 s
23:44:03 [2022-01-22T04:44:03.754Z] include_executes_referenced_resource  Time elapsed: 0.097 s
23:44:03 [2022-01-22T04:44:03.754Z] readInput_filters_carriage_return  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] print_false_writes_to_output_string  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] addModuleListener_sends_reloaded_event  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] printError_once_prints_same_error_only_once  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] print_true_appends_line_feed  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] readInput_nonBlocking_is_firstLine_when_data_is_availble  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] getModules_contains_loaded_module  Time elapsed: 0.002 s
23:44:03 [2022-01-22T04:44:03.754Z] getModule_by_class_returns_null_for_unknown_module  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] exit_throws_exception  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] execute_injects_script_code  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] readInput_blocking_stops_when_stream_is_closed  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] getScriptEngine_returns_engine_instance  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] getWrappedVariableName_returns_unique_name_per_class  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] getModuleDefinition_returns_environment_definition  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] hasMethodCallback_is_false_when_no_callbackProvider_is_registered  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] getModule_by_class_finds_loaded_module  Time elapsed: 0.032 s
23:44:03 [2022-01-22T04:44:03.754Z] hasMethodCallback_is_false_when_method_is_not_registered  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] loadModule_throws_on_unknown_module  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] getModule_by_name_finds_environment_module  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] getModule_by_name_finds_loaded_module  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] removeModuleListener_stops_sending_events_to_listener  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] include_throws_on_invalid_resource  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.754Z] postMethodCallback_calls_callbackProvider  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] readInput_nonBlocking_is_empty_when_no_data_is_availble  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.754Z] getModule_by_name_returns_null_for_unknonw_module  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] Running org.eclipse.ease.modules.ScriptParameterTest
23:44:03 [2022-01-22T04:44:03.755Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.modules.ScriptParameterTest
23:44:03 [2022-01-22T04:44:03.755Z] getDefaultValue_null_when_annotation_has_no_default_value  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.755Z] isOptional_false_when_annotation_is_missing  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.755Z] isOptional_false_when_annotation_has_no_default_value  Time elapsed: 0.003 s
23:44:03 [2022-01-22T04:44:03.755Z] getDefaultValue_has_value_when_annotation_with_default_value_exists  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] getDefaultValue_null_when_annotation_is_missing  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.755Z] isOptional_true_when_annotation_with_default_value_exists  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] Running org.eclipse.ease.modules.BootStrapperTest
23:44:03 [2022-01-22T04:44:03.755Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.modules.BootStrapperTest
23:44:03 [2022-01-22T04:44:03.755Z] createEngine_creates_wrapper_code_for_EnvironmentModule  Time elapsed: 0.002 s
23:44:03 [2022-01-22T04:44:03.755Z] Running org.eclipse.ease.modules.ModuleTrackerTest
23:44:03 [2022-01-22T04:44:03.755Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.ease.modules.ModuleTrackerTest
23:44:03 [2022-01-22T04:44:03.755Z] state_setWrapped_pushes_module_on_top_of_stack  Time elapsed: 0.038 s
23:44:03 [2022-01-22T04:44:03.755Z] state_iisWrapped_is_false_after_definition_is_loaded  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] state_isWrapped_is_true_after_wrapping_the_module  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] getOrCreateModuleState_returns_existing_state  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] new_tracker_does_not_contain_modules  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] state_isLoaded_is_false_when_no_instance_is_set  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] getOrCreateModuleState_creates_new_module_state  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] state_isLoaded_is_true_when_instance_is_set  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] getModuleState_is_null_when_module_is_not_available  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] addModule_adds_a_module_state  Time elapsed: 0 s
23:44:03 [2022-01-22T04:44:03.755Z] addModule_adds_on_top_of_stack  Time elapsed: 0.001 s
23:44:03 [2022-01-22T04:44:03.755Z] Running org.eclipse.ease.AbstractReplScriptEngineTest
23:44:05 [2022-01-22T04:44:05.148Z] org.eclipse.ease.ScriptEngineException: Security check failed: org.eclipse.ease.AbstractScriptEngineTest$$Lambda$450/0x0000000800f13ec8@77dd5ee7
23:44:05 [2022-01-22T04:44:05.148Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:180)
23:44:05 [2022-01-22T04:44:05.148Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:05 [2022-01-22T04:44:05.148Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:13 [2022-01-22T04:44:13.155Z] not startednot startedfoofoonot startedfoonot startedjava.lang.RuntimeException: ERROR
23:44:13 [2022-01-22T04:44:13.155Z] 	at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:730)
23:44:13 [2022-01-22T04:44:13.155Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:13 [2022-01-22T04:44:13.155Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:13 [2022-01-22T04:44:13.155Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:15 [2022-01-22T04:44:15.674Z] foofoofooTests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.534 s - in org.eclipse.ease.AbstractReplScriptEngineTest
23:44:15 [2022-01-22T04:44:15.674Z] terminate_via_monitor_cancellation  Time elapsed: 1.209 s
23:44:15 [2022-01-22T04:44:15.674Z] addSecurityCheck_adds_failing_check  Time elapsed: 0.002 s
23:44:15 [2022-01-22T04:44:15.674Z] getMonitor_not_equals_null_for_running_engine  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.674Z] buffered_variables_are_injected_into_the_engine  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getDescription_returns_engine_description  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getLaunch_returns_previously_set_launch  Time elapsed: 0.017 s
23:44:15 [2022-01-22T04:44:15.674Z] setCloseStreamsOnTerminate_closes_streams  Time elapsed: 1.038 s
23:44:15 [2022-01-22T04:44:15.674Z] getDescription_returns_null_by_default  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] constructor_sets_job_name  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] inject_executes_code_in_the_middle_of_a_script  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getVariable_returns_buffered_variable  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] setErrorStream_to_null_resets_error_stream  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] streams_are_not_closed_by_default_on_engine_termination  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.674Z] execute_valid_code_and_terminate  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getMonitor_equals_null_for_terminated_engine  Time elapsed: 1 s
23:44:15 [2022-01-22T04:44:15.674Z] setInputStream_changes_input_stream  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] setOutputStream_to_null_resets_output_stream  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] getExecutedFile_returns_script_resource  Time elapsed: 0.002 s
23:44:15 [2022-01-22T04:44:15.674Z] isFinished_equals_true_for_finished_engine  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] terminate_stops_running_engine  Time elapsed: 0.202 s
23:44:15 [2022-01-22T04:44:15.674Z] isFinished_equals_false_for_not_started_engine  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] isJob  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getVariables_returns_all_buffered_variables  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] getVariable_is_null_for_non_existing_variable  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] setInputStream_to_null_resets_input_stream  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] getInputStream_defaults_to_system_in  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] getOutputStream_defaults_to_system_in  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getStackTrace_returns_stack_of_size_1_during_execution  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] setOutputStream_changes_output_stream  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getLaunch_is_null_by_default  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] setErrorStream_changes_error_stream  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.674Z] getMonitor_equals_null_for_not_started_engine  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] terminate_does_nothing_for_non_launched_engine  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] removeExecutionListener_removes_an_engine_listener  Time elapsed: 1.009 s
23:44:15 [2022-01-22T04:44:15.674Z] getStackTrace_returns_empty_trace_for_terminated_engine  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.674Z] addExecutionListener_adds_an_engine_listener  Time elapsed: 0.002 s
23:44:15 [2022-01-22T04:44:15.674Z] getExecutedFile_returns_null_for_dynamic_code  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.674Z] execute_schedules_script  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] hasVariable_is_true_when_variable_is_set  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] addSecurityCheck_adds_passing_check  Time elapsed: 0.011 s
23:44:15 [2022-01-22T04:44:15.675Z] getStackTrace_returns_empty_trace_for_fresh_engine  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] joinEngine_waits_for_x_ms  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.675Z] hasVariable_is_false_when_no_variable_is_set  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getErrorStream_defaults_to_system_err  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] execute_processes_script_when_engine_is_started  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] setCloseStreamsOnTerminate_keeps_streams_open  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getExecutedFile_returns_execution_root_file  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] joinEngine_waits_for_engine_to_terminate  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.675Z] execute_errorous_code_and_terminate  Time elapsed: 0.002 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Byte_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Long_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_String_returns_JAVA_OBJECT  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Character_returns_JAVA_PRIMITIVE  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getLastExecutionResult_is_null_on_new_engine  Time elapsed: 0.002 s
23:44:15 [2022-01-22T04:44:15.675Z] getDefinedVariables_returns_debug_variables  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Double_returns_JAVA_PRIMITIVE  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Boolean_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_null_returns_NULL  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Integer_returns_JAVA_PRIMITIVE  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Float_returns_JAVA_PRIMITIVE  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getLastExecutionResult_returns_last_result  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] terminate_stops_interactive_engine  Time elapsed: 0 s
23:44:15 [2022-01-22T04:44:15.675Z] getLastExecutionResult_is_null_after_engine_termination  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_Short_returns_JAVA_PRIMITIVE  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] setTerminateOnIdle_keeps_engine_running  Time elapsed: 1.001 s
23:44:15 [2022-01-22T04:44:15.675Z] getType_for_VOID_returns_VOID  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] interactive_engine_executes_incoming_code  Time elapsed: 0.001 s
23:44:15 [2022-01-22T04:44:15.675Z] Running org.eclipse.ease.AbstractScriptEngineTest
23:44:15 [2022-01-22T04:44:15.675Z] org.eclipse.ease.ScriptEngineException: Security check failed: org.eclipse.ease.AbstractScriptEngineTest$$Lambda$450/0x0000000800f13ec8@77dd5ee7
23:44:15 [2022-01-22T04:44:15.675Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:180)
23:44:15 [2022-01-22T04:44:15.675Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:15 [2022-01-22T04:44:15.675Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:22 [2022-01-22T04:44:22.700Z] not startednot startedfoofoonot startedfoonot startedjava.lang.RuntimeException: ERROR
23:44:22 [2022-01-22T04:44:22.700Z] 	at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:730)
23:44:22 [2022-01-22T04:44:22.700Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:22 [2022-01-22T04:44:22.700Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:22 [2022-01-22T04:44:22.700Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:22 [2022-01-22T04:44:22.700Z] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.533 s - in org.eclipse.ease.AbstractScriptEngineTest
23:44:22 [2022-01-22T04:44:22.700Z] terminate_via_monitor_cancellation  Time elapsed: 0.202 s
23:44:22 [2022-01-22T04:44:22.700Z] addSecurityCheck_adds_failing_check  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getMonitor_not_equals_null_for_running_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] buffered_variables_are_injected_into_the_engine  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getDescription_returns_engine_description  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getLaunch_returns_previously_set_launch  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] setCloseStreamsOnTerminate_closes_streams  Time elapsed: 1.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getDescription_returns_null_by_default  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] constructor_sets_job_name  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] inject_executes_code_in_the_middle_of_a_script  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getVariable_returns_buffered_variable  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] setErrorStream_to_null_resets_error_stream  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] streams_are_not_closed_by_default_on_engine_termination  Time elapsed: 1.001 s
23:44:22 [2022-01-22T04:44:22.700Z] execute_valid_code_and_terminate  Time elapsed: 1.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getMonitor_equals_null_for_terminated_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] setInputStream_changes_input_stream  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] setOutputStream_to_null_resets_output_stream  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getExecutedFile_returns_script_resource  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] isFinished_equals_true_for_finished_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] terminate_stops_running_engine  Time elapsed: 0.201 s
23:44:22 [2022-01-22T04:44:22.700Z] isFinished_equals_false_for_not_started_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] isJob  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getVariables_returns_all_buffered_variables  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getVariable_is_null_for_non_existing_variable  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] setInputStream_to_null_resets_input_stream  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getInputStream_defaults_to_system_in  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getOutputStream_defaults_to_system_in  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getStackTrace_returns_stack_of_size_1_during_execution  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] setOutputStream_changes_output_stream  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getLaunch_is_null_by_default  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] setErrorStream_changes_error_stream  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getMonitor_equals_null_for_not_started_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] terminate_does_nothing_for_non_launched_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] removeExecutionListener_removes_an_engine_listener  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] getStackTrace_returns_empty_trace_for_terminated_engine  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] addExecutionListener_adds_an_engine_listener  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.700Z] getExecutedFile_returns_null_for_dynamic_code  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.700Z] execute_schedules_script  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.701Z] hasVariable_is_true_when_variable_is_set  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.701Z] addSecurityCheck_adds_passing_check  Time elapsed: 1.001 s
23:44:22 [2022-01-22T04:44:22.701Z] getStackTrace_returns_empty_trace_for_fresh_engine  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.701Z] joinEngine_waits_for_x_ms  Time elapsed: 2.052 s
23:44:22 [2022-01-22T04:44:22.701Z] hasVariable_is_false_when_no_variable_is_set  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.701Z] getErrorStream_defaults_to_system_err  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.701Z] execute_processes_script_when_engine_is_started  Time elapsed: 0 s
23:44:22 [2022-01-22T04:44:22.701Z] setCloseStreamsOnTerminate_keeps_streams_open  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.701Z] getExecutedFile_returns_execution_root_file  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.701Z] joinEngine_waits_for_engine_to_terminate  Time elapsed: 1.051 s
23:44:22 [2022-01-22T04:44:22.701Z] execute_errorous_code_and_terminate  Time elapsed: 0.001 s
23:44:22 [2022-01-22T04:44:22.701Z] Running org.eclipse.ease.AbstractCodeFactoryTest
23:44:22 [2022-01-22T04:44:22.701Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ease.AbstractCodeFactoryTest
23:44:22 [2022-01-22T04:44:22.701Z] createNewKeywordHeader  Time elapsed: 0.034 s
23:44:22 [2022-01-22T04:44:22.701Z] Running org.eclipse.ease.applications.RunHeadlessScriptTest
23:44:22 [2022-01-22T04:44:22.990Z] 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)
23:44:22 [2022-01-22T04:44:22.990Z] this does not work;
23:44:22 [2022-01-22T04:44:22.990Z]          ^
23:44:22 [2022-01-22T04:44:22.990Z] 	at throwsException.js,file:///home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.test/resources/throwsException.js
23:44:23 [2022-01-22T04:44:23.247Z] ERROR: invalid command line argument
23:44:23 [2022-01-22T04:44:23.247Z] 	invalid argument: -unknown
23:44:23 [2022-01-22T04:44:23.247Z] 
23:44:23 [2022-01-22T04:44:23.247Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:44:23 [2022-01-22T04:44:23.247Z] 
23:44:23 [2022-01-22T04:44:23.247Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:44:23 [2022-01-22T04:44:23.247Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:44:23 [2022-01-22T04:44:23.247Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:44:23 [2022-01-22T04:44:23.247Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:44:23 [2022-01-22T04:44:23.247Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:44:23 [2022-01-22T04:44:23.247Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:44:23 [2022-01-22T04:44:23.247Z] ERROR: invalid command line argument
23:44:23 [2022-01-22T04:44:23.247Z] 	script name is missing
23:44:23 [2022-01-22T04:44:23.247Z] 
23:44:23 [2022-01-22T04:44:23.247Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:44:23 [2022-01-22T04:44:23.247Z] 
23:44:23 [2022-01-22T04:44:23.247Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:44:23 [2022-01-22T04:44:23.247Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:44:23 [2022-01-22T04:44:23.247Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:44:23 [2022-01-22T04:44:23.247Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:44:23 [2022-01-22T04:44:23.247Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:44:23 [2022-01-22T04:44:23.247Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:44:23 [2022-01-22T04:44:23.247Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:44:23 [2022-01-22T04:44:23.247Z] 
23:44:23 [2022-01-22T04:44:23.247Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:44:23 [2022-01-22T04:44:23.247Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:44:23 [2022-01-22T04:44:23.248Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:44:23 [2022-01-22T04:44:23.248Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:44:23 [2022-01-22T04:44:23.248Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:44:23 [2022-01-22T04:44:23.248Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:44:23 [2022-01-22T04:44:23.248Z] Hello World
23:44:23 [2022-01-22T04:44:23.248Z] ERROR: invalid command line argument
23:44:23 [2022-01-22T04:44:23.248Z] 	workspace name is missing
23:44:23 [2022-01-22T04:44:23.248Z] 
23:44:23 [2022-01-22T04:44:23.248Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:44:23 [2022-01-22T04:44:23.248Z] 
23:44:23 [2022-01-22T04:44:23.248Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:44:23 [2022-01-22T04:44:23.248Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:44:23 [2022-01-22T04:44:23.248Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:44:23 [2022-01-22T04:44:23.248Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:44:23 [2022-01-22T04:44:23.248Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:44:23 [2022-01-22T04:44:23.248Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:44:23 [2022-01-22T04:44:23.248Z] ERROR: invalid command line argument
23:44:23 [2022-01-22T04:44:23.248Z] 	engine ID is missing
23:44:23 [2022-01-22T04:44:23.248Z] 
23:44:23 [2022-01-22T04:44:23.248Z] SYNTAX: [-workspace <workspace location> [-refreshWorkspace]] [-engine <engineID>]-script <script name> <script parameters>
23:44:23 [2022-01-22T04:44:23.248Z] 
23:44:23 [2022-01-22T04:44:23.248Z] 		<script name> is a path like 'file://C/myfolder/myscript.js'
23:44:23 [2022-01-22T04:44:23.248Z] 		<engineID> provides a dedicated script engine ID. Use org.eclipse.ease.listEngines application.
23:44:23 [2022-01-22T04:44:23.248Z] 		<workspace location> is a file system path like 'C:\somefolder\myworkspace'
23:44:23 [2022-01-22T04:44:23.248Z] 			if you provide a workspace you can use workspace:// identifiers in your scripts
23:44:23 [2022-01-22T04:44:23.248Z] 			if you provide a workspace you may ask to refresh it first prior to script execution
23:44:23 [2022-01-22T04:44:23.248Z] 		<script parameters> will be passed to the script as String[] in the variable 'argv'
23:44:23 [2022-01-22T04:44:23.248Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in org.eclipse.ease.applications.RunHeadlessScriptTest
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_script_throws  Time elapsed: 0.319 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_engine_ID_is_invalid  Time elapsed: 0.001 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_argument_is_unknown  Time elapsed: 0.001 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_script_location_is_missing  Time elapsed: 0.001 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_help_is_set  Time elapsed: 0 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_script_location_is_invalid  Time elapsed: 0.001 s
23:44:23 [2022-01-22T04:44:23.248Z] start_script  Time elapsed: 0 s
23:44:23 [2022-01-22T04:44:23.248Z] start_executes_script_with_return_value  Time elapsed: 0.027 s
23:44:23 [2022-01-22T04:44:23.248Z] start_executes_hello_world  Time elapsed: 0.022 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_workspace_location_is_missing  Time elapsed: 0 s
23:44:23 [2022-01-22T04:44:23.248Z] start_executes_script_arguments  Time elapsed: 0.068 s
23:44:23 [2022-01-22T04:44:23.248Z] start_error_when_engine_ID_is_missing  Time elapsed: 0 s
23:44:23 [2022-01-22T04:44:23.248Z] Running org.eclipse.ease.ScriptResultTest
23:44:27 [2022-01-22T04:44:27.420Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.676 s - in org.eclipse.ease.ScriptResultTest
23:44:27 [2022-01-22T04:44:27.420Z] setResult_after_setException_throws  Time elapsed: 0.011 s
23:44:27 [2022-01-22T04:44:27.420Z] setResult_after_setResult_throws  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.420Z] isDone_true_when_exception_was_thrown  Time elapsed: 0.001 s
23:44:27 [2022-01-22T04:44:27.420Z] get_returns_ready_execution_result  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.420Z] get_waits_for_execution_result  Time elapsed: 0.501 s
23:44:27 [2022-01-22T04:44:27.420Z] get_with_timeout_waits_for_execution_result  Time elapsed: 0.502 s
23:44:27 [2022-01-22T04:44:27.420Z] get_throws_execution_exception  Time elapsed: 0.001 s
23:44:27 [2022-01-22T04:44:27.421Z] get_with_milliseconds_timeout_waits_for_execution_result  Time elapsed: 0.55 s
23:44:27 [2022-01-22T04:44:27.421Z] setException_after_setException_throws  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.421Z] isDone_false_on_new_ScriptResult  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.421Z] get_milliseconds_times_out  Time elapsed: 0.501 s
23:44:27 [2022-01-22T04:44:27.421Z] get_times_out  Time elapsed: 0.501 s
23:44:27 [2022-01-22T04:44:27.421Z] get_waits_for_execution_exception  Time elapsed: 0.552 s
23:44:27 [2022-01-22T04:44:27.421Z] setException_after_setResult_throws  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.421Z] isDone_true_when_result_is_null  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.421Z] isDone_true_when_result_is_ready  Time elapsed: 0 s
23:44:27 [2022-01-22T04:44:27.421Z] get_with_timeout_waits_for_execution_exception  Time elapsed: 0.551 s
23:44:27 [2022-01-22T04:44:27.421Z] 
23:44:27 [2022-01-22T04:44:27.421Z] Results:
23:44:27 [2022-01-22T04:44:27.421Z] 
23:44:27 [2022-01-22T04:44:27.421Z] Tests run: 294, Failures: 0, Errors: 0, Skipped: 0
23:44:27 [2022-01-22T04:44:27.421Z] 
23:44:27 [2022-01-22T04:44:27.421Z] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine
23:44:27 [2022-01-22T04:44:27.421Z] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine
23:44:27 [2022-01-22T04:44:27.421Z] Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] All tests passed!
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >----
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.9.0-SNAPSHOT [4/9]
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] Nothing to compile - all classes are up to date
23:44:27 [2022-01-22T04:44:27.421Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.9.0-SNAPSHOT.jar
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.422Z] [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.lang.javascript.rhino.test/target/jacoco.exec,output=file
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] 
23:44:27 [2022-01-22T04:44:27.422Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test ---
23:44:27 [2022-01-22T04:44:27.689Z] [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.lang.javascript.rhino.test/target/work/data/.metadata/.log
23:44:27 [2022-01-22T04:44:27.689Z] [INFO] Command line:
23:44:27 [2022-01-22T04:44:27.690Z] 	[/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.lang.javascript.rhino.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties]
23:44:27 [2022-01-22T04:44:27.690Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:44:30 [2022-01-22T04:44:30.968Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest
23:44:31 [2022-01-22T04:44:31.224Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest
23:44:31 [2022-01-22T04:44:31.224Z] reloadEnvironment  Time elapsed: 0.297 s
23:44:31 [2022-01-22T04:44:31.224Z] bootstrappedEnvironment  Time elapsed: 0.023 s
23:44:31 [2022-01-22T04:44:31.224Z] postMethodCallback  Time elapsed: 0.393 s
23:44:31 [2022-01-22T04:44:31.224Z] preMethodCallback  Time elapsed: 0.02 s
23:44:31 [2022-01-22T04:44:31.224Z] reloadFunctionDefinitions  Time elapsed: 0.06 s
23:44:31 [2022-01-22T04:44:31.224Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest
23:44:31 [2022-01-22T04:44:31.490Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception
23:44:31 [2022-01-22T04:44:31.490Z] 
23:44:31 [2022-01-22T04:44:31.490Z] Java Stacktrace:
23:44:31 [2022-01-22T04:44:31.490Z] java.lang.Exception
23:44:31 [2022-01-22T04:44:31.490Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
23:44:31 [2022-01-22T04:44:31.491Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
23:44:31 [2022-01-22T04:44:31.491Z] 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
23:44:31 [2022-01-22T04:44:31.491Z] 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
23:44:31 [2022-01-22T04:44:31.491Z] 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:31 [2022-01-22T04:44:31.491Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:31 [2022-01-22T04:44:31.491Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test
23:44:31 [2022-01-22T04:44:31.491Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript
23:44:31 [2022-01-22T04:44:31.491Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1)
23:44:31 [2022-01-22T04:44:31.491Z] 'asdf
23:44:31 [2022-01-22T04:44:31.491Z]     ^
23:44:31 [2022-01-22T04:44:31.491Z] 	at <unknown source>:1
23:44:31 [2022-01-22T04:44:31.491Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined
23:44:31 [2022-01-22T04:44:31.747Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450
23:44:31 [2022-01-22T04:44:31.747Z] 
23:44:31 [2022-01-22T04:44:31.747Z] Java Stacktrace:
23:44:31 [2022-01-22T04:44:31.747Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450
23:44:31 [2022-01-22T04:44:31.747Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511)
23:44:31 [2022-01-22T04:44:31.747Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
23:44:31 [2022-01-22T04:44:31.747Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414)
23:44:31 [2022-01-22T04:44:31.747Z] 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153)
23:44:31 [2022-01-22T04:44:31.747Z] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
23:44:31 [2022-01-22T04:44:31.748Z] 	at java.base/java.lang.Class.forName0(Native Method)
23:44:31 [2022-01-22T04:44:31.748Z] 	at java.base/java.lang.Class.forName(Class.java:377)
23:44:31 [2022-01-22T04:44:31.748Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23:44:31 [2022-01-22T04:44:31.748Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
23:44:31 [2022-01-22T04:44:31.748Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:44:31 [2022-01-22T04:44:31.748Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:31 [2022-01-22T04:44:31.748Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:31 [2022-01-22T04:44:31.748Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "substr" of null
23:44:31 [2022-01-22T04:44:31.748Z] 	at mainFile.js,throwOnNull():4
23:44:31 [2022-01-22T04:44:31.748Z] 	at includeFile.js,subCall():2
23:44:31 [2022-01-22T04:44:31.748Z] 	at mainFile.js:7
23:44:31 [2022-01-22T04:44:31.748Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest
23:44:31 [2022-01-22T04:44:31.748Z] execute_java_class_instantiation  Time elapsed: 0.123 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_environment_module_code_with_optional_parameters  Time elapsed: 0.018 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_throws_java_exception  Time elapsed: 0.036 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_throws_java_class  Time elapsed: 0.015 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_javascript_assignment  Time elapsed: 0.019 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_eclipse_class_instantiation  Time elapsed: 0.054 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_throws_javascript_object  Time elapsed: 0.018 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_throws_syntax_error  Time elapsed: 0.015 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_throws_javascript_runtime_error  Time elapsed: 0.012 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_environment_module_code  Time elapsed: 0.012 s
23:44:31 [2022-01-22T04:44:31.748Z] execute_throws_wrapped_java_exception  Time elapsed: 0.048 s
23:44:31 [2022-01-22T04:44:31.748Z] getExceptionStackTrace_returns_script_trace_over_multiple_files  Time elapsed: 0.019 s
23:44:31 [2022-01-22T04:44:31.748Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest
23:44:31 [2022-01-22T04:44:31.748Z] Start of script
23:44:31 [2022-01-22T04:44:31.748Z] include file start
23:44:31 [2022-01-22T04:44:31.748Z] Include file processed
23:44:31 [2022-01-22T04:44:31.748Z] line after include file
23:44:31 [2022-01-22T04:44:31.748Z] Result of testMethod = 5
23:44:31 [2022-01-22T04:44:31.748Z] End of script
23:44:32 [2022-01-22T04:44:32.005Z] Start of script
23:44:32 [2022-01-22T04:44:32.005Z] include file start
23:44:32 [2022-01-22T04:44:32.005Z] Include file processed
23:44:32 [2022-01-22T04:44:32.005Z] line after include file
23:44:32 [2022-01-22T04:44:32.005Z] Result of testMethod = 5
23:44:32 [2022-01-22T04:44:32.005Z] End of script
23:44:32 [2022-01-22T04:44:32.261Z] Start of script
23:44:32 [2022-01-22T04:44:32.261Z] include file start
23:44:32 [2022-01-22T04:44:32.261Z] Include file processed
23:44:32 [2022-01-22T04:44:32.261Z] line after include file
23:44:32 [2022-01-22T04:44:32.261Z] Result of testMethod = 5
23:44:32 [2022-01-22T04:44:32.261Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:32 [2022-01-22T04:44:32.261Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:32 [2022-01-22T04:44:32.262Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:32 [2022-01-22T04:44:32.262Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:32 [2022-01-22T04:44:32.262Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:32 [2022-01-22T04:44:32.262Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:32 [2022-01-22T04:44:32.262Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:32 [2022-01-22T04:44:32.519Z] Start of script
23:44:32 [2022-01-22T04:44:32.519Z] include file start
23:44:32 [2022-01-22T04:44:32.519Z] Include file processed
23:44:32 [2022-01-22T04:44:32.519Z] line after include file
23:44:32 [2022-01-22T04:44:32.775Z] Result of testMethod = 5
23:44:32 [2022-01-22T04:44:32.775Z] End of script
23:44:32 [2022-01-22T04:44:32.775Z] Start of script
23:44:32 [2022-01-22T04:44:32.775Z] include file start
23:44:32 [2022-01-22T04:44:32.775Z] Include file processed
23:44:32 [2022-01-22T04:44:32.775Z] line after include file
23:44:32 [2022-01-22T04:44:32.775Z] Result of testMethod = 5
23:44:32 [2022-01-22T04:44:32.775Z] End of script
23:44:33 [2022-01-22T04:44:33.036Z] Start of script
23:44:33 [2022-01-22T04:44:33.036Z] include file start
23:44:33 [2022-01-22T04:44:33.036Z] Include file processed
23:44:33 [2022-01-22T04:44:33.036Z] line after include file
23:44:33 [2022-01-22T04:44:33.321Z] Result of testMethod = 5
23:44:33 [2022-01-22T04:44:33.321Z] End of script
23:44:33 [2022-01-22T04:44:33.321Z] Start of script
23:44:33 [2022-01-22T04:44:33.321Z] include file start
23:44:33 [2022-01-22T04:44:33.321Z] Include file processed
23:44:33 [2022-01-22T04:44:33.321Z] line after include file
23:44:33 [2022-01-22T04:44:33.321Z] Result of testMethod = 5
23:44:33 [2022-01-22T04:44:33.599Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:33 [2022-01-22T04:44:33.599Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:33 [2022-01-22T04:44:33.600Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:33 [2022-01-22T04:44:33.600Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:33 [2022-01-22T04:44:33.600Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:33 [2022-01-22T04:44:33.600Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:33 [2022-01-22T04:44:33.600Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:33 [2022-01-22T04:44:33.600Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:33 [2022-01-22T04:44:33.600Z] Start of script
23:44:33 [2022-01-22T04:44:33.600Z] include file start
23:44:33 [2022-01-22T04:44:33.600Z] Include file processed
23:44:33 [2022-01-22T04:44:33.600Z] line after include file
23:44:33 [2022-01-22T04:44:33.856Z] Result of testMethod = 5
23:44:33 [2022-01-22T04:44:33.856Z] End of script
23:44:33 [2022-01-22T04:44:33.856Z] Start of script
23:44:33 [2022-01-22T04:44:33.856Z] include file start
23:44:33 [2022-01-22T04:44:33.856Z] Include file processed
23:44:33 [2022-01-22T04:44:33.856Z] line after include file
23:44:33 [2022-01-22T04:44:33.856Z] Result of testMethod = 5
23:44:34 [2022-01-22T04:44:34.112Z] End of script
23:44:34 [2022-01-22T04:44:34.112Z] Start of script
23:44:34 [2022-01-22T04:44:34.112Z] include file start
23:44:34 [2022-01-22T04:44:34.112Z] Include file processed
23:44:34 [2022-01-22T04:44:34.112Z] line after include file
23:44:34 [2022-01-22T04:44:34.369Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:512)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:34 [2022-01-22T04:44:34.369Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:34 [2022-01-22T04:44:34.626Z] Start of script
23:44:34 [2022-01-22T04:44:34.626Z] include file start
23:44:34 [2022-01-22T04:44:34.626Z] Include file processed
23:44:34 [2022-01-22T04:44:34.626Z] line after include file
23:44:34 [2022-01-22T04:44:34.626Z] Result of testMethod = 5
23:44:34 [2022-01-22T04:44:34.626Z] End of script
23:44:34 [2022-01-22T04:44:34.626Z] Start of script
23:44:34 [2022-01-22T04:44:34.626Z] include file start
23:44:34 [2022-01-22T04:44:34.626Z] Include file processed
23:44:34 [2022-01-22T04:44:34.626Z] line after include file
23:44:34 [2022-01-22T04:44:34.882Z] Result of testMethod = 5
23:44:34 [2022-01-22T04:44:34.882Z] End of script
23:44:35 [2022-01-22T04:44:35.138Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:35 [2022-01-22T04:44:35.138Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:35 [2022-01-22T04:44:35.138Z] Start of script
23:44:35 [2022-01-22T04:44:35.394Z] include file start
23:44:35 [2022-01-22T04:44:35.394Z] Include file processed
23:44:35 [2022-01-22T04:44:35.394Z] line after include file
23:44:35 [2022-01-22T04:44:35.394Z] Result of testMethod = 5
23:44:35 [2022-01-22T04:44:35.394Z] End of script
23:44:35 [2022-01-22T04:44:35.394Z] Start of script
23:44:35 [2022-01-22T04:44:35.394Z] include file start
23:44:35 [2022-01-22T04:44:35.394Z] Include file processed
23:44:35 [2022-01-22T04:44:35.394Z] line after include file
23:44:35 [2022-01-22T04:44:35.651Z] Result of testMethod = 5
23:44:35 [2022-01-22T04:44:35.651Z] End of script
23:44:35 [2022-01-22T04:44:35.651Z] Start of script
23:44:35 [2022-01-22T04:44:35.651Z] include file start
23:44:35 [2022-01-22T04:44:35.651Z] Include file processed
23:44:35 [2022-01-22T04:44:35.651Z] line after include file
23:44:35 [2022-01-22T04:44:35.651Z] Result of testMethod = 5
23:44:35 [2022-01-22T04:44:35.909Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:35 [2022-01-22T04:44:35.910Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:36 [2022-01-22T04:44:36.167Z] Start of script
23:44:36 [2022-01-22T04:44:36.167Z] include file start
23:44:36 [2022-01-22T04:44:36.167Z] Include file processed
23:44:36 [2022-01-22T04:44:36.167Z] line after include file
23:44:36 [2022-01-22T04:44:36.167Z] Result of testMethod = 5
23:44:36 [2022-01-22T04:44:36.167Z] End of script
23:44:36 [2022-01-22T04:44:36.423Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:36 [2022-01-22T04:44:36.424Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:36 [2022-01-22T04:44:36.681Z] Start of script
23:44:36 [2022-01-22T04:44:36.681Z] include file start
23:44:36 [2022-01-22T04:44:36.681Z] Include file processed
23:44:36 [2022-01-22T04:44:36.681Z] line after include file
23:44:36 [2022-01-22T04:44:36.681Z] Result of testMethod = 5
23:44:36 [2022-01-22T04:44:36.681Z] End of script
23:44:36 [2022-01-22T04:44:36.681Z] Start of script
23:44:36 [2022-01-22T04:44:36.681Z] include file start
23:44:36 [2022-01-22T04:44:36.681Z] Include file processed
23:44:36 [2022-01-22T04:44:36.681Z] line after include file
23:44:36 [2022-01-22T04:44:36.939Z] Result of testMethod = 5
23:44:36 [2022-01-22T04:44:36.939Z] End of script
23:44:37 [2022-01-22T04:44:37.195Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:37 [2022-01-22T04:44:37.195Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:37 [2022-01-22T04:44:37.195Z] Start of script
23:44:37 [2022-01-22T04:44:37.195Z] include file start
23:44:37 [2022-01-22T04:44:37.195Z] Include file processed
23:44:37 [2022-01-22T04:44:37.195Z] line after include file
23:44:37 [2022-01-22T04:44:37.452Z] Result of testMethod = 5
23:44:37 [2022-01-22T04:44:37.452Z] End of script
23:44:37 [2022-01-22T04:44:37.709Z] Start of script
23:44:37 [2022-01-22T04:44:37.709Z] include file start
23:44:37 [2022-01-22T04:44:37.709Z] Include file processed
23:44:37 [2022-01-22T04:44:37.709Z] line after include file
23:44:37 [2022-01-22T04:44:37.709Z] Result of testMethod = 5
23:44:37 [2022-01-22T04:44:37.709Z] WARNING: An illegal reflective access operation has occurred
23:44:37 [2022-01-22T04:44:37.709Z] WARNING: Illegal reflective access by org.eclipse.ease.debugging.model.EaseDebugValue (file:/home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.9.0-SNAPSHOT/org.eclipse.ease-0.9.0-SNAPSHOT.jar) to field java.lang.String.hash
23:44:37 [2022-01-22T04:44:37.709Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ease.debugging.model.EaseDebugValue
23:44:37 [2022-01-22T04:44:37.709Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
23:44:37 [2022-01-22T04:44:37.709Z] WARNING: All illegal access operations will be denied in a future release
23:44:37 [2022-01-22T04:44:37.709Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:37 [2022-01-22T04:44:37.709Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:37 [2022-01-22T04:44:37.709Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:37 [2022-01-22T04:44:37.709Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:37 [2022-01-22T04:44:37.709Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:37 [2022-01-22T04:44:37.709Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:37 [2022-01-22T04:44:37.709Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:37 [2022-01-22T04:44:37.710Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:37 [2022-01-22T04:44:37.967Z] Start of script
23:44:37 [2022-01-22T04:44:37.967Z] include file start
23:44:37 [2022-01-22T04:44:37.967Z] Include file processed
23:44:37 [2022-01-22T04:44:37.967Z] line after include file
23:44:37 [2022-01-22T04:44:37.967Z] Result of testMethod = 5
23:44:37 [2022-01-22T04:44:37.967Z] End of script
23:44:38 [2022-01-22T04:44:38.223Z] Start of script
23:44:38 [2022-01-22T04:44:38.223Z] include file start
23:44:38 [2022-01-22T04:44:38.223Z] Include file processed
23:44:38 [2022-01-22T04:44:38.223Z] line after include file
23:44:38 [2022-01-22T04:44:38.223Z] Result of testMethod = 5
23:44:38 [2022-01-22T04:44:38.223Z] End of script
23:44:38 [2022-01-22T04:44:38.480Z] Start of script
23:44:38 [2022-01-22T04:44:38.480Z] include file start
23:44:38 [2022-01-22T04:44:38.480Z] Include file processed
23:44:38 [2022-01-22T04:44:38.480Z] line after include file
23:44:38 [2022-01-22T04:44:38.480Z] Result of testMethod = 5
23:44:38 [2022-01-22T04:44:38.480Z] End of script
23:44:38 [2022-01-22T04:44:38.480Z] Start of script
23:44:38 [2022-01-22T04:44:38.736Z] include file start
23:44:38 [2022-01-22T04:44:38.736Z] Include file processed
23:44:38 [2022-01-22T04:44:38.736Z] line after include file
23:44:38 [2022-01-22T04:44:38.736Z] Result of testMethod = 5
23:44:38 [2022-01-22T04:44:38.736Z] End of script
23:44:38 [2022-01-22T04:44:38.736Z] Start of script
23:44:38 [2022-01-22T04:44:38.736Z] include file start
23:44:38 [2022-01-22T04:44:38.736Z] Include file processed
23:44:38 [2022-01-22T04:44:38.736Z] line after include file
23:44:38 [2022-01-22T04:44:38.993Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:38 [2022-01-22T04:44:38.993Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:39 [2022-01-22T04:44:39.250Z] Start of script
23:44:39 [2022-01-22T04:44:39.250Z] include file start
23:44:39 [2022-01-22T04:44:39.250Z] Include file processed
23:44:39 [2022-01-22T04:44:39.250Z] line after include file
23:44:39 [2022-01-22T04:44:39.250Z] Result of testMethod = 5
23:44:39 [2022-01-22T04:44:39.250Z] End of script
23:44:39 [2022-01-22T04:44:39.507Z] Start of script
23:44:39 [2022-01-22T04:44:39.507Z] include file start
23:44:39 [2022-01-22T04:44:39.507Z] Include file processed
23:44:39 [2022-01-22T04:44:39.507Z] line after include file
23:44:39 [2022-01-22T04:44:39.507Z] Result of testMethod = 5
23:44:39 [2022-01-22T04:44:39.764Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:39 [2022-01-22T04:44:39.764Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:39 [2022-01-22T04:44:39.764Z] Start of script
23:44:39 [2022-01-22T04:44:39.764Z] include file start
23:44:39 [2022-01-22T04:44:39.764Z] Include file processed
23:44:39 [2022-01-22T04:44:39.764Z] line after include file
23:44:39 [2022-01-22T04:44:39.764Z] Result of testMethod = 5
23:44:39 [2022-01-22T04:44:39.764Z] End of script
23:44:40 [2022-01-22T04:44:40.021Z] Start of script
23:44:40 [2022-01-22T04:44:40.021Z] include file start
23:44:40 [2022-01-22T04:44:40.021Z] Include file processed
23:44:40 [2022-01-22T04:44:40.021Z] line after include file
23:44:40 [2022-01-22T04:44:40.278Z] Result of testMethod = 5
23:44:40 [2022-01-22T04:44:40.278Z] End of script
23:44:40 [2022-01-22T04:44:40.278Z] Start of script
23:44:40 [2022-01-22T04:44:40.278Z] include file start
23:44:40 [2022-01-22T04:44:40.278Z] Include file processed
23:44:40 [2022-01-22T04:44:40.278Z] line after include file
23:44:40 [2022-01-22T04:44:40.535Z] Result of testMethod = 5
23:44:40 [2022-01-22T04:44:40.535Z] End of script
23:44:40 [2022-01-22T04:44:40.535Z] Start of script
23:44:40 [2022-01-22T04:44:40.535Z] include file start
23:44:40 [2022-01-22T04:44:40.535Z] Include file processed
23:44:40 [2022-01-22T04:44:40.535Z] line after include file
23:44:40 [2022-01-22T04:44:40.535Z] Result of testMethod = 5
23:44:40 [2022-01-22T04:44:40.791Z] End of script
23:44:40 [2022-01-22T04:44:40.791Z] Start of script
23:44:40 [2022-01-22T04:44:40.791Z] include file start
23:44:40 [2022-01-22T04:44:40.792Z] Include file processed
23:44:40 [2022-01-22T04:44:40.792Z] line after include file
23:44:40 [2022-01-22T04:44:40.792Z] Result of testMethod = 5
23:44:41 [2022-01-22T04:44:41.048Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:41 [2022-01-22T04:44:41.048Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:41 [2022-01-22T04:44:41.048Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:41 [2022-01-22T04:44:41.048Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:41 [2022-01-22T04:44:41.048Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:41 [2022-01-22T04:44:41.048Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:41 [2022-01-22T04:44:41.049Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:41 [2022-01-22T04:44:41.049Z] Start of script
23:44:41 [2022-01-22T04:44:41.049Z] include file start
23:44:41 [2022-01-22T04:44:41.049Z] Include file processed
23:44:41 [2022-01-22T04:44:41.049Z] line after include file
23:44:41 [2022-01-22T04:44:41.049Z] Result of testMethod = 5
23:44:41 [2022-01-22T04:44:41.306Z] End of script
23:44:41 [2022-01-22T04:44:41.306Z] Start of script
23:44:41 [2022-01-22T04:44:41.306Z] include file start
23:44:41 [2022-01-22T04:44:41.306Z] Include file processed
23:44:41 [2022-01-22T04:44:41.306Z] line after include file
23:44:41 [2022-01-22T04:44:41.306Z] Result of testMethod = 5
23:44:41 [2022-01-22T04:44:41.564Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:41 [2022-01-22T04:44:41.564Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:41 [2022-01-22T04:44:41.821Z] org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger.access$4(RhinoDebugger.java:1)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.lang.javascript.rhino.debugger.RhinoDebugger$RhinoDebugFrame.onLineChange(RhinoDebugger.java:124)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1824)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:41 [2022-01-22T04:44:41.821Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:41 [2022-01-22T04:44:41.821Z] Start of script
23:44:41 [2022-01-22T04:44:41.821Z] include file start
23:44:41 [2022-01-22T04:44:41.821Z] Include file processed
23:44:41 [2022-01-22T04:44:41.821Z] line after include file
23:44:41 [2022-01-22T04:44:41.821Z] Result of testMethod = 5
23:44:41 [2022-01-22T04:44:41.821Z] End of script
23:44:42 [2022-01-22T04:44:42.078Z] Start of script
23:44:42 [2022-01-22T04:44:42.078Z] include file start
23:44:42 [2022-01-22T04:44:42.078Z] Include file processed
23:44:42 [2022-01-22T04:44:42.078Z] line after include file
23:44:42 [2022-01-22T04:44:42.335Z] Result of testMethod = 5
23:44:42 [2022-01-22T04:44:42.335Z] End of script
23:44:42 [2022-01-22T04:44:42.335Z] Start of script
23:44:42 [2022-01-22T04:44:42.335Z] include file start
23:44:42 [2022-01-22T04:44:42.335Z] Include file processed
23:44:42 [2022-01-22T04:44:42.335Z] line after include file
23:44:42 [2022-01-22T04:44:42.335Z] Result of testMethod = 5
23:44:42 [2022-01-22T04:44:42.335Z] End of script
23:44:42 [2022-01-22T04:44:42.592Z] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.89 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest
23:44:42 [2022-01-22T04:44:42.592Z] disconnectProcessInSuspendedState  Time elapsed: 0.299 s
23:44:42 [2022-01-22T04:44:42.592Z] stepReturnIncludeCommand  Time elapsed: 0.213 s
23:44:42 [2022-01-22T04:44:42.592Z] arrayVariableSorting  Time elapsed: 0.305 s
23:44:42 [2022-01-22T04:44:42.592Z] stepOverOnDebugTarget  Time elapsed: 0.308 s
23:44:42 [2022-01-22T04:44:42.592Z] disconnectThreadInSuspendedState  Time elapsed: 0.206 s
23:44:42 [2022-01-22T04:44:42.592Z] stepReturnOnDebugTarget  Time elapsed: 0.307 s
23:44:42 [2022-01-22T04:44:42.592Z] nullVariable  Time elapsed: 0.307 s
23:44:42 [2022-01-22T04:44:42.592Z] stepOverOnStackFrame  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] resumeOnDebugTarget  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] modifyVariableKeepingType  Time elapsed: 0.406 s
23:44:42 [2022-01-22T04:44:42.592Z] resumeOnLastIncludeLine  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] stepReturnOnStackFrame  Time elapsed: 0.305 s
23:44:42 [2022-01-22T04:44:42.592Z] terminateStackFrameInSuspendedState  Time elapsed: 0.211 s
23:44:42 [2022-01-22T04:44:42.592Z] breakpointLocation  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] stepReturnOnThread  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] javaClassVariable  Time elapsed: 0.307 s
23:44:42 [2022-01-22T04:44:42.592Z] stepIntoOnThread  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] terminateThreadInSuspendedState  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] resumeOnThread  Time elapsed: 0.207 s
23:44:42 [2022-01-22T04:44:42.592Z] stepIntoOnStackFrame  Time elapsed: 0.308 s
23:44:42 [2022-01-22T04:44:42.592Z] terminateProcessInSuspendedState  Time elapsed: 0.206 s
23:44:42 [2022-01-22T04:44:42.592Z] stepOverOnProcess  Time elapsed: 0.308 s
23:44:42 [2022-01-22T04:44:42.592Z] nativeArrayVariable  Time elapsed: 0.307 s
23:44:42 [2022-01-22T04:44:42.592Z] disconnectDebugTargetInSuspendedState  Time elapsed: 0.206 s
23:44:42 [2022-01-22T04:44:42.592Z] stepIntoOnProcess  Time elapsed: 0.308 s
23:44:42 [2022-01-22T04:44:42.592Z] terminatedState  Time elapsed: 0.105 s
23:44:42 [2022-01-22T04:44:42.592Z] stepOverIncludeCommand  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] innerScopeVariableBeforeOuterScopeVariable  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] stepIntoIncludeCommand  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] primitiveStringVariable  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] resumeOnProcess  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] stepIntoOnDebugTarget  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] stepOverOnThread  Time elapsed: 0.307 s
23:44:42 [2022-01-22T04:44:42.592Z] suspendedState  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] primitiveDoubleVariable  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] resumeOnStackFrame  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] nativeObjectVariable  Time elapsed: 0.306 s
23:44:42 [2022-01-22T04:44:42.592Z] terminateDebugTargetInSuspendedState  Time elapsed: 0.205 s
23:44:42 [2022-01-22T04:44:42.592Z] disconnectStackFrameInSuspendedState  Time elapsed: 0.206 s
23:44:42 [2022-01-22T04:44:42.592Z] stepReturnOnProcess  Time elapsed: 0.307 s
23:44:42 [2022-01-22T04:44:42.592Z] evaluateWatchExpression  Time elapsed: 0.223 s
23:44:42 [2022-01-22T04:44:42.592Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest
23:44:42 [2022-01-22T04:44:42.592Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception
23:44:42 [2022-01-22T04:44:42.592Z] 	at <unknown source>
23:44:42 [2022-01-22T04:44:42.592Z] 
23:44:42 [2022-01-22T04:44:42.593Z] Java Stacktrace:
23:44:42 [2022-01-22T04:44:42.593Z] java.lang.Exception
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.gen.c_33._c_script_0(Unknown Source)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.gen.c_33.call(Unknown Source)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.gen.c_33.call(Unknown Source)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.gen.c_33.exec(Unknown Source)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:42 [2022-01-22T04:44:42.593Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test
23:44:42 [2022-01-22T04:44:42.593Z] 	at <unknown source>
23:44:42 [2022-01-22T04:44:42.593Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript
23:44:42 [2022-01-22T04:44:42.593Z] 	at <unknown source>
23:44:42 [2022-01-22T04:44:42.593Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1)
23:44:42 [2022-01-22T04:44:42.593Z] 'asdf
23:44:42 [2022-01-22T04:44:42.593Z]     ^
23:44:42 [2022-01-22T04:44:42.593Z] 	at <unknown source>
23:44:42 [2022-01-22T04:44:42.593Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined
23:44:42 [2022-01-22T04:44:42.593Z] 	at <unknown source>
23:44:42 [2022-01-22T04:44:42.593Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450
23:44:42 [2022-01-22T04:44:42.593Z] 	at <unknown source>
23:44:42 [2022-01-22T04:44:42.593Z] 
23:44:42 [2022-01-22T04:44:42.593Z] Java Stacktrace:
23:44:42 [2022-01-22T04:44:42.593Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414)
23:44:42 [2022-01-22T04:44:42.593Z] 	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/java.lang.Class.forName0(Native Method)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/java.lang.Class.forName(Class.java:377)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
23:44:42 [2022-01-22T04:44:42.593Z] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
23:44:42 [2022-01-22T04:44:42.594Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:44:42 [2022-01-22T04:44:42.594Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.gen.c_56._c_script_0(Unknown Source)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.gen.c_56.call(Unknown Source)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.gen.c_56.call(Unknown Source)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.gen.c_56.exec(Unknown Source)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.mozilla.javascript.Context.evaluateReader(Context.java:1110)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:226)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:205)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:190)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:243)
23:44:42 [2022-01-22T04:44:42.594Z] 	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
23:44:42 [2022-01-22T04:44:42.594Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest
23:44:42 [2022-01-22T04:44:42.594Z] execute_java_class_instantiation  Time elapsed: 0.019 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_environment_module_code_with_optional_parameters  Time elapsed: 0.011 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_throws_java_exception  Time elapsed: 0.011 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_throws_java_class  Time elapsed: 0.011 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_javascript_assignment  Time elapsed: 0.019 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_eclipse_class_instantiation  Time elapsed: 0.01 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_throws_javascript_object  Time elapsed: 0.01 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_throws_syntax_error  Time elapsed: 0.009 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_throws_javascript_runtime_error  Time elapsed: 0.01 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_environment_module_code  Time elapsed: 0.011 s
23:44:42 [2022-01-22T04:44:42.594Z] execute_throws_wrapped_java_exception  Time elapsed: 0.01 s
23:44:42 [2022-01-22T04:44:42.594Z] 
23:44:42 [2022-01-22T04:44:42.594Z] Results:
23:44:42 [2022-01-22T04:44:42.594Z] 
23:44:42 [2022-01-22T04:44:42.594Z] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
23:44:42 [2022-01-22T04:44:42.594Z] 
23:44:42 [2022-01-22T04:44:42.851Z] [INFO] All tests passed!
23:44:42 [2022-01-22T04:44:42.851Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.851Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >-------
23:44:42 [2022-01-22T04:44:42.851Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.9.0-SNAPSHOT      [5/9]
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] The project's OSGi version is 0.9.0.I202107211616
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/src/main/resources
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] Nothing to compile - all classes are up to date
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/src/test/resources
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.9.0-SNAPSHOT.jar
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test ---
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] 
23:44:42 [2022-01-22T04:44:42.852Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.javascript.test ---
23:44:43 [2022-01-22T04:44:43.109Z] [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.lang.javascript.test/target/jacoco.exec,output=file
23:44:43 [2022-01-22T04:44:43.109Z] [INFO] 
23:44:43 [2022-01-22T04:44:43.109Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.javascript.test ---
23:44:43 [2022-01-22T04:44:43.109Z] [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.lang.javascript.test/target/work/data/.metadata/.log
23:44:43 [2022-01-22T04:44:43.109Z] [INFO] Command line:
23:44:43 [2022-01-22T04:44:43.109Z] 	[/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.lang.javascript.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties]
23:44:43 [2022-01-22T04:44:43.110Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:44:45 [2022-01-22T04:44:45.690Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest
23:44:45 [2022-01-22T04:44:45.690Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest
23:44:45 [2022-01-22T04:44:45.690Z] getSaveVariableName_creates_random_string_for_invalid_characters  Time elapsed: 0.022 s
23:44:45 [2022-01-22T04:44:45.690Z] getNullString_equals_null  Time elapsed: 0.005 s
23:44:45 [2022-01-22T04:44:45.690Z] getSaveVariableName_prefixes_keywords_with_underscore  Time elapsed: 0 s
23:44:45 [2022-01-22T04:44:45.690Z] getSaveVariableName_does_not_alter_save_name  Time elapsed: 0 s
23:44:45 [2022-01-22T04:44:45.690Z] classInstantiation_creates_instance_with_parameters  Time elapsed: 0.001 s
23:44:45 [2022-01-22T04:44:45.690Z] createCommentedString_creates_block_comment  Time elapsed: 0.001 s
23:44:45 [2022-01-22T04:44:45.690Z] createCommentedString_creates_single_line_comment  Time elapsed: 0.001 s
23:44:45 [2022-01-22T04:44:45.690Z] classInstantiation_creates_default_instance  Time elapsed: 0 s
23:44:45 [2022-01-22T04:44:45.690Z] createCommentedString_creates_multi_line_comment  Time elapsed: 0 s
23:44:45 [2022-01-22T04:44:45.690Z] getSaveVariableName_replaces_invalid_characters  Time elapsed: 0.001 s
23:44:45 [2022-01-22T04:44:45.690Z] getSaveVariableName_prefixes_numbers_with_underscore  Time elapsed: 0.001 s
23:44:45 [2022-01-22T04:44:45.690Z] 
23:44:45 [2022-01-22T04:44:45.690Z] Results:
23:44:45 [2022-01-22T04:44:45.690Z] 
23:44:45 [2022-01-22T04:44:45.690Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
23:44:45 [2022-01-22T04:44:45.690Z] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] All tests passed!
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >---------
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] Building org.eclipse.ease.lang.python.test 0.9.0-SNAPSHOT          [6/9]
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] The project's OSGi version is 0.9.0.I202112011324
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/src/main/resources
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] Nothing to compile - all classes are up to date
23:44:45 [2022-01-22T04:44:45.947Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/src/test/resources
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.9.0-SNAPSHOT.jar
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.python.test ---
23:44:45 [2022-01-22T04:44:45.948Z] [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.lang.python.test/target/jacoco.exec,output=file
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] 
23:44:45 [2022-01-22T04:44:45.948Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.python.test ---
23:44:46 [2022-01-22T04:44:46.877Z] [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.lang.python.test/target/work/data/.metadata/.log
23:44:46 [2022-01-22T04:44:46.877Z] [INFO] Command line:
23:44:46 [2022-01-22T04:44:46.877Z] 	[/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.lang.python.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.test/target/surefire.properties]
23:44:46 [2022-01-22T04:44:46.877Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:44:49 [2022-01-22T04:44:49.422Z] Running org.eclipse.ease.lang.python.PyDevPathImporterTest
23:44:50 [2022-01-22T04:44:50.363Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 s - in org.eclipse.ease.lang.python.PyDevPathImporterTest
23:44:50 [2022-01-22T04:44:50.363Z] createEngine_registers_engine_execution_listener  Time elapsed: 0.525 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_does_not_throwwhen_PyDev_plugins_are_not_available  Time elapsed: 0.284 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_registers_project_paths_for_engine_executed_file  Time elapsed: 0.169 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_does_not_throw_for_non_PyDev_project  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_escapes_path_on_windows  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_registers_project_paths  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest
23:44:50 [2022-01-22T04:44:50.363Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest
23:44:50 [2022-01-22T04:44:50.363Z] createFunctionWrapper_creates_return_andParameters_for_Py4J  Time elapsed: 0.073 s
23:44:50 [2022-01-22T04:44:50.363Z] testCommentCreator  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] createFunctionWrapper_creates_void_return_types_for_Py4J  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] Running org.eclipse.ease.lang.python.ResourceProjectPathImporterTest
23:44:50 [2022-01-22T04:44:50.363Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.lang.python.ResourceProjectPathImporterTest
23:44:50 [2022-01-22T04:44:50.363Z] createEngine_registers_engine_execution_listener  Time elapsed: 0 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_registers_project_paths_for_engine_executed_file  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_escapes_path_on_windows  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] notify_registers_project_paths  Time elapsed: 0.001 s
23:44:50 [2022-01-22T04:44:50.363Z] 
23:44:50 [2022-01-22T04:44:50.363Z] Results:
23:44:50 [2022-01-22T04:44:50.363Z] 
23:44:50 [2022-01-22T04:44:50.364Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
23:44:50 [2022-01-22T04:44:50.364Z] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] All tests passed!
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.9.0-SNAPSHOT   [7/9]
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] Nothing to compile - all classes are up to date
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.620Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.9.0-SNAPSHOT.jar
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.python.jython.test ---
23:44:50 [2022-01-22T04:44:50.621Z] [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.lang.python.jython.test/target/jacoco.exec,output=file
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] 
23:44:50 [2022-01-22T04:44:50.621Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test ---
23:44:51 [2022-01-22T04:44:51.203Z] [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.lang.python.jython.test/target/work/data/.metadata/.log
23:44:51 [2022-01-22T04:44:51.203Z] [INFO] Command line:
23:44:51 [2022-01-22T04:44:51.204Z] 	[/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.lang.python.jython.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties]
23:44:51 [2022-01-22T04:44:51.204Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:44:53 [2022-01-22T04:44:53.736Z] WARNING: An illegal reflective access operation has occurred
23:44:53 [2022-01-22T04:44:53.736Z] WARNING: Illegal reflective access by org.python.core.PySystemState (file:/home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.python.jython.test/target/work/plugins/org.jython_2.7.0.I202104151016/jython.jar) to method java.io.Console.encoding()
23:44:53 [2022-01-22T04:44:53.736Z] WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
23:44:53 [2022-01-22T04:44:53.736Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
23:44:53 [2022-01-22T04:44:53.736Z] WARNING: All illegal access operations will be denied in a future release
23:44:54 [2022-01-22T04:44:54.314Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest
23:44:56 [2022-01-22T04:44:56.298Z] Start of script
23:44:56 [2022-01-22T04:44:56.298Z] include file start
23:44:56 [2022-01-22T04:44:56.298Z] include file processed
23:44:56 [2022-01-22T04:44:56.298Z] Result of testMethod = 5
23:44:56 [2022-01-22T04:44:56.298Z] End of script
23:44:56 [2022-01-22T04:44:56.555Z] Start of script
23:44:56 [2022-01-22T04:44:56.555Z] include file start
23:44:56 [2022-01-22T04:44:56.555Z] include file processed
23:44:56 [2022-01-22T04:44:56.555Z] Result of testMethod = 5
23:44:56 [2022-01-22T04:44:56.555Z] End of script
23:44:56 [2022-01-22T04:44:56.813Z] Start of script
23:44:56 [2022-01-22T04:44:56.813Z] include file start
23:44:56 [2022-01-22T04:44:56.813Z] include file processed
23:44:56 [2022-01-22T04:44:56.813Z] Result of testMethod = 5
23:44:57 [2022-01-22T04:44:57.069Z] Traceback (most recent call last):
23:44:57 [2022-01-22T04:44:57.069Z]   File "(none)", line 184, in run
23:44:57 [2022-01-22T04:44:57.069Z]   File "__ref_L/Debug Test/Main.py_mxwzbomank", line 23, in <module>
23:44:57 [2022-01-22T04:44:57.069Z]   File "(none)", line 161, in trace_dispatch
23:44:57 [2022-01-22T04:44:57.069Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:57 [2022-01-22T04:44:57.069Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:57 [2022-01-22T04:44:57.069Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:57 [2022-01-22T04:44:57.069Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:44:57 [2022-01-22T04:44:57.069Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:44:57 [2022-01-22T04:44:57.069Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:44:57 [2022-01-22T04:44:57.069Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:44:57 [2022-01-22T04:44:57.069Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:44:57 [2022-01-22T04:44:57.069Z] 
23:44:57 [2022-01-22T04:44:57.069Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:57 [2022-01-22T04:44:57.069Z] Start of script
23:44:57 [2022-01-22T04:44:57.069Z] include file start
23:44:57 [2022-01-22T04:44:57.069Z] include file processed
23:44:57 [2022-01-22T04:44:57.326Z] Result of testMethod = 5
23:44:57 [2022-01-22T04:44:57.326Z] End of script
23:44:57 [2022-01-22T04:44:57.582Z] Start of script
23:44:57 [2022-01-22T04:44:57.582Z] include file start
23:44:57 [2022-01-22T04:44:57.582Z] include file processed
23:44:57 [2022-01-22T04:44:57.582Z] Result of testMethod = 5
23:44:57 [2022-01-22T04:44:57.582Z] End of script
23:44:57 [2022-01-22T04:44:57.839Z] Start of script
23:44:57 [2022-01-22T04:44:57.839Z] include file start
23:44:57 [2022-01-22T04:44:57.839Z] include file processed
23:44:57 [2022-01-22T04:44:57.839Z] Result of testMethod = 5
23:44:57 [2022-01-22T04:44:57.839Z] End of script
23:44:58 [2022-01-22T04:44:58.096Z] Start of script
23:44:58 [2022-01-22T04:44:58.096Z] include file start
23:44:58 [2022-01-22T04:44:58.096Z] include file processed
23:44:58 [2022-01-22T04:44:58.096Z] Result of testMethod = 5
23:44:58 [2022-01-22T04:44:58.096Z] Traceback (most recent call last):
23:44:58 [2022-01-22T04:44:58.096Z]   File "(none)", line 184, in run
23:44:58 [2022-01-22T04:44:58.096Z]   File "__ref_L/Debug Test/Main.py_npaxwhntwa", line 23, in <module>
23:44:58 [2022-01-22T04:44:58.096Z]   File "(none)", line 161, in trace_dispatch
23:44:58 [2022-01-22T04:44:58.096Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:58 [2022-01-22T04:44:58.096Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:58 [2022-01-22T04:44:58.096Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:58 [2022-01-22T04:44:58.096Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:44:58 [2022-01-22T04:44:58.096Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:44:58 [2022-01-22T04:44:58.096Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:44:58 [2022-01-22T04:44:58.096Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:44:58 [2022-01-22T04:44:58.096Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:44:58 [2022-01-22T04:44:58.096Z] 
23:44:58 [2022-01-22T04:44:58.096Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:58 [2022-01-22T04:44:58.353Z] Start of script
23:44:58 [2022-01-22T04:44:58.353Z] include file start
23:44:58 [2022-01-22T04:44:58.353Z] include file processed
23:44:58 [2022-01-22T04:44:58.609Z] Result of testMethod = 5
23:44:58 [2022-01-22T04:44:58.609Z] End of script
23:44:58 [2022-01-22T04:44:58.609Z] Start of script
23:44:58 [2022-01-22T04:44:58.609Z] include file start
23:44:58 [2022-01-22T04:44:58.609Z] include file processed
23:44:58 [2022-01-22T04:44:58.610Z] Result of testMethod = 5
23:44:58 [2022-01-22T04:44:58.610Z] End of script
23:44:58 [2022-01-22T04:44:58.866Z] Start of script
23:44:58 [2022-01-22T04:44:58.866Z] include file start
23:44:58 [2022-01-22T04:44:58.866Z] include file processed
23:44:59 [2022-01-22T04:44:59.122Z] Traceback (most recent call last):
23:44:59 [2022-01-22T04:44:59.122Z]   File "(none)", line 184, in run
23:44:59 [2022-01-22T04:44:59.122Z]   File "__ref_L/Debug Test/Main.py_hfsjuqerfr", line 22, in <module>
23:44:59 [2022-01-22T04:44:59.122Z]   File "(none)", line 161, in trace_dispatch
23:44:59 [2022-01-22T04:44:59.122Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:59 [2022-01-22T04:44:59.122Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:59 [2022-01-22T04:44:59.122Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:512)
23:44:59 [2022-01-22T04:44:59.122Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:44:59 [2022-01-22T04:44:59.122Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:44:59 [2022-01-22T04:44:59.122Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:44:59 [2022-01-22T04:44:59.123Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:44:59 [2022-01-22T04:44:59.123Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:44:59 [2022-01-22T04:44:59.123Z] 
23:44:59 [2022-01-22T04:44:59.123Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:44:59 [2022-01-22T04:44:59.379Z] Start of script
23:44:59 [2022-01-22T04:44:59.379Z] include file start
23:44:59 [2022-01-22T04:44:59.379Z] include file processed
23:44:59 [2022-01-22T04:44:59.379Z] Result of testMethod = 5
23:44:59 [2022-01-22T04:44:59.379Z] End of script
23:44:59 [2022-01-22T04:44:59.636Z] Start of script
23:44:59 [2022-01-22T04:44:59.636Z] include file start
23:44:59 [2022-01-22T04:44:59.636Z] include file processed
23:44:59 [2022-01-22T04:44:59.636Z] Result of testMethod = 5
23:44:59 [2022-01-22T04:44:59.636Z] End of script
23:44:59 [2022-01-22T04:44:59.892Z] Traceback (most recent call last):
23:44:59 [2022-01-22T04:44:59.893Z]   File "(none)", line 184, in run
23:44:59 [2022-01-22T04:44:59.893Z]   File "__ref_L/Debug Test/Main.py_egzfbeyhpu", line 1, in <module>
23:44:59 [2022-01-22T04:44:59.893Z]   File "(none)", line 161, in trace_dispatch
23:44:59 [2022-01-22T04:44:59.893Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:44:59 [2022-01-22T04:44:59.893Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:44:59 [2022-01-22T04:44:59.893Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:44:59 [2022-01-22T04:44:59.893Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:44:59 [2022-01-22T04:44:59.893Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:44:59 [2022-01-22T04:44:59.893Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:44:59 [2022-01-22T04:44:59.893Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:44:59 [2022-01-22T04:44:59.893Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:44:59 [2022-01-22T04:44:59.893Z] 
23:44:59 [2022-01-22T04:44:59.893Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:00 [2022-01-22T04:45:00.149Z] Start of script
23:45:00 [2022-01-22T04:45:00.149Z] include file start
23:45:00 [2022-01-22T04:45:00.149Z] include file processed
23:45:00 [2022-01-22T04:45:00.149Z] Result of testMethod = 5
23:45:00 [2022-01-22T04:45:00.149Z] End of script
23:45:00 [2022-01-22T04:45:00.407Z] Start of script
23:45:00 [2022-01-22T04:45:00.407Z] include file start
23:45:00 [2022-01-22T04:45:00.407Z] include file processed
23:45:00 [2022-01-22T04:45:00.407Z] Result of testMethod = 5
23:45:00 [2022-01-22T04:45:00.407Z] End of script
23:45:00 [2022-01-22T04:45:00.665Z] Start of script
23:45:00 [2022-01-22T04:45:00.665Z] include file start
23:45:00 [2022-01-22T04:45:00.665Z] include file processed
23:45:00 [2022-01-22T04:45:00.665Z] Result of testMethod = 5
23:45:00 [2022-01-22T04:45:00.665Z] Traceback (most recent call last):
23:45:00 [2022-01-22T04:45:00.665Z]   File "(none)", line 184, in run
23:45:00 [2022-01-22T04:45:00.665Z]   File "__ref_L/Debug Test/Main.py_kavrnzgrvz", line 23, in <module>
23:45:00 [2022-01-22T04:45:00.665Z]   File "(none)", line 161, in trace_dispatch
23:45:00 [2022-01-22T04:45:00.665Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:00 [2022-01-22T04:45:00.665Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:00 [2022-01-22T04:45:00.665Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:00 [2022-01-22T04:45:00.665Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:00 [2022-01-22T04:45:00.665Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:00 [2022-01-22T04:45:00.665Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:00 [2022-01-22T04:45:00.665Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:00 [2022-01-22T04:45:00.665Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:00 [2022-01-22T04:45:00.665Z] 
23:45:00 [2022-01-22T04:45:00.665Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:01 [2022-01-22T04:45:01.045Z] Start of script
23:45:01 [2022-01-22T04:45:01.045Z] include file start
23:45:01 [2022-01-22T04:45:01.045Z] include file processed
23:45:01 [2022-01-22T04:45:01.045Z] Result of testMethod = 5
23:45:01 [2022-01-22T04:45:01.045Z] End of script
23:45:01 [2022-01-22T04:45:01.302Z] Traceback (most recent call last):
23:45:01 [2022-01-22T04:45:01.302Z]   File "(none)", line 184, in run
23:45:01 [2022-01-22T04:45:01.302Z]   File "__ref_L/Debug Test/Main.py_nhbrxpgfef", line 1, in <module>
23:45:01 [2022-01-22T04:45:01.302Z]   File "(none)", line 161, in trace_dispatch
23:45:01 [2022-01-22T04:45:01.302Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:01 [2022-01-22T04:45:01.302Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:01 [2022-01-22T04:45:01.302Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:01 [2022-01-22T04:45:01.302Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:01 [2022-01-22T04:45:01.302Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:01 [2022-01-22T04:45:01.302Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:01 [2022-01-22T04:45:01.302Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:01 [2022-01-22T04:45:01.302Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:01 [2022-01-22T04:45:01.302Z] 
23:45:01 [2022-01-22T04:45:01.303Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:01 [2022-01-22T04:45:01.588Z] Start of script
23:45:01 [2022-01-22T04:45:01.588Z] include file start
23:45:01 [2022-01-22T04:45:01.588Z] include file processed
23:45:01 [2022-01-22T04:45:01.588Z] Result of testMethod = 5
23:45:01 [2022-01-22T04:45:01.588Z] End of script
23:45:01 [2022-01-22T04:45:01.845Z] Start of script
23:45:01 [2022-01-22T04:45:01.846Z] include file start
23:45:01 [2022-01-22T04:45:01.846Z] include file processed
23:45:01 [2022-01-22T04:45:01.846Z] Result of testMethod = 5
23:45:01 [2022-01-22T04:45:01.846Z] End of script
23:45:02 [2022-01-22T04:45:02.102Z] Traceback (most recent call last):
23:45:02 [2022-01-22T04:45:02.102Z]   File "(none)", line 184, in run
23:45:02 [2022-01-22T04:45:02.102Z]   File "__ref_L/Debug Test/Main.py_msoevccykq", line 1, in <module>
23:45:02 [2022-01-22T04:45:02.102Z]   File "(none)", line 161, in trace_dispatch
23:45:02 [2022-01-22T04:45:02.102Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:02 [2022-01-22T04:45:02.102Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:02 [2022-01-22T04:45:02.102Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:02 [2022-01-22T04:45:02.102Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:02 [2022-01-22T04:45:02.102Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:02 [2022-01-22T04:45:02.102Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:02 [2022-01-22T04:45:02.102Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:02 [2022-01-22T04:45:02.102Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:02 [2022-01-22T04:45:02.102Z] 
23:45:02 [2022-01-22T04:45:02.102Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:02 [2022-01-22T04:45:02.365Z] Start of script
23:45:02 [2022-01-22T04:45:02.365Z] include file start
23:45:02 [2022-01-22T04:45:02.365Z] include file processed
23:45:02 [2022-01-22T04:45:02.365Z] Result of testMethod = 5
23:45:02 [2022-01-22T04:45:02.365Z] End of script
23:45:02 [2022-01-22T04:45:02.624Z] Start of script
23:45:02 [2022-01-22T04:45:02.624Z] include file start
23:45:02 [2022-01-22T04:45:02.624Z] include file processed
23:45:02 [2022-01-22T04:45:02.624Z] Result of testMethod = 5
23:45:02 [2022-01-22T04:45:02.883Z] Traceback (most recent call last):
23:45:02 [2022-01-22T04:45:02.883Z]   File "(none)", line 184, in run
23:45:02 [2022-01-22T04:45:02.883Z]   File "__ref_L/Debug Test/Main.py_wsityssbuk", line 23, in <module>
23:45:02 [2022-01-22T04:45:02.883Z]   File "(none)", line 161, in trace_dispatch
23:45:02 [2022-01-22T04:45:02.883Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:02 [2022-01-22T04:45:02.883Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:02 [2022-01-22T04:45:02.883Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:02 [2022-01-22T04:45:02.883Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:02 [2022-01-22T04:45:02.883Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:02 [2022-01-22T04:45:02.884Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:02 [2022-01-22T04:45:02.884Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:02 [2022-01-22T04:45:02.884Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:02 [2022-01-22T04:45:02.884Z] 
23:45:02 [2022-01-22T04:45:02.884Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:02 [2022-01-22T04:45:02.884Z] Start of script
23:45:02 [2022-01-22T04:45:02.884Z] include file start
23:45:02 [2022-01-22T04:45:02.884Z] include file processed
23:45:02 [2022-01-22T04:45:02.884Z] Result of testMethod = 5
23:45:02 [2022-01-22T04:45:02.884Z] End of script
23:45:03 [2022-01-22T04:45:03.186Z] Start of script
23:45:03 [2022-01-22T04:45:03.187Z] include file start
23:45:03 [2022-01-22T04:45:03.187Z] include file processed
23:45:03 [2022-01-22T04:45:03.187Z] Result of testMethod = 5
23:45:03 [2022-01-22T04:45:03.187Z] End of script
23:45:03 [2022-01-22T04:45:03.454Z] Start of script
23:45:03 [2022-01-22T04:45:03.454Z] include file start
23:45:03 [2022-01-22T04:45:03.454Z] include file processed
23:45:03 [2022-01-22T04:45:03.454Z] Result of testMethod = 5
23:45:03 [2022-01-22T04:45:03.454Z] End of script
23:45:03 [2022-01-22T04:45:03.454Z] Start of script
23:45:03 [2022-01-22T04:45:03.718Z] include file start
23:45:03 [2022-01-22T04:45:03.718Z] include file processed
23:45:03 [2022-01-22T04:45:03.718Z] Result of testMethod = 5
23:45:03 [2022-01-22T04:45:03.718Z] End of script
23:45:03 [2022-01-22T04:45:03.984Z] Start of script
23:45:03 [2022-01-22T04:45:03.984Z] include file start
23:45:03 [2022-01-22T04:45:03.984Z] include file processed
23:45:03 [2022-01-22T04:45:03.984Z] Traceback (most recent call last):
23:45:03 [2022-01-22T04:45:03.984Z]   File "(none)", line 184, in run
23:45:03 [2022-01-22T04:45:03.984Z]   File "__ref_L/Debug Test/Main.py_ztrrlqmscn", line 21, in <module>
23:45:03 [2022-01-22T04:45:03.984Z]   File "__ref_L/Debug Test/Main.py_ztrrlqmscn", line 18, in testMethod
23:45:03 [2022-01-22T04:45:03.984Z]   File "(none)", line 161, in trace_dispatch
23:45:03 [2022-01-22T04:45:03.984Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:03 [2022-01-22T04:45:03.984Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:03 [2022-01-22T04:45:03.984Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:03 [2022-01-22T04:45:03.984Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:03 [2022-01-22T04:45:03.984Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:03 [2022-01-22T04:45:03.984Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:03 [2022-01-22T04:45:03.984Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:03 [2022-01-22T04:45:03.984Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:03 [2022-01-22T04:45:03.984Z] 
23:45:03 [2022-01-22T04:45:03.984Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:04 [2022-01-22T04:45:04.244Z] Start of script
23:45:04 [2022-01-22T04:45:04.244Z] include file start
23:45:04 [2022-01-22T04:45:04.244Z] include file processed
23:45:04 [2022-01-22T04:45:04.244Z] Result of testMethod = 5
23:45:04 [2022-01-22T04:45:04.244Z] End of script
23:45:04 [2022-01-22T04:45:04.501Z] Start of script
23:45:04 [2022-01-22T04:45:04.501Z] include file start
23:45:04 [2022-01-22T04:45:04.501Z] include file processed
23:45:04 [2022-01-22T04:45:04.501Z] Result of testMethod = 5
23:45:04 [2022-01-22T04:45:04.501Z] Traceback (most recent call last):
23:45:04 [2022-01-22T04:45:04.501Z]   File "(none)", line 184, in run
23:45:04 [2022-01-22T04:45:04.501Z]   File "__ref_L/Debug Test/Main.py_ezlqhbwdvc", line 23, in <module>
23:45:04 [2022-01-22T04:45:04.501Z]   File "(none)", line 161, in trace_dispatch
23:45:04 [2022-01-22T04:45:04.501Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:04 [2022-01-22T04:45:04.501Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:04 [2022-01-22T04:45:04.501Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:04 [2022-01-22T04:45:04.501Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:04 [2022-01-22T04:45:04.501Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:04 [2022-01-22T04:45:04.501Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:04 [2022-01-22T04:45:04.501Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:04 [2022-01-22T04:45:04.501Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:04 [2022-01-22T04:45:04.501Z] 
23:45:04 [2022-01-22T04:45:04.501Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:04 [2022-01-22T04:45:04.757Z] Start of script
23:45:04 [2022-01-22T04:45:04.757Z] include file start
23:45:04 [2022-01-22T04:45:04.757Z] include file processed
23:45:04 [2022-01-22T04:45:04.757Z] Result of testMethod = 5
23:45:04 [2022-01-22T04:45:04.757Z] End of script
23:45:05 [2022-01-22T04:45:05.013Z] Start of script
23:45:05 [2022-01-22T04:45:05.013Z] include file start
23:45:05 [2022-01-22T04:45:05.013Z] include file processed
23:45:05 [2022-01-22T04:45:05.013Z] Result of testMethod = 5
23:45:05 [2022-01-22T04:45:05.013Z] End of script
23:45:05 [2022-01-22T04:45:05.271Z] Start of script
23:45:05 [2022-01-22T04:45:05.271Z] include file start
23:45:05 [2022-01-22T04:45:05.271Z] include file processed
23:45:05 [2022-01-22T04:45:05.528Z] Result of testMethod = 5
23:45:05 [2022-01-22T04:45:05.528Z] End of script
23:45:05 [2022-01-22T04:45:05.528Z] Start of script
23:45:05 [2022-01-22T04:45:05.528Z] include file start
23:45:05 [2022-01-22T04:45:05.528Z] include file processed
23:45:05 [2022-01-22T04:45:05.528Z] Result of testMethod = 5
23:45:05 [2022-01-22T04:45:05.528Z] End of script
23:45:05 [2022-01-22T04:45:05.785Z] Start of script
23:45:05 [2022-01-22T04:45:05.785Z] include file start
23:45:05 [2022-01-22T04:45:05.786Z] include file processed
23:45:05 [2022-01-22T04:45:05.786Z] Result of testMethod = 5
23:45:06 [2022-01-22T04:45:06.043Z] Traceback (most recent call last):
23:45:06 [2022-01-22T04:45:06.043Z]   File "(none)", line 184, in run
23:45:06 [2022-01-22T04:45:06.043Z]   File "__ref_L/Debug Test/Main.py_fynkzsydaa", line 23, in <module>
23:45:06 [2022-01-22T04:45:06.043Z]   File "(none)", line 161, in trace_dispatch
23:45:06 [2022-01-22T04:45:06.043Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:06 [2022-01-22T04:45:06.043Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:06 [2022-01-22T04:45:06.043Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:06 [2022-01-22T04:45:06.043Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:06 [2022-01-22T04:45:06.043Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:06 [2022-01-22T04:45:06.043Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:06 [2022-01-22T04:45:06.043Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:06 [2022-01-22T04:45:06.043Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:06 [2022-01-22T04:45:06.043Z] 
23:45:06 [2022-01-22T04:45:06.043Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:06 [2022-01-22T04:45:06.043Z] Start of script
23:45:06 [2022-01-22T04:45:06.043Z] include file start
23:45:06 [2022-01-22T04:45:06.043Z] include file processed
23:45:06 [2022-01-22T04:45:06.043Z] Result of testMethod = 5
23:45:06 [2022-01-22T04:45:06.043Z] End of script
23:45:06 [2022-01-22T04:45:06.300Z] Start of script
23:45:06 [2022-01-22T04:45:06.300Z] include file start
23:45:06 [2022-01-22T04:45:06.300Z] include file processed
23:45:06 [2022-01-22T04:45:06.300Z] Result of testMethod = 5
23:45:06 [2022-01-22T04:45:06.556Z] Traceback (most recent call last):
23:45:06 [2022-01-22T04:45:06.556Z]   File "(none)", line 184, in run
23:45:06 [2022-01-22T04:45:06.556Z]   File "__ref_L/Debug Test/Main.py_knwxyqrxtx", line 23, in <module>
23:45:06 [2022-01-22T04:45:06.556Z]   File "(none)", line 161, in trace_dispatch
23:45:06 [2022-01-22T04:45:06.556Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:06 [2022-01-22T04:45:06.556Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:06 [2022-01-22T04:45:06.557Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:06 [2022-01-22T04:45:06.557Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:06 [2022-01-22T04:45:06.557Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:06 [2022-01-22T04:45:06.557Z] 
23:45:06 [2022-01-22T04:45:06.557Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:06 [2022-01-22T04:45:06.557Z] Traceback (most recent call last):
23:45:06 [2022-01-22T04:45:06.557Z]   File "(none)", line 184, in run
23:45:06 [2022-01-22T04:45:06.557Z]   File "__ref_L/Debug Test/Main.py_jwktnmkaat", line 1, in <module>
23:45:06 [2022-01-22T04:45:06.557Z]   File "(none)", line 161, in trace_dispatch
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:331)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:257)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:492)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:179)
23:45:06 [2022-01-22T04:45:06.557Z] 	at org.eclipse.ease.lang.python.jython.debugger.JythonDebugger.traceDispatch(JythonDebugger.java:46)
23:45:06 [2022-01-22T04:45:06.557Z] 	at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
23:45:06 [2022-01-22T04:45:06.557Z] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
23:45:06 [2022-01-22T04:45:06.557Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
23:45:06 [2022-01-22T04:45:06.557Z] 
23:45:06 [2022-01-22T04:45:06.557Z] org.eclipse.ease.ScriptEngineCancellationException: org.eclipse.ease.ScriptEngineCancellationException: Terminated on user request
23:45:06 [2022-01-22T04:45:06.817Z] Start of script
23:45:06 [2022-01-22T04:45:06.817Z] include file start
23:45:06 [2022-01-22T04:45:06.817Z] include file processed
23:45:06 [2022-01-22T04:45:06.817Z] Result of testMethod = 5
23:45:06 [2022-01-22T04:45:06.817Z] End of script
23:45:07 [2022-01-22T04:45:07.074Z] Start of script
23:45:07 [2022-01-22T04:45:07.074Z] include file start
23:45:07 [2022-01-22T04:45:07.074Z] include file processed
23:45:07 [2022-01-22T04:45:07.074Z] Result of testMethod = 5
23:45:07 [2022-01-22T04:45:07.074Z] End of script
23:45:07 [2022-01-22T04:45:07.332Z] Start of script
23:45:07 [2022-01-22T04:45:07.332Z] include file start
23:45:07 [2022-01-22T04:45:07.332Z] include file processed
23:45:07 [2022-01-22T04:45:07.332Z] Result of testMethod = 5
23:45:07 [2022-01-22T04:45:07.332Z] End of script
23:45:07 [2022-01-22T04:45:07.588Z] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.323 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest
23:45:07 [2022-01-22T04:45:07.588Z] disconnectProcessInSuspendedState  Time elapsed: 2.251 s
23:45:07 [2022-01-22T04:45:07.588Z] stepReturnIncludeCommand  Time elapsed: 0.316 s
23:45:07 [2022-01-22T04:45:07.588Z] arrayVariableSorting  Time elapsed: 0.308 s
23:45:07 [2022-01-22T04:45:07.588Z] stepOverOnDebugTarget  Time elapsed: 0.309 s
23:45:07 [2022-01-22T04:45:07.588Z] disconnectThreadInSuspendedState  Time elapsed: 0.308 s
23:45:07 [2022-01-22T04:45:07.588Z] stepReturnOnDebugTarget  Time elapsed: 0.311 s
23:45:07 [2022-01-22T04:45:07.588Z] nullVariable  Time elapsed: 0.324 s
23:45:07 [2022-01-22T04:45:07.588Z] stepOverOnStackFrame  Time elapsed: 0.308 s
23:45:07 [2022-01-22T04:45:07.588Z] resumeOnDebugTarget  Time elapsed: 0.207 s
23:45:07 [2022-01-22T04:45:07.588Z] modifyVariableKeepingType  Time elapsed: 0.507 s
23:45:07 [2022-01-22T04:45:07.588Z] resumeOnLastIncludeLine  Time elapsed: 0.206 s
23:45:07 [2022-01-22T04:45:07.588Z] stepReturnOnStackFrame  Time elapsed: 0.307 s
23:45:07 [2022-01-22T04:45:07.588Z] terminateStackFrameInSuspendedState  Time elapsed: 0.206 s
23:45:07 [2022-01-22T04:45:07.588Z] breakpointLocation  Time elapsed: 0.206 s
23:45:07 [2022-01-22T04:45:07.588Z] stepReturnOnThread  Time elapsed: 0.305 s
23:45:07 [2022-01-22T04:45:07.588Z] javaClassVariable  Time elapsed: 0.312 s
23:45:07 [2022-01-22T04:45:07.588Z] stepIntoOnThread  Time elapsed: 0.307 s
23:45:07 [2022-01-22T04:45:07.588Z] terminateThreadInSuspendedState  Time elapsed: 0.226 s
23:45:07 [2022-01-22T04:45:07.588Z] resumeOnThread  Time elapsed: 0.207 s
23:45:07 [2022-01-22T04:45:07.588Z] stepIntoOnStackFrame  Time elapsed: 0.408 s
23:45:07 [2022-01-22T04:45:07.588Z] terminateProcessInSuspendedState  Time elapsed: 0.205 s
23:45:07 [2022-01-22T04:45:07.588Z] stepOverOnProcess  Time elapsed: 0.306 s
23:45:07 [2022-01-22T04:45:07.588Z] nativeArrayVariable  Time elapsed: 0.326 s
23:45:07 [2022-01-22T04:45:07.588Z] disconnectDebugTargetInSuspendedState  Time elapsed: 0.207 s
23:45:07 [2022-01-22T04:45:07.589Z] stepIntoOnProcess  Time elapsed: 0.309 s
23:45:07 [2022-01-22T04:45:07.589Z] terminatedState  Time elapsed: 0.105 s
23:45:07 [2022-01-22T04:45:07.589Z] stepOverIncludeCommand  Time elapsed: 0.305 s
23:45:07 [2022-01-22T04:45:07.589Z] innerScopeVariableBeforeOuterScopeVariable  Time elapsed: 0.305 s
23:45:07 [2022-01-22T04:45:07.589Z] stepIntoIncludeCommand  Time elapsed: 0.305 s
23:45:07 [2022-01-22T04:45:07.589Z] primitiveStringVariable  Time elapsed: 0.304 s
23:45:07 [2022-01-22T04:45:07.589Z] resumeOnProcess  Time elapsed: 0.204 s
23:45:07 [2022-01-22T04:45:07.589Z] stepIntoOnDebugTarget  Time elapsed: 0.306 s
23:45:07 [2022-01-22T04:45:07.589Z] stepOverOnThread  Time elapsed: 0.306 s
23:45:07 [2022-01-22T04:45:07.589Z] suspendedState  Time elapsed: 0.205 s
23:45:07 [2022-01-22T04:45:07.589Z] primitiveDoubleVariable  Time elapsed: 0.306 s
23:45:07 [2022-01-22T04:45:07.589Z] resumeOnStackFrame  Time elapsed: 0.206 s
23:45:07 [2022-01-22T04:45:07.589Z] nativeObjectVariable  Time elapsed: 0.307 s
23:45:07 [2022-01-22T04:45:07.589Z] terminateDebugTargetInSuspendedState  Time elapsed: 0.206 s
23:45:07 [2022-01-22T04:45:07.589Z] disconnectStackFrameInSuspendedState  Time elapsed: 0.206 s
23:45:07 [2022-01-22T04:45:07.589Z] stepReturnOnProcess  Time elapsed: 0.306 s
23:45:07 [2022-01-22T04:45:07.589Z] evaluateWatchExpression  Time elapsed: 0.217 s
23:45:07 [2022-01-22T04:45:07.589Z] 
23:45:07 [2022-01-22T04:45:07.589Z] Results:
23:45:07 [2022-01-22T04:45:07.589Z] 
23:45:07 [2022-01-22T04:45:07.589Z] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0
23:45:07 [2022-01-22T04:45:07.589Z] 
23:45:07 [2022-01-22T04:45:07.845Z] [INFO] All tests passed!
23:45:07 [2022-01-22T04:45:07.845Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.845Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------
23:45:07 [2022-01-22T04:45:07.845Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.9.0-SNAPSHOT   [8/9]
23:45:07 [2022-01-22T04:45:07.845Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:45:07 [2022-01-22T04:45:07.845Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] The project's OSGi version is 0.9.0.I202106220815
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] Nothing to compile - all classes are up to date
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.9.0-SNAPSHOT.jar
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.846Z] [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.lang.scriptarchive.test/target/jacoco.exec,output=file
23:45:07 [2022-01-22T04:45:07.846Z] [INFO] 
23:45:07 [2022-01-22T04:45:07.847Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test ---
23:45:07 [2022-01-22T04:45:07.847Z] [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.lang.scriptarchive.test/target/work/data/.metadata/.log
23:45:07 [2022-01-22T04:45:07.847Z] [INFO] Command line:
23:45:07 [2022-01-22T04:45:07.847Z] 	[/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.lang.scriptarchive.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties]
23:45:07 [2022-01-22T04:45:07.847Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:45:10 [2022-01-22T04:45:10.379Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest
23:45:10 [2022-01-22T04:45:10.947Z] We are running from a zip file!
23:45:10 [2022-01-22T04:45:10.948Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3)
23:45:10 [2022-01-22T04:45:10.948Z] this is an error
23:45:10 [2022-01-22T04:45:10.948Z]        ^
23:45:10 [2022-01-22T04:45:10.948Z] 	at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js
23:45:10 [2022-01-22T04:45:10.948Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3)
23:45:10 [2022-01-22T04:45:10.948Z] this is an error
23:45:10 [2022-01-22T04:45:10.948Z]        ^
23:45:10 [2022-01-22T04:45:10.948Z] 	at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js
23:45:11 [2022-01-22T04:45:11.205Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest
23:45:11 [2022-01-22T04:45:11.205Z] executeWithManifest  Time elapsed: 0.601 s
23:45:11 [2022-01-22T04:45:11.205Z] zipFileRegistration  Time elapsed: 0.012 s
23:45:11 [2022-01-22T04:45:11.205Z] engineIdRegistration  Time elapsed: 0 s
23:45:11 [2022-01-22T04:45:11.205Z] jarFileRegistration  Time elapsed: 0 s
23:45:11 [2022-01-22T04:45:11.205Z] sarFileRegistration  Time elapsed: 0.001 s
23:45:11 [2022-01-22T04:45:11.205Z] executeWithErrors  Time elapsed: 0.087 s
23:45:11 [2022-01-22T04:45:11.205Z] executeWithIncludes  Time elapsed: 0.058 s
23:45:11 [2022-01-22T04:45:11.205Z] 
23:45:11 [2022-01-22T04:45:11.205Z] Results:
23:45:11 [2022-01-22T04:45:11.205Z] 
23:45:11 [2022-01-22T04:45:11.205Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
23:45:11 [2022-01-22T04:45:11.205Z] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] All tests passed!
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >--------------
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] Building org.eclipse.ease.ui.test 0.9.0-SNAPSHOT                   [9/9]
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] The project's OSGi version is 0.9.0.I202201141255
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/src/main/resources
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] Nothing to compile - all classes are up to date
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.491Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/src/test/resources
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.9.0-SNAPSHOT.jar
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.492Z] [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.ui.test/target/jacoco.exec,output=file
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] 
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.ease.ui.test ---
23:45:11 [2022-01-22T04:45:11.492Z] [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.ui.test/target/work/data/.metadata/.log
23:45:11 [2022-01-22T04:45:11.492Z] [INFO] Command line:
23:45:11 [2022-01-22T04:45:11.492Z] 	[/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.ui.test/target/jacoco.exec,output=file, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.200.v20180922-1751/org.eclipse.equinox.launcher-1.5.200.v20180922-1751.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2018-12/tests/org.eclipse.ease.ui.test/target/surefire.properties]
23:45:11 [2022-01-22T04:45:11.492Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c" 
23:45:14 [2022-01-22T04:45:14.776Z] Running org.eclipse.ease.ui.completion.CodeCompletionAggregatorTest
23:45:14 [2022-01-22T04:45:14.776Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.ease.ui.completion.CodeCompletionAggregatorTest
23:45:14 [2022-01-22T04:45:14.776Z] context_for_empty_input  Time elapsed: 0.509 s
23:45:14 [2022-01-22T04:45:14.776Z] context_for_root_package_with_suffix  Time elapsed: 0.003 s
23:45:14 [2022-01-22T04:45:14.776Z] getProposals_contains_proposal_from_local_provider  Time elapsed: 0.003 s
23:45:14 [2022-01-22T04:45:14.776Z] context_for_root_package  Time elapsed: 0.002 s
23:45:14 [2022-01-22T04:45:14.776Z] Running org.eclipse.ease.ui.completion.provider.AbstractCompletionProviderTest
23:45:14 [2022-01-22T04:45:14.776Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.ease.ui.completion.provider.AbstractCompletionProviderTest
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_true{String}[1]  Time elapsed: 0.013 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_true{String}[2]  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_true{String}[3]  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_true{String}[4]  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isMethodParameter_equals_true  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isMethodParameter_equals_true_for_2nd_parameter  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isValid_equals_false_for_invalid_context  Time elapsed: 0.017 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_false{String}[1]  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_false{String}[2]  Time elapsed: 0 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_false{String}[3]  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_false{String}[4]  Time elapsed: 0 s
23:45:14 [2022-01-22T04:45:14.776Z] isStringParameter_equals_false{String}[5]  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isMethodParameter_equals_false_when_no_method_is_detected  Time elapsed: 0 s
23:45:14 [2022-01-22T04:45:14.776Z] isValid_equals_true_for_valid_context  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isMethodParameter_equals_false_for_wrong_method_name  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] isMethodParameter_equals_false_for_wrong_parameter_index  Time elapsed: 0.001 s
23:45:14 [2022-01-22T04:45:14.776Z] Running org.eclipse.ease.ui.completion.provider.VariablesCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.033Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.eclipse.ease.ui.completion.provider.VariablesCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.033Z] prepareProposals_instance_contains_integer_variable  Time elapsed: 0.26 s
23:45:15 [2022-01-22T04:45:15.033Z] prepareProposals_instance_contains_string_variable  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] prepareProposals_instance_contains_string_variable_for_filter_input_case_insensitive  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] prepareProposals_instance_contains_string_variable_for_filter_input  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] prepareProposals_does_not_contain_internal_variable  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_false{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_false{String}[2]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_false{String}[3]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_false{String}[4]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_false{String}[5]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[1]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[2]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[3]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[4]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[5]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[6]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[7]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] isActive_equals_true{String}[8]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.033Z] Running org.eclipse.ease.ui.completion.provider.LoadModuleCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.290Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.ease.ui.completion.provider.LoadModuleCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.290Z] getProposals_contains_root_entry_with_absolute_filter  Time elapsed: 0.005 s
23:45:15 [2022-01-22T04:45:15.290Z] getProposals_contains_root_entry_with_relative_filter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_contains_category_with_relative_filter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_does_not_contain_root_entry_on_filter_mismatch  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[1]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[2]  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[3]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_contains_root_entry  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[1]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[2]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_contains_child_entry_with_absolute_filter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_does_not_contain_entry_on_completed_input  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] Running org.eclipse.ease.ui.completion.provider.AbstractPathCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.291Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.ease.ui.completion.provider.AbstractPathCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.291Z] filter_keeps_only_lower_level_on_matching_filter  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.291Z] filter_removes_nothing_if_context_is_empty  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] getPathsFromElements_is_empty_for_root_elements_only  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] filter_keeps_only_1st_level_on_empty_filter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] filter_keeps_only_1st_level_on_matching_filter  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] getPathsFromElements_is_empty_for_empty_element  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] filter_removes_mismatches_on_same_level  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] filter_matches_next_level  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] filter_matches_relative_paths  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] getPathsFromElements_contains_parent_paths  Time elapsed: 0.027 s
23:45:15 [2022-01-22T04:45:15.291Z] getPathsFromElements_contains_all_hierarchies  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] Running org.eclipse.ease.ui.completion.provider.LoadedModuleCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.291Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.ease.ui.completion.provider.LoadedModuleCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.291Z] method_proposal_contains_opening_bracket_when_method_has_mandatory_parameters  Time elapsed: 0.003 s
23:45:15 [2022-01-22T04:45:15.291Z] method_proposal_contains_full_method_call_when_method_has_only_optional_parameters  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_contains_constant_methods  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_contains_module_methods  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[2]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[3]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_false{String}[4]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[2]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[3]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[4]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[5]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.291Z] isActive_equals_true{String}[6]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.291Z] method_proposal_contains_full_method_call_when_method_has_no_parameters  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.291Z] Running org.eclipse.ease.ui.completion.provider.LocationResolverTest
23:45:15 [2022-01-22T04:45:15.291Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.ui.completion.provider.LocationResolverTest
23:45:15 [2022-01-22T04:45:15.291Z] getParentString_has_no_trailing_slashes  Time elapsed: 0.003 s
23:45:15 [2022-01-22T04:45:15.291Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.291Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest
23:45:15 [2022-01-22T04:45:15.291Z] getProposals_does_not_contain_back_proposal_for_project  Time elapsed: 0.093 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_does_not_contain_project_root_with_file_resource  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_project_root_files_for_project_root  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_files_for_workspace_folder  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_back_for_workspace_folder  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_root_file_systems  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_files_for_project  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] back_proposal_contains_correct_replacement_string_for_absolute_workspace_folder_link  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_does_not_contain_project_root_without_resource  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_project_root_with_workspace_resource  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_back_for_project_folder  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_project_root_folders_for_workspace_project_with_back_path  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_projects_for_workspace_root  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_project_root_folders_for_workspace_project  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_filesystem_root  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_files_for_project_folder  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_workspace_root  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_does_not_contain_back_proposal  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_files_for_filesystem  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_project_root_files_for_workspace_project  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getProposals_contains_back_for_filesystem  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] back_proposal_contains_correct_replacement_string_for_relative_workspace_folder_link  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] Running org.eclipse.ease.ui.completion.tokenizer.TokenListTest
23:45:15 [2022-01-22T04:45:15.292Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.ease.ui.completion.tokenizer.TokenListTest
23:45:15 [2022-01-22T04:45:15.292Z] new_TokenList_is_empty  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] Running org.eclipse.ease.ui.completion.tokenizer.BracketMatcherTest
23:45:15 [2022-01-22T04:45:15.292Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.ui.completion.tokenizer.BracketMatcherTest
23:45:15 [2022-01-22T04:45:15.292Z] getOpenBrackets_returns_open_brackets_only  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getBrackets_detects_1  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getBrackets_detects_2  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.292Z] getBrackets_detects_3  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] hasOpenBrackets_equals_true  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getBrackets_is_empty  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] hasOpenBrackets_equals_false  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getBrackets_detects_open_brackets  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] getBrackets_detects_nested  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.292Z] Running org.eclipse.ease.ui.completion.tokenizer.InputTokenizerTest
23:45:15 [2022-01-22T04:45:15.549Z] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.ease.ui.completion.tokenizer.InputTokenizerTest
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_chaining  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[2]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[3]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[4]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[5]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[6]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_true{String}[7]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_package_fragments  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_javascript_method_call  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_incomplete_package  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_module_methods_call_chain  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_splits_string_literal  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_static_method_call  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_call_chain  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_simplifies_multiply_operations  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_call_parameter_prefix  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_call_parameters_with_prefix  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_package  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_partial_package  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_simplifies_plus_operations  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_class  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_opened_module_method  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_simplifies_brackets_recursively  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_call_parameter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_simplifies_brackets  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_removes_new_operator  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_false{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_false{String}[2]  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.549Z] isDelimiter_equals_false{String}[3]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_call_parameters  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_class_instantiation  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_method_call  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_simplifies_divide_operations  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_removes_left_hand_side_of_assignment  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_javascript_class_instantiation  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_simplifies_for_loop  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.549Z] getTokens_detects_resolved_javascript_variable_2  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_simplifies_minus_operations  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_class_instantiation_2  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_class_instantiation_3  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_simplifies_assignments  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_inner_class  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_static_method_call_with_dot_prefix  Time elapsed: 0.018 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_class_2  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_false{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_false{String}[2]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_false{String}[3]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_false{String}[4]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_false{String}[5]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_does_not_split_within_string_literal  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_1  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_true{String}[1]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isTextFilter_equals_true{String}[2]  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_opened_module_method_with_filter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_method_call_request_with_filter  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_for_empty_input  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_package_with_class_prefix  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_module_methods  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_completed_method  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_resolved_javascript_variable_with_method  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_resolved_javascript_variable  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_simplifies_string_literal_1  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_simplifies_string_literal_2  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_is_empty_after_string_literal  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_static_method_call_chain  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_opened_module_method_with_parameter  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getTokens_detects_javascript_object_call  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] Running org.eclipse.ease.ui.completion.BasicContextTest
23:45:15 [2022-01-22T04:45:15.550Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.ui.completion.BasicContextTest
23:45:15 [2022-01-22T04:45:15.550Z] isValid_equals_true  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getScriptEngine_returns_engine  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getFilter_removes_string_literal_start  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getLoadedModules_detects_modules_from_ScriptEngine  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getFilter_contains_parameter_prefix  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getLoadedModules_contains_environment_on_resource  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getLoadedModules_does_not_contain_environment_twice_on_resource  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getFilter_is_empty  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getFilter_keeps_spaces_in_string_literal  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getLoadedModules_detects_loadModule_commands  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getFilter_is_empty_for_empty_input  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] isInvalid_equals_true  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] Running org.eclipse.ease.ui.completion.ScriptCompletionProposalTest
23:45:15 [2022-01-22T04:45:15.550Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.ui.completion.ScriptCompletionProposalTest
23:45:15 [2022-01-22T04:45:15.550Z] getCursorPosition_equals_end_of_inserted_text  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getCursorPosition_equals_end_of_appended_text  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] compareTo_lists_higher_priority_first  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] getContent_inserts_replacement_text  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getCursorPosition_equals_end_of_set_text  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.550Z] getContent_sets_replacement_text  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.550Z] compareTo_lists_same_prio_in_alphabetic_order  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.551Z] getContent_appends_replacement_text  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.551Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest
23:45:15 [2022-01-22T04:45:15.551Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.002 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest
23:45:15 [2022-01-22T04:45:15.551Z] getModuleHelpLocation skipped
23:45:15 [2022-01-22T04:45:15.551Z] getModuleHelp skipped
23:45:15 [2022-01-22T04:45:15.551Z] getMethodHelp skipped
23:45:15 [2022-01-22T04:45:15.551Z] getConstantHelp skipped
23:45:15 [2022-01-22T04:45:15.551Z] Running org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackLabelProviderTest
23:45:15 [2022-01-22T04:45:15.551Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackLabelProviderTest
23:45:15 [2022-01-22T04:45:15.551Z] getText_null_returns_empty_string  Time elapsed: 0.003 s
23:45:15 [2022-01-22T04:45:15.551Z] getText_returns_definition_name  Time elapsed: 0.068 s
23:45:15 [2022-01-22T04:45:15.551Z] getText_returns_full_class_name_name  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.551Z] Running org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackContentProviderTest
23:45:15 [2022-01-22T04:45:15.551Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.ease.ui.views.shell.dropins.modules.ModulesStackContentProviderTest
23:45:15 [2022-01-22T04:45:15.551Z] getElements_returns_modules  Time elapsed: 0.029 s
23:45:15 [2022-01-22T04:45:15.551Z] getElements_returns_empty_list_without_environment  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.551Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.HiddenVariablesFilterTest
23:45:15 [2022-01-22T04:45:15.551Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.ease.ui.views.shell.dropins.variables.HiddenVariablesFilterTest
23:45:15 [2022-01-22T04:45:15.551Z] select_accepts_unknown_classes  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.551Z] select_accepts_script_variables  Time elapsed: 0.07 s
23:45:15 [2022-01-22T04:45:15.551Z] select_declines_hidden_script_variables  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.551Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.ContentLabelProviderTest
23:45:15 [2022-01-22T04:45:15.551Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ease.ui.views.shell.dropins.variables.ContentLabelProviderTest
23:45:15 [2022-01-22T04:45:15.551Z] getText_returns_variable_content  Time elapsed: 0.033 s
23:45:15 [2022-01-22T04:45:15.551Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.VariablesComparatorTest
23:45:15 [2022-01-22T04:45:15.807Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.ease.ui.views.shell.dropins.variables.VariablesComparatorTest
23:45:15 [2022-01-22T04:45:15.807Z] lastExecutionResult_comes_before_debugVariable  Time elapsed: 0.064 s
23:45:15 [2022-01-22T04:45:15.807Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.VariablesLabelProviderTest
23:45:15 [2022-01-22T04:45:15.807Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.ui.views.shell.dropins.variables.VariablesLabelProviderTest
23:45:15 [2022-01-22T04:45:15.807Z] getText_returns_variable_name  Time elapsed: 0.002 s
23:45:15 [2022-01-22T04:45:15.807Z] Running org.eclipse.ease.ui.views.shell.dropins.variables.VariablesContentProviderTest
23:45:15 [2022-01-22T04:45:15.807Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.ease.ui.views.shell.dropins.variables.VariablesContentProviderTest
23:45:15 [2022-01-22T04:45:15.808Z] hasChildren_true_when_child_nodes_are_available  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.808Z] getChildren_is_empty_when_no_child_nodes_are_available  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.808Z] getElements_contains_variables_from_engine  Time elapsed: 0.03 s
23:45:15 [2022-01-22T04:45:15.808Z] hasChildren_false_when_no_child_nodes_are_available  Time elapsed: 0 s
23:45:15 [2022-01-22T04:45:15.808Z] getChildren_not_empty_when_child_nodes_are_available  Time elapsed: 0.001 s
23:45:15 [2022-01-22T04:45:15.808Z] Running org.eclipse.ease.ui.dnd.ResourceDropHandlerTest
23:45:16 [2022-01-22T04:45:16.064Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.ease.ui.dnd.ResourceDropHandlerTest
23:45:16 [2022-01-22T04:45:16.064Z] performDrop_includes_URI_instance  Time elapsed: 0.023 s
23:45:16 [2022-01-22T04:45:16.064Z] performDrop_includes_File_instance  Time elapsed: 0.134 s
23:45:16 [2022-01-22T04:45:16.064Z] accepts_returns_false_for_String_input  Time elapsed: 0.002 s
23:45:16 [2022-01-22T04:45:16.064Z] performDrop_includes_IFile_instance  Time elapsed: 0.052 s
23:45:16 [2022-01-22T04:45:16.064Z] Running org.eclipse.ease.ui.dnd.ModulesDropHandlerTest
23:45:16 [2022-01-22T04:45:16.064Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ease.ui.dnd.ModulesDropHandlerTest
23:45:16 [2022-01-22T04:45:16.064Z] accepts_true_for_ModuleEntry  Time elapsed: 0.011 s
23:45:16 [2022-01-22T04:45:16.064Z] performDrop_of_Method_executes_with_default_parameters_on_DROP_COPY  Time elapsed: 0.002 s
23:45:16 [2022-01-22T04:45:16.064Z] performDrop_of_ModuleEntry_loads_module  Time elapsed: 0.002 s
23:45:16 [2022-01-22T04:45:16.064Z] accepts_true_for_ModuleDefinition  Time elapsed: 0 s
23:45:16 [2022-01-22T04:45:16.064Z] performDrop_of_ModuleDefinition_loads_module  Time elapsed: 0.001 s
23:45:16 [2022-01-22T04:45:16.064Z] 
23:45:16 [2022-01-22T04:45:16.064Z] Results:
23:45:16 [2022-01-22T04:45:16.064Z] 
23:45:16 [2022-01-22T04:45:16.064Z] Tests run: 226, Failures: 0, Errors: 0, Skipped: 4
23:45:16 [2022-01-22T04:45:16.064Z] 
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] All tests passed!
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] ------------------------------------------------------------------------
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.9.0-SNAPSHOT:
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] 
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [  0.001 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [  0.112 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 28.738 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 15.475 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [  3.066 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [  4.486 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SUCCESS [ 17.266 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SUCCESS [  3.613 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] org.eclipse.ease.ui.test ........................... SUCCESS [  4.835 s]
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] ------------------------------------------------------------------------
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] BUILD SUCCESS
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] ------------------------------------------------------------------------
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] Total time:  01:50 min
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] Finished at: 2022-01-22T04:45:16Z
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] ------------------------------------------------------------------------
23:45:16 [2022-01-22T04:45:16.321Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur
23:45:16 [2022-01-22T04:45:16.321Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2018-12@tmp/withMaven12f66e7c/maven-spy-20220122-044325-4841840046379964382925.log
[Pipeline] }
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.javascript.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.javascript.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.python.jython.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.428Z] [withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.ease:org.eclipse.ease.ui.test:eclipse-test-plugin:0.9.0-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): tests/org.eclipse.ease.ui.test/target/surefire-reports/*.xml
23:45:16 [2022-01-22T04:45:16.430Z] [withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.Recording test results
23:45:16 [2022-01-22T04:45:16.635Z] [withMaven] Jenkins JaCoCo Plugin not found, don't display org.jacoco:jacoco-maven-plugin:prepare-agent[-integration] results in pipeline screen.
23:45:16 [2022-01-22T04:45:16.638Z] [withMaven] Publishers: Pipeline Graph Publisher: 5 ms, Junit Publisher: 178 ms, Jacoco Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
23:45:16 [2022-01-22T04:45:16.673Z] Recording test results
23:45:16 [2022-01-22T04:45:16.992Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS