Skip to content

Console Output

Started by timer
Obtained releng/org.eclipse.ease.releng/jenkins/compatibility/ease.verify.target.2023-03.jenkinsfile from git https://gitlab.eclipse.org/eclipse/ease/ease.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-r2klb is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-r2klb"
  namespace: "ease"
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-r2klb"
    - 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-r2klb"
    - 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-3131.vf2b_b_798b_ce99"
    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-r2klb in /home/jenkins/agent/workspace/ease.verify.target.2023-03
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git init /home/jenkins/agent/workspace/ease.verify.target.2023-03 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 966c6b9b90dfbe127fe6591b432d14a7de16a846 (refs/remotes/origin/main)
Commit message: "[#28] Fix Testsuite restart issue"
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 966c6b9b90dfbe127fe6591b432d14a7de16a846 # timeout=10
 > git rev-list --no-walk 1532f00779b359f7c199dbb791e19729c7be55b5 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
19:22:23 [2023-10-17T23:22:23.671Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
19:22:23 [2023-10-17T23:22:23.736Z] The recommended git tool is: git
19:22:23 [2023-10-17T23:22:23.759Z] No credentials specified
19:22:23 [2023-10-17T23:22:23.782Z] Fetching changes from the remote Git repository
19:22:24 [2023-10-17T23:22:24.528Z] Checking out Revision 966c6b9b90dfbe127fe6591b432d14a7de16a846 (refs/remotes/origin/main)
19:22:24 [2023-10-17T23:22:24.659Z] Commit message: "[#28] Fix Testsuite restart issue"
19:22:24 [2023-10-17T23:22:24.659Z] Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
19:22:23 [2023-10-17T23:22:23.762Z]  > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/ease.verify.target.2023-03/.git # timeout=10
19:22:23 [2023-10-17T23:22:23.787Z]  > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
19:22:23 [2023-10-17T23:22:23.795Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
19:22:23 [2023-10-17T23:22:23.796Z]  > git --version # timeout=10
19:22:23 [2023-10-17T23:22:23.798Z]  > git --version # 'git version 2.36.6'
19:22:23 [2023-10-17T23:22:23.798Z]  > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:22:24 [2023-10-17T23:22:24.521Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
19:22:24 [2023-10-17T23:22:24.527Z]  > git config core.sparsecheckout # timeout=10
19:22:24 [2023-10-17T23:22:24.530Z]  > git checkout -f 966c6b9b90dfbe127fe6591b432d14a7de16a846 # timeout=10
19:22:24 [2023-10-17T23:22:24.659Z]  > git rev-parse --verify HEAD # timeout=10
19:22:24 [2023-10-17T23:22:24.662Z] Resetting working tree
19:22:24 [2023-10-17T23:22:24.662Z]  > git reset --hard # timeout=10
19:22:24 [2023-10-17T23:22:24.672Z]  > git clean -fdx # timeout=10
[Pipeline] sh
19:22:25 [2023-10-17T23:22:25.133Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2023-03.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target
[Pipeline] withMaven
[Pipeline] {
[Pipeline] sh
19:22:25 [2023-10-17T23:22:25.753Z] + export JENKINS_MAVEN_AGENT_DISABLED=true
19:22:25 [2023-10-17T23:22:25.753Z] + JENKINS_MAVEN_AGENT_DISABLED=true
19:22:25 [2023-10-17T23:22:25.753Z] + mvn clean verify -f releng/org.eclipse.ease.releng/target-tests-pom.xml
19:22:25 [2023-10-17T23:22:25.753Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.target.2023-03@tmp/withMaven18c24d6d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.target.2023-03@tmp/withMaven18c24d6d" 
19:22:26 [2023-10-17T23:22:26.327Z] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
19:22:26 [2023-10-17T23:22:26.327Z] Maven home: /opt/tools/apache-maven/latest
19:22:26 [2023-10-17T23:22:26.327Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
19:22:26 [2023-10-17T23:22:26.327Z] Default locale: en_US, platform encoding: UTF-8
19:22:26 [2023-10-17T23:22:26.327Z] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
19:22:27 [2023-10-17T23:22:27.717Z] [INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
19:22:28 [2023-10-17T23:22:28.661Z] [INFO] Scanning for projects...
19:22:46 [2023-10-17T23:22:46.786Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
19:22:46 [2023-10-17T23:22:46.786Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
19:22:46 [2023-10-17T23:22:46.787Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
19:22:46 [2023-10-17T23:22:46.787Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.core:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
19:22:46 [2023-10-17T23:22:46.787Z] [INFO] Artifact org.ow2.sat4j:org.ow2.sat4j.pb:jar:2.3.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
19:22:46 [2023-10-17T23:22:46.787Z] [INFO] Artifact org.osgi:org.osgi.service.prefs:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [nexus (https://repo.eclipse.org/content/repositories/maven_central/, default, releases+snapshots)]
19:22:52 [2023-10-17T23:22:52.066Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
19:22:52 [2023-10-17T23:22:52.066Z] [INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
19:22:52 [2023-10-17T23:22:52.066Z] [INFO]     Transport mode:         online
19:22:52 [2023-10-17T23:22:52.066Z] [INFO]     Update mode:            cache first
19:22:52 [2023-10-17T23:22:52.066Z] [INFO]     Minimum cache duration: 60 minutes
19:22:52 [2023-10-17T23:22:52.066Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
19:23:06 [2023-10-17T23:23:06.972Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ease.verify.target.2023-03/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@7e3c5dbb...
19:23:11 [2023-10-17T23:23:11.201Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.testhelper/pom.xml
19:23:19 [2023-10-17T23:23:19.336Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.test/pom.xml
19:23:20 [2023-10-17T23:23:20.717Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.classloader.test/pom.xml
19:23:20 [2023-10-17T23:23:20.717Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml
19:23:20 [2023-10-17T23:23:20.977Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml
19:23:20 [2023-10-17T23:23:20.977Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.lang.python.test/pom.xml
19:23:22 [2023-10-17T23:23:22.908Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml
19:23:24 [2023-10-17T23:23:24.341Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml
19:23:24 [2023-10-17T23:23:24.341Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.ui.test/pom.xml
19:23:25 [2023-10-17T23:23:25.724Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.releng:pom:0.10.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
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] ------------------------------------------------------------------------
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] Reactor Build Order:
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] 
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.releng                                            [pom]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.releng.target               [eclipse-target-definition]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.testhelper                             [eclipse-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.test                              [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.classloader.test                  [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test        [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.lang.javascript.test              [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.lang.python.test                  [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.lang.python.jython.test           [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.724Z] [INFO] org.eclipse.ease.lang.scriptarchive.test           [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] org.eclipse.ease.ui.test                           [eclipse-test-plugin]
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] 
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >--------------
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] Building org.eclipse.ease.releng 0.10.0-SNAPSHOT                  [1/11]
19:23:25 [2023-10-17T23:23:25.725Z] [INFO]   from target-tests-pom.xml
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] --------------------------------[ pom ]---------------------------------
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] Artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:23:25 [2023-10-17T23:23:25.725Z] [INFO] Artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] Artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] Artifact org.apache.maven.plugins:maven-clean-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] 
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.releng ---
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] 
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >-----------
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] Building org.eclipse.ease.releng.target 0.10.0-SNAPSHOT           [2/11]
19:23:25 [2023-10-17T23:23:25.986Z] [INFO]   from ../org.eclipse.ease.releng.target/pom.xml
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
19:23:25 [2023-10-17T23:23:25.986Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-target-definition (default-package-target-definition)'
19:23:25 [2023-10-17T23:23:25.986Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-target-definition (default-package-target-definition)'
19:23:25 [2023-10-17T23:23:25.986Z] [INFO] 
19:23:25 [2023-10-17T23:23:25.987Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.releng.target ---
19:23:25 [2023-10-17T23:23:25.987Z] [INFO] 
19:23:25 [2023-10-17T23:23:25.987Z] [INFO] --- tycho-packaging:3.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target ---
19:23:27 [2023-10-17T23:23:27.901Z] [INFO] 
19:23:27 [2023-10-17T23:23:27.901Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------
19:23:27 [2023-10-17T23:23:27.901Z] [INFO] Building org.eclipse.ease.testhelper 0.10.0-SNAPSHOT              [3/11]
19:23:27 [2023-10-17T23:23:27.901Z] [INFO]   from ../../tests/org.eclipse.ease.testhelper/pom.xml
19:23:27 [2023-10-17T23:23:27.901Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
19:23:27 [2023-10-17T23:23:27.901Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
19:23:27 [2023-10-17T23:23:27.901Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
19:23:27 [2023-10-17T23:23:27.901Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
19:23:27 [2023-10-17T23:23:27.901Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
19:23:27 [2023-10-17T23:23:27.902Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
19:23:27 [2023-10-17T23:23:27.902Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
19:23:27 [2023-10-17T23:23:27.902Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
19:23:27 [2023-10-17T23:23:27.902Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
19:23:27 [2023-10-17T23:23:27.902Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
19:23:27 [2023-10-17T23:23:27.903Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
19:23:28 [2023-10-17T23:23:28.473Z] [INFO] 
19:23:28 [2023-10-17T23:23:28.474Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.testhelper ---
19:23:28 [2023-10-17T23:23:28.474Z] [INFO] 
19:23:28 [2023-10-17T23:23:28.474Z] [INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper ---
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] The project's OSGi version is 0.10.0.I202308290857
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] 
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.ease.testhelper ---
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] 
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.ease.testhelper ---
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] 
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.ease.testhelper ---
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] 
19:23:31 [2023-10-17T23:23:31.767Z] [INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.ease.testhelper ---
19:23:33 [2023-10-17T23:23:33.674Z] [INFO] Resolving class path of org.eclipse.ease.testhelper...
19:23:34 [2023-10-17T23:23:34.260Z] [INFO] 
19:23:34 [2023-10-17T23:23:34.260Z] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper ---
19:23:36 [2023-10-17T23:23:36.211Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:23:36 [2023-10-17T23:23:36.211Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.testhelper/src/main/resources
19:23:36 [2023-10-17T23:23:36.211Z] [INFO] 
19:23:36 [2023-10-17T23:23:36.211Z] [INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.ease.testhelper ---
19:23:36 [2023-10-17T23:23:36.212Z] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.testhelper/target/classes
19:23:37 [2023-10-17T23:23:37.149Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.149Z] [INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.409Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.409Z] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.410Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:23:37 [2023-10-17T23:23:37.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.testhelper/src/test/resources
19:23:37 [2023-10-17T23:23:37.410Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.410Z] [INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.410Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.410Z] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.687Z] [INFO] No tests to run.
19:23:37 [2023-10-17T23:23:37.687Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.687Z] [INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.687Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.688Z] [INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.688Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.10.0-SNAPSHOT.jar
19:23:37 [2023-10-17T23:23:37.688Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.688Z] [INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper ---
19:23:37 [2023-10-17T23:23:37.688Z] [INFO] 
19:23:37 [2023-10-17T23:23:37.688Z] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ org.eclipse.ease.testhelper ---
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.testhelper/target/jacoco.exec,output=file
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] 
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.ease.testhelper ---
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] 
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.ease.testhelper ---
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] No tests to run.
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] 
19:23:39 [2023-10-17T23:23:39.600Z] [INFO] --- pmd:3.20.0:pmd (pmd-integration) @ org.eclipse.ease.testhelper ---
19:23:46 [2023-10-17T23:23:46.235Z] [INFO] PMD version: 6.53.0
19:23:46 [2023-10-17T23:23:46.235Z] [WARNING] Unable to exclude rules [BeanMembersShouldSerialize] from ruleset reference category/java/errorprone.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
19:23:46 [2023-10-17T23:23:46.235Z] [WARNING] Unable to exclude rules [BeanMembersShouldSerialize] from ruleset reference category/java/errorprone.xml; perhaps the rule name is misspelled or the rule doesn't exist anymore?
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] 
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] --- pmd:3.20.0:cpd (pmd-integration) @ org.eclipse.ease.testhelper ---
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] PMD version: 6.53.0
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] 
19:23:48 [2023-10-17T23:23:48.833Z] [INFO] --- spotbugs:4.7.3.4:spotbugs (spotbugs-integration) @ org.eclipse.ease.testhelper ---
19:23:54 [2023-10-17T23:23:54.117Z] [INFO] Fork Value is false
19:23:54 [2023-10-17T23:23:54.117Z]      [java] JVM args ignored when same JVM is used.
19:23:54 [2023-10-17T23:23:54.701Z] WARNING: A terminally deprecated method in java.lang.System has been called
19:23:54 [2023-10-17T23:23:54.701Z] WARNING: System::setSecurityManager has been called by org.apache.tools.ant.types.Permissions (file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.10.13/ant-1.10.13.jar)
19:23:54 [2023-10-17T23:23:54.701Z] WARNING: Please consider reporting this to the maintainers of org.apache.tools.ant.types.Permissions
19:23:54 [2023-10-17T23:23:54.701Z] WARNING: System::setSecurityManager will be removed in a future release
19:24:00 [2023-10-17T23:24:00.035Z] [INFO] Done SpotBugs Analysis....
19:24:00 [2023-10-17T23:24:00.297Z] [INFO] 
19:24:00 [2023-10-17T23:24:00.297Z] [INFO] --- checkstyle:3.2.2:check (checkstyle-integration) @ org.eclipse.ease.testhelper ---
19:24:10 [2023-10-17T23:24:10.352Z] [INFO] You have 0 Checkstyle violations.
19:24:10 [2023-10-17T23:24:10.352Z] [INFO] 
19:24:10 [2023-10-17T23:24:10.352Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >---------------
19:24:10 [2023-10-17T23:24:10.352Z] [INFO] Building org.eclipse.ease.test 0.10.0-SNAPSHOT                    [4/11]
19:24:10 [2023-10-17T23:24:10.352Z] [INFO]   from ../../tests/org.eclipse.ease.test/pom.xml
19:24:10 [2023-10-17T23:24:10.352Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
19:24:10 [2023-10-17T23:24:10.352Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
19:24:10 [2023-10-17T23:24:10.352Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
19:24:10 [2023-10-17T23:24:10.352Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
19:24:10 [2023-10-17T23:24:10.352Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
19:24:10 [2023-10-17T23:24:10.353Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
19:24:10 [2023-10-17T23:24:10.353Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
19:24:10 [2023-10-17T23:24:10.353Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
19:24:10 [2023-10-17T23:24:10.353Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
19:24:10 [2023-10-17T23:24:10.353Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
19:24:10 [2023-10-17T23:24:10.354Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
19:24:11 [2023-10-17T23:24:11.738Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.738Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.738Z] [INFO] Artifact org.checkerframework:checker-qual:jar:3.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.738Z] [INFO] Artifact com.google.j2objc:j2objc-annotations:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.738Z] [INFO] Artifact com.google.guava:failureaccess:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.738Z] [INFO] Artifact com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.739Z] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.739Z] [INFO] Artifact org.checkerframework:checker-qual:jar:3.12.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.739Z] [INFO] Artifact com.google.j2objc:j2objc-annotations:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.739Z] [INFO] Artifact com.google.guava:failureaccess:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] 
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.test ---
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] 
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test ---
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] The project's OSGi version is 0.10.0.I202310160727
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] 
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.ease.test ---
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] 
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.ease.test ---
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] 
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.ease.test ---
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] 
19:24:11 [2023-10-17T23:24:11.999Z] [INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.ease.test ---
19:24:12 [2023-10-17T23:24:12.000Z] [INFO] Resolving class path of org.eclipse.ease.test...
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] 
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.ease.test ---
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.test/src/main/resources
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] 
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.ease.test ---
19:24:12 [2023-10-17T23:24:12.260Z] [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.test/target/classes
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] ------------------------------------------------------------------------
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.10.0-SNAPSHOT:
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] 
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [  0.203 s]
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [  1.797 s]
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.testhelper ........................ SUCCESS [ 42.355 s]
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.test .............................. FAILURE [  2.736 s]
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.classloader.test .................. SKIPPED
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SKIPPED
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SKIPPED
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.lang.python.test .................. SKIPPED
19:24:12 [2023-10-17T23:24:12.845Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SKIPPED
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SKIPPED
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] org.eclipse.ease.ui.test ........................... SKIPPED
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] ------------------------------------------------------------------------
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] BUILD FAILURE
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] ------------------------------------------------------------------------
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] Total time:  01:44 min
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] Finished at: 2023-10-17T23:24:12Z
19:24:12 [2023-10-17T23:24:12.846Z] [INFO] ------------------------------------------------------------------------
19:24:12 [2023-10-17T23:24:12.846Z] [WARNING] 
19:24:12 [2023-10-17T23:24:12.846Z] [WARNING] Plugin validation issues were detected in 9 plugin(s)
19:24:12 [2023-10-17T23:24:12.846Z] [WARNING] 
19:24:12 [2023-10-17T23:24:12.846Z] [WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.3
19:24:12 [2023-10-17T23:24:12.846Z] [WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.10
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * com.github.spotbugs:spotbugs-maven-plugin:4.7.3.4
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * org.apache.maven.plugins:maven-pmd-plugin:3.20.0
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.3
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING] 
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
19:24:12 [2023-10-17T23:24:12.847Z] [WARNING] 
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.3:compile (default-compile) on project org.eclipse.ease.test: Compilation failure: Compilation failure: 
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] /home/jenkins/agent/workspace/ease.verify.target.2023-03/tests/org.eclipse.ease.test/src/org/eclipse/ease/ScriptSchedulerTest.java:[174] 
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] 	fScheduler.init();
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] 	           ^^^^
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] The method init() is undefined for the type ScriptScheduler
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] 1 problem (1 error)
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] -> [Help 1]
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] 
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] 
19:24:12 [2023-10-17T23:24:12.848Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
19:24:12 [2023-10-17T23:24:12.849Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
19:24:12 [2023-10-17T23:24:12.849Z] [ERROR] 
19:24:12 [2023-10-17T23:24:12.849Z] [ERROR] After correcting the problems, you can resume the build with the command
19:24:12 [2023-10-17T23:24:12.849Z] [ERROR]   mvn <args> -rf :org.eclipse.ease.test
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
19:24:13 [2023-10-17T23:24:13.608Z] Archiving artifacts
[Pipeline] emailext
19:24:34 [2023-10-17T23:24:34.724Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE