Push event to branch R4_29_maintenance 02:01:54 Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from c2aaaf5a03bec17e7f070b8b3d64d925a20df4d0 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-g98rw is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-g98rw" namespace: "jdt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jdt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-g98rw" - 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-8-g98rw" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3107.v665000b_51092" 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-jdt" 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-8-g98rw in /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-jdt/eclipse.jdt.git > git init /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance # timeout=10 Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.git > git --version # timeout=10 > git --version # 'git version 2.39.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.git +refs/heads/R4_29_maintenance:refs/remotes/origin/R4_29_maintenance # timeout=10 Avoid second fetch Checking out Revision c2aaaf5a03bec17e7f070b8b3d64d925a20df4d0 (R4_29_maintenance) Commit message: "Eclipse(4.29) migration guide - update migration extension content (#68)" First time build. Skipping changelog. > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_29_maintenance:refs/remotes/origin/R4_29_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2aaaf5a03bec17e7f070b8b3d64d925a20df4d0 # timeout=10 [Checks API] No suitable checks publisher found. Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot > git rev-parse HEAD^{commit} # timeout=10 [GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-jdt/eclipse.jdt.git' [GitCheckoutListener] Found no previous build with recorded Git commits [GitCheckoutListener] -> Starting initial recording of commits [GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head [GitCheckoutListener] -> Using head commit 'c2aaaf5' as starting point [GitCheckoutListener] -> Recorded 200 new commits [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@6d1a3b81' to render commit links [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [pse.jdt-github_R4_29_maintenance] $ Xvnc -help Starting xvnc [pse.jdt-github_R4_29_maintenance] $ Xvnc :64 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) See https://www.tigervnc.org for information on TigerVNC. Underlying X server release 12011000, The X.Org Foundation Fri Sep 1 06:02:31 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5964 vncext: created VNC server for screen 0 [Pipeline] sh + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.2 (d1245889ae2522a3057c2300142b212c6c7c60c8) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] eclipse jdt [pom] [INFO] org eclipse jdt [eclipse-plugin] [INFO] org eclipse jdt feature [eclipse-feature] [INFO] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >----------------------- [INFO] Building eclipse jdt 4.29.0-SNAPSHOT [1/3] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.jdt --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/saveproperties [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ eclipse.jdt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.2:generate (generate) @ eclipse.jdt --- [INFO] [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ eclipse.jdt --- [INFO] [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [INFO] [INFO] --- tycho-apitools:4.0.2:verify (verify) @ eclipse.jdt --- [INFO] [INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >------------------- [INFO] Building org eclipse jdt 3.19.200-SNAPSHOT [2/3] [INFO] from org.eclipse.jdt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.29.0-SNAPSHOT/eclipse-sdk-prereqs-4.29.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@485d3d1 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 73.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.76, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.76, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.5.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29-I-builds [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.19.200-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.2:build-qualifier (default-build-qualifier) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.19.200.v20230901-0602 [INFO] [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/saveproperties [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-compiler:4.0.2:validate-classpath (default-validate-classpath) @ org.eclipse.jdt --- [INFO] Resolving class path of org eclipse jdt [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.2:compile (default-compile) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-bnd:4.0.2:process (default-process) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-ds:4.0.2:declarative-services (default-declarative-services) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.jdt --- [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler:4.0.2:testCompile (default-testCompile) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.jdt --- [INFO] Copying 1 resource from to target [INFO] [INFO] --- tycho-packaging:4.0.2:package-plugin (default-package-plugin) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/target/org.eclipse.jdt-3.19.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.19.200-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt/pom.xml [INFO] [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440 [INFO] [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.jdt --- [INFO] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [INFO] Building org eclipse jdt feature 3.19.200-SNAPSHOT [3/3] [INFO] from org.eclipse.jdt-feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.200-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/pom.xml [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).] [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.jdt --- [INFO] Deleting /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/target [INFO] [INFO] --- tycho-packaging:4.0.2:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.19.200.v20230901-0602 [INFO] [INFO] --- tycho-packaging:4.0.2:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.2:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/saveproperties [INFO] [INFO] --- enforcer:3.4.0:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- target-platform-configuration:4.0.2:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/src/main/resources [INFO] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/src/main/resources [INFO] [INFO] --- tycho-apitools:4.0.2:generate (generate) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.2:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source:4.0.2:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging:4.0.2:package-feature (default-package-feature) @ org.eclipse.jdt --- [WARNING] [b51aed06-5270-4f4f-bdf5-a8a6a73bf193][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.2] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider. [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.200-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.200-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/pom.xml [INFO] [INFO] --- tycho-p2:4.0.2:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source:4.0.2:feature-source (feature-source) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.200-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.2:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.200-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance/org.eclipse.jdt-feature/pom.xml [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2metadata:3.19.200-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2artifacts:3.19.200-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras:4.0.2:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-apitools:4.0.2:verify (verify) @ org.eclipse.jdt --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] eclipse jdt 4.29.0-SNAPSHOT ........................ SUCCESS [ 2.228 s] [INFO] org eclipse jdt 3.19.200-SNAPSHOT .................. SUCCESS [ 34.260 s] [INFO] org eclipse jdt feature 3.19.200-SNAPSHOT .......... SUCCESS [ 5.804 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:34 min [INFO] Finished at: 2023-09-01T06:04:08Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 2 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.2 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } Terminating xvnc. Fri Sep 1 06:04:14 2023 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc Post stage [Pipeline] archiveArtifacts Archiving artifacts ‘*.log’ doesn’t match anything No artifacts found that match the file pattern "*.log,*/target/work/data/.metadata/*.log,*/tests/target/work/data/.metadata/*.log,apiAnalyzer-workspace/.metadata/*.log". Configuration error? [Pipeline] scanForIssues [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [Java Compiler] Repository miner is not configured, skipping repository mining [Pipeline] scanForIssues [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance') [Maven] -> found 5 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance') [Maven] -> found 5 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 5 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 5 issues [Maven] Repository miner is not configured, skipping repository mining [Pipeline] publishIssues [Static Analysis] Successfully parsed console log [Static Analysis] -> found 5 issues (skipped 0 duplicates) [Static Analysis] Aggregating reports of: [Static Analysis] -> Java Compiler: No warnings [Static Analysis] -> Maven: 5 warnings [Static Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance') [Static Analysis] Successfully parsed console log [Static Analysis] -> found 0 issues (skipped 0 duplicates) [Static Analysis] Skipping post processing [Static Analysis] No filter has been set, publishing all 0 issues [Static Analysis] Repository miner is not configured, skipping repository mining [Static Analysis] Successfully parsed console log [Static Analysis] -> found 5 issues (skipped 0 duplicates) [Static Analysis] Successfully parsed console log [Static Analysis] -> found 5 issues (skipped 0 duplicates) [Static Analysis] Successfully parsed console log [Static Analysis] -> found 5 issues (skipped 0 duplicates) [Static Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_29_maintenance') [Static Analysis] Skipping post processing [Static Analysis] No filter has been set, publishing all 5 issues [Static Analysis] Repository miner is not configured, skipping repository mining [Static Analysis] Reference build recorder is not configured [Static Analysis] Obtaining reference build from same job (R4_29_maintenance) [Static Analysis] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE) [Static Analysis] All reported issues will be considered outstanding [Static Analysis] No quality gates have been set - skipping [Static Analysis] Health report is disabled - skipping [Static Analysis] Created analysis result for 5 issues (found 0 new issues, fixed 0 issues) [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt-github/R4_29_maintenance #1'. [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline [Checks API] No suitable checks publisher found. GitHub has been notified of this commit’s build result Finished: SUCCESS