Started by timer Obtained releng/org.eclipse.ease.releng/jenkins/compatibility/ease.verify.target.2019-12.jenkinsfile from git https://gitlab.eclipse.org/eclipse/ease/ease.git [Pipeline] Start of Pipeline [Pipeline] node Agent centos-7-wnx1n 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-wnx1n" 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-wnx1n" - 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-wnx1n" - 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-3160.vd76b_9ddd10cc" 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-wnx1n in /home/jenkins/agent/workspace/ease.verify.target.2019-12 [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.2019-12 # 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 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main) > 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 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10 Commit message: "[#173] Add support for target platform 2023-12" > git rev-list --no-walk 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-04T22:28:25.759Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2024-03-04T22:28:26.284Z] The recommended git tool is: git [2024-03-04T22:28:26.299Z] No credentials specified [2024-03-04T22:28:26.308Z] Fetching changes from the remote Git repository [2024-03-04T22:28:27.018Z] Checking out Revision 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main) [2024-03-04T22:28:27.054Z] Commit message: "[#173] Add support for target platform 2023-12" [2024-03-04T22:28:27.054Z] Cleaning workspace [Pipeline] } [2024-03-04T22:28:26.303Z] > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/ease.verify.target.2019-12/.git # timeout=10 [2024-03-04T22:28:26.312Z] > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10 [2024-03-04T22:28:26.322Z] Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git [2024-03-04T22:28:26.322Z] > git --version # timeout=10 [2024-03-04T22:28:26.325Z] > git --version # 'git version 2.36.6' [2024-03-04T22:28:26.325Z] > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-04T22:28:27.013Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 [2024-03-04T22:28:27.019Z] > git config core.sparsecheckout # timeout=10 [2024-03-04T22:28:27.022Z] > git checkout -f 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10 [2024-03-04T22:28:27.054Z] > git rev-parse --verify HEAD # timeout=10 [2024-03-04T22:28:27.059Z] Resetting working tree [2024-03-04T22:28:27.059Z] > git reset --hard # timeout=10 [2024-03-04T22:28:27.073Z] > git clean -fdx # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2024-03-04T22:28:28.147Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2019-12.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target [Pipeline] withMaven [2024-03-04T22:28:29.088Z] [withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x [Pipeline] { [Pipeline] sh [2024-03-04T22:28:29.482Z] + export JENKINS_MAVEN_AGENT_DISABLED=true [2024-03-04T22:28:29.482Z] + JENKINS_MAVEN_AGENT_DISABLED=true [2024-03-04T22:28:29.482Z] + mvn clean verify -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2024-03-04T22:28:29.482Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.target.2019-12@tmp/withMaven6e1cce9d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.target.2019-12@tmp/withMaven6e1cce9d" [2024-03-04T22:28:29.482Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-03-04T22:28:29.482Z] Maven home: /opt/tools/apache-maven/latest [2024-03-04T22:28:29.483Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 [2024-03-04T22:28:29.483Z] Default locale: en_US, platform encoding: UTF-8 [2024-03-04T22:28:29.483Z] OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [2024-03-04T22:28:30.854Z] [INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled [2024-03-04T22:28:31.112Z] [INFO] Scanning for projects... [2024-03-04T22:28:49.174Z] [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)] [2024-03-04T22:28:49.174Z] [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)] [2024-03-04T22:28:49.174Z] [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)] [2024-03-04T22:28:49.174Z] [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)] [2024-03-04T22:28:49.174Z] [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)] [2024-03-04T22:28:49.174Z] [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)] [2024-03-04T22:28:51.078Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [2024-03-04T22:28:51.078Z] [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [2024-03-04T22:28:51.078Z] [INFO] Transport mode: online [2024-03-04T22:28:51.078Z] [INFO] Update mode: cache first [2024-03-04T22:28:51.079Z] [INFO] Minimum cache duration: 60 minutes [2024-03-04T22:28:51.079Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [2024-03-04T22:28:57.626Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ease.verify.target.2019-12/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@4eab4474... [2024-03-04T22:29:04.170Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.testhelper/pom.xml [2024-03-04T22:29:10.708Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.test/pom.xml [2024-03-04T22:29:11.278Z] [WARNING] [e5695fe8-24b3-4f32-b06e-12414bef6bd7][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,com.google.protobuf,2.4.0.v201105131100 have severely compromised security. Please report this concern to the artifact provider. [2024-03-04T22:29:13.802Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.classloader.test/pom.xml [2024-03-04T22:29:13.802Z] [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.2019-12/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2024-03-04T22:29:13.802Z] [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.2019-12/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2024-03-04T22:29:13.802Z] [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.2019-12/tests/org.eclipse.ease.lang.python.test/pom.xml [2024-03-04T22:29:15.688Z] [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.2019-12/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2024-03-04T22:29:17.576Z] [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.2019-12/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2024-03-04T22:29:17.576Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.ui.test/pom.xml [2024-03-04T22:29:18.940Z] [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 [2024-03-04T22:29:18.940Z] [INFO] ------------------------------------------------------------------------ [2024-03-04T22:29:18.940Z] [INFO] Reactor Build Order: [2024-03-04T22:29:18.940Z] [INFO] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.releng [pom] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.classloader.test [eclipse-test-plugin] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2024-03-04T22:29:18.940Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2024-03-04T22:29:18.941Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2024-03-04T22:29:18.941Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2024-03-04T22:29:18.941Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2024-03-04T22:29:18.941Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2024-03-04T22:29:18.941Z] [INFO] [2024-03-04T22:29:18.941Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2024-03-04T22:29:18.941Z] [INFO] Building org.eclipse.ease.releng 0.10.0-SNAPSHOT [1/11] [2024-03-04T22:29:18.941Z] [INFO] from target-tests-pom.xml [2024-03-04T22:29:18.941Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-04T22:29:18.941Z] [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)] [2024-03-04T22:29:18.941Z] [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)] [2024-03-04T22:29:18.941Z] [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)] [2024-03-04T22:29:18.941Z] [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)] [2024-03-04T22:29:18.941Z] [INFO] [2024-03-04T22:29:18.941Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.releng --- [2024-03-04T22:29:19.501Z] [INFO] [2024-03-04T22:29:19.501Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2024-03-04T22:29:19.501Z] [INFO] Building org.eclipse.ease.releng.target 0.10.0-SNAPSHOT [2/11] [2024-03-04T22:29:19.502Z] [INFO] from /home/jenkins/agent/workspace/ease.verify.target.2019-12/releng/org.eclipse.ease.releng.target/pom.xml [2024-03-04T22:29:19.502Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-03-04T22:29:19.502Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-target-definition (default-package-target-definition)' [2024-03-04T22:29:19.502Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-target-definition (default-package-target-definition)' [2024-03-04T22:29:19.502Z] [INFO] [2024-03-04T22:29:19.502Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.releng.target --- [2024-03-04T22:29:19.502Z] [INFO] [2024-03-04T22:29:19.502Z] [INFO] --- tycho-packaging:3.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2024-03-04T22:29:20.865Z] [INFO] [2024-03-04T22:29:20.865Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2024-03-04T22:29:20.865Z] [INFO] Building org.eclipse.ease.testhelper 0.10.0-SNAPSHOT [3/11] [2024-03-04T22:29:20.865Z] [INFO] from /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.testhelper/pom.xml [2024-03-04T22:29:20.865Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2024-03-04T22:29:20.865Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)' [2024-03-04T22:29:20.866Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)' [2024-03-04T22:29:20.866Z] [INFO] [2024-03-04T22:29:20.866Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:20.866Z] [INFO] [2024-03-04T22:29:20.866Z] [INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:24.129Z] [INFO] The project's OSGi version is 0.10.0.I202308290857 [2024-03-04T22:29:24.129Z] [INFO] [2024-03-04T22:29:24.129Z] [INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:24.130Z] [INFO] [2024-03-04T22:29:24.130Z] [INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:24.130Z] [INFO] [2024-03-04T22:29:24.130Z] [INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:24.130Z] [INFO] [2024-03-04T22:29:24.130Z] [INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:25.079Z] [INFO] Resolving class path of org.eclipse.ease.testhelper... [2024-03-04T22:29:25.340Z] [INFO] [2024-03-04T22:29:25.340Z] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:27.229Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-03-04T22:29:27.229Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.testhelper/src/main/resources [2024-03-04T22:29:27.229Z] [INFO] [2024-03-04T22:29:27.229Z] [INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:27.229Z] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.testhelper/target/classes [2024-03-04T22:29:28.613Z] [INFO] [2024-03-04T22:29:28.613Z] [INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.613Z] [INFO] [2024-03-04T22:29:28.613Z] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.613Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2024-03-04T22:29:28.613Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.testhelper/src/test/resources [2024-03-04T22:29:28.613Z] [INFO] [2024-03-04T22:29:28.613Z] [INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.613Z] [INFO] [2024-03-04T22:29:28.613Z] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.868Z] [INFO] No tests to run. [2024-03-04T22:29:28.868Z] [INFO] [2024-03-04T22:29:28.868Z] [INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.868Z] [INFO] [2024-03-04T22:29:28.868Z] [INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.868Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.target.2019-12/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.10.0-SNAPSHOT.jar [2024-03-04T22:29:28.868Z] [INFO] [2024-03-04T22:29:28.868Z] [INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:28.868Z] [INFO] [2024-03-04T22:29:28.868Z] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:30.756Z] [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.2019-12/tests/org.eclipse.ease.testhelper/target/jacoco.exec,output=file [2024-03-04T22:29:30.756Z] [INFO] [2024-03-04T22:29:30.756Z] [INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:30.756Z] [INFO] [2024-03-04T22:29:30.756Z] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:30.756Z] [INFO] No tests to run. [2024-03-04T22:29:30.756Z] [INFO] [2024-03-04T22:29:30.756Z] [INFO] --- pmd:3.20.0:pmd (pmd-integration) @ org.eclipse.ease.testhelper --- [2024-03-04T22:29:33.271Z] [INFO] ------------------------------------------------------------------------ [2024-03-04T22:29:33.271Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.10.0-SNAPSHOT: [2024-03-04T22:29:33.271Z] [INFO] [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.474 s] [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 1.205 s] [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.testhelper ........................ FAILURE [ 12.303 s] [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.test .............................. SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.classloader.test .................. SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.lang.python.test .................. SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SKIPPED [2024-03-04T22:29:33.271Z] [INFO] org.eclipse.ease.ui.test ........................... SKIPPED [2024-03-04T22:29:33.271Z] [INFO] ------------------------------------------------------------------------ [2024-03-04T22:29:33.271Z] [INFO] BUILD FAILURE [2024-03-04T22:29:33.271Z] [INFO] ------------------------------------------------------------------------ [2024-03-04T22:29:33.271Z] [INFO] Total time: 01:01 min [2024-03-04T22:29:33.271Z] [INFO] Finished at: 2024-03-04T22:29:32Z [2024-03-04T22:29:33.271Z] [INFO] ------------------------------------------------------------------------ [2024-03-04T22:29:33.271Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.20.0:pmd (pmd-integration) on project org.eclipse.ease.testhelper: Execution pmd-integration of goal org.apache.maven.plugins:maven-pmd-plugin:3.20.0:pmd failed: Plugin org.apache.maven.plugins:maven-pmd-plugin:3.20.0 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.maven.plugins:maven-pmd-plugin:jar:3.20.0 -> org.apache.maven.reporting:maven-reporting-impl:jar:3.2.0: Failed to read artifact descriptor for org.apache.maven.reporting:maven-reporting-impl:jar:3.2.0: The following artifacts could not be resolved: org.apache.maven.reporting:maven-reporting-impl:pom:3.2.0 (absent): Could not transfer artifact org.apache.maven.reporting:maven-reporting-impl:pom:3.2.0 from/to cbi (https://repo.eclipse.org/content/repositories/cbi-releases/): status code: 403, reason phrase: Forbidden (403) -> [Help 1] [2024-03-04T22:29:33.271Z] [ERROR] [2024-03-04T22:29:33.271Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2024-03-04T22:29:33.271Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2024-03-04T22:29:33.271Z] [ERROR] [2024-03-04T22:29:33.271Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2024-03-04T22:29:33.271Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException [2024-03-04T22:29:33.272Z] [ERROR] [2024-03-04T22:29:33.272Z] [ERROR] After correcting the problems, you can resume the build with the command [2024-03-04T22:29:33.272Z] [ERROR] mvn -rf :org.eclipse.ease.testhelper [Pipeline] } [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts [2024-03-04T22:29:33.401Z] Archiving artifacts [Pipeline] emailext [2024-03-04T22:29:36.353Z] 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