Push event to branch R4_25_maintenance Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 929b0cd763bb9450b116e2f1e0d5a3add3c522a0 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-2pk1m is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-2pk1m" 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-2pk1m" - 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-2pk1m" - 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-4.13.3" 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-2pk1m in /home/jenkins/agent/workspace/pse.jdt-github_R4_25_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 Avoid second fetch Checking out Revision 929b0cd763bb9450b116e2f1e0d5a3add3c522a0 (R4_25_maintenance) > git init /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance # timeout=10 Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.git > git --version # timeout=10 > git --version # 'git version 2.27.0' 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_25_maintenance:refs/remotes/origin/R4_25_maintenance # timeout=10 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/R4_25_maintenance:refs/remotes/origin/R4_25_maintenance # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 929b0cd763bb9450b116e2f1e0d5a3add3c522a0 # timeout=10 Commit message: "Split packages in jdt.annotation" First time build. Skipping changelog. [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_25_maintenance] $ Xvnc -help Starting xvnc [pse.jdt-github_R4_25_maintenance] $ Xvnc :51 -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 Thu Sep 1 14:20:08 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5951 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_25_maintenance/.m2/repository -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.1 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ### Using TychoRepositoryTransport for remote P2 access (You can disable this with -Dtycho.p2.transport=ecf) ### [INFO] Cache location: /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.25.0-SNAPSHOT/eclipse-sdk-prereqs-4.25.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, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1a34772e... [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.9.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 67.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.8.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.14.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.27, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.71, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [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 = jetty-http, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.10, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 4.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, 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.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.0, 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, 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.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.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.0.2, 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 = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.13.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.13.2.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.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.25-I-builds [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.1300-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/pom.xml [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.25.0-SNAPSHOT [1/3] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/src/main/resources [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt --- [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (check-skip-api-analysis) @ eclipse.jdt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:3.0.0-SNAPSHOT:list-dependencies (list-dependencies) @ eclipse.jdt --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (api-analysis) @ eclipse.jdt --- [INFO] [INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >------------------- [INFO] Building org eclipse jdt 3.18.1300-SNAPSHOT [2/3] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt --- [INFO] The project's OSGi version is 3.18.1300.v20220901-1420 [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (check-has-apiTools-nature) @ org.eclipse.jdt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt --- [INFO] Resolving class path of org eclipse jdt... [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-ds-plugin:3.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (build-.api_description) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:3.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ org.eclipse.jdt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.jdt --- [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/target/org.eclipse.jdt-3.18.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt:3.18.1300-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt/pom.xml [INFO] [INFO] --- tycho-surefire-plugin:3.0.0-SNAPSHOT:integration-test (default-integration-test) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (default-verify) @ org.eclipse.jdt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700 [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jdt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:3.0.0-SNAPSHOT:list-dependencies (list-dependencies) @ org.eclipse.jdt --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (api-analysis) @ org.eclipse.jdt --- [INFO] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >--------------- [INFO] Building org eclipse jdt feature 3.18.1300-SNAPSHOT [3/3] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt --- [INFO] Deleting /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/target [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt --- [WARNING] [51b274c4-3174-478e-ab3a-9062bf7936e7][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.0-SNAPSHOT] 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] The project's OSGi version is 3.18.1300.v20220901-1420 [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/saveproperties [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt --- [INFO] [INFO] --- target-platform-configuration:3.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/src/main/resources [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-packaging-plugin:3.0.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.18.1300-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/pom.xml [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt --- [INFO] [INFO] --- tycho-source-plugin:3.0.0-SNAPSHOT:feature-source (feature-source) @ org.eclipse.jdt --- [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.18.1300-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:3.0.0-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt --- [INFO] No baseline version MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.18.1300-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance/org.eclipse.jdt-feature/pom.xml [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2metadata:3.18.1300-SNAPSHOT already attached, replace previous instance [WARNING] artifact org.eclipse.jdt.feature:org.eclipse.jdt:xml:p2artifacts:3.18.1300-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- tycho-p2-extras-plugin:3.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt --- [INFO] [INFO] --- maven-antrun-plugin:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jdt --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-dependency-tools-plugin:3.0.0-SNAPSHOT:list-dependencies (list-dependencies) @ org.eclipse.jdt --- [INFO] Skipped [INFO] [INFO] --- tycho-eclipserun-plugin:3.0.0-SNAPSHOT:eclipse-run (api-analysis) @ org.eclipse.jdt --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] eclipse jdt 4.25.0-SNAPSHOT ........................ SUCCESS [ 5.616 s] [INFO] org eclipse jdt 3.18.1300-SNAPSHOT ................. SUCCESS [ 6.441 s] [INFO] org eclipse jdt feature 3.18.1300-SNAPSHOT ......... SUCCESS [ 7.618 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:17 min [INFO] Finished at: 2022-09-01T14:21:27Z [INFO] ------------------------------------------------------------------------ [Pipeline] } Terminating xvnc. Thu Sep 1 14:21:33 2022 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] Sleeping for 5 seconds due to JENKINS-32191... [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_25_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] Sleeping for 5 seconds due to JENKINS-32191... [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance') [Maven] -> found 2 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance') [Maven] -> found 2 issues (skipped 0 duplicates) [Maven] Successfully parsed console log [Maven] -> found 2 issues (skipped 0 duplicates) [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt-github_R4_25_maintenance') [Maven] Skipping post processing [Maven] No filter has been set, publishing all 2 issues [Maven] Repository miner is not configured, skipping repository mining [Pipeline] publishIssues [Static Analysis] Reference build recorder is not configured [Static Analysis] Obtaining reference build from same job (R4_25_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 2 issues (found 0 new issues, fixed 0 issues) [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt-github/R4_25_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 GitHub has been notified of this commit’s build result Finished: SUCCESS