Skip to content
Not built

Console Output

Pull request #315 updated
12:01:33 Connecting to https://api.github.com using GitHub bot (username/token)
Connecting to https://api.github.com to check permissions of obtain list of datho7561 for eclipse-jdtls/eclipse-jdt-core-incubator
Obtained Jenkinsfile from e71a560f1bf83a97f9273eedc227dfaaf85888ef
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-wzd6w 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-wzd6w"
  namespace: "ls"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ls.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-8-wzd6w"
    - 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-wzd6w"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ls.svc.cluster.local/ls/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8: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-ls"
      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-wzd6w in /home/jenkins/agent/workspace/jdt-core-incubator_PR-315
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git
 > git init /home/jenkins/agent/workspace/jdt-core-incubator_PR-315 # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git +refs/pull/315/head:refs/remotes/origin/PR-315 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/315/head:refs/remotes/origin/PR-315 # timeout=10
Fetching without tags
Checking out Revision e71a560f1bf83a97f9273eedc227dfaaf85888ef (PR-315)
Commit message: "Fix wrong rawText being used when parsing multiple files"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] timestamps
[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 and Test using ECJ)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
12:02:17 [2024-05-01T16:02:17.351Z] + java -version
12:02:17 [2024-05-01T16:02:17.351Z] openjdk version "21.0.2" 2024-01-16
12:02:17 [2024-05-01T16:02:17.351Z] OpenJDK Runtime Environment (build 21.0.2+13-58)
12:02:17 [2024-05-01T16:02:17.351Z] OpenJDK 64-Bit Server VM (build 21.0.2+13-58, mixed mode, sharing)
12:02:17 [2024-05-01T16:02:17.351Z] + mkdir -p /home/jenkins/agent/workspace/jdt-core-incubator_PR-315/tmp
12:02:17 [2024-05-01T16:02:17.351Z] + unset JAVA_TOOL_OPTIONS
12:02:17 [2024-05-01T16:02:17.351Z] + unset _JAVA_OPTIONS
12:02:17 [2024-05-01T16:02:17.351Z] + mvn clean install -f org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=/home/jenkins/agent/workspace/jdt-core-incubator_PR-315/.m2/repository -DcompilerBaselineMode=disable -DcompilerBaselineReplace=none
 > git config remote.origin.url https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdtls/eclipse-jdt-core-incubator.git +refs/pull/315/head:refs/remotes/origin/PR-315 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e71a560f1bf83a97f9273eedc227dfaaf85888ef # timeout=10
 > git rev-list --no-walk 19d7285695e77408d8176bfdb557d861d1619b64 # timeout=10
12:02:17 [2024-05-01T16:02:17.609Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:02:17 [2024-05-01T16:02:17.609Z] Maven home: /opt/tools/apache-maven/latest
12:02:17 [2024-05-01T16:02:17.609Z] Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
12:02:17 [2024-05-01T16:02:17.609Z] Default locale: en_US, platform encoding: UTF-8
12:02:17 [2024-05-01T16:02:17.609Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
12:02:22 [2024-05-01T16:02:22.924Z] [INFO] Scanning for projects...
12:02:26 [2024-05-01T16:02:26.205Z] [INFO] Tycho Version:  4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100)
12:02:26 [2024-05-01T16:02:26.205Z] [INFO] Tycho Mode:     extension
12:02:26 [2024-05-01T16:02:26.205Z] [INFO] Tycho Builder:  maven
12:02:26 [2024-05-01T16:02:26.205Z] [INFO] Build Threads:  1
12:02:38 [2024-05-01T16:02:38.398Z] [INFO] 
12:02:38 [2024-05-01T16:02:38.398Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >---------
12:02:38 [2024-05-01T16:02:38.398Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.38.0-SNAPSHOT
12:02:38 [2024-05-01T16:02:38.398Z] [INFO]   from pom.xml
12:02:38 [2024-05-01T16:02:38.398Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
12:02:38 [2024-05-01T16:02:38.962Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/jdt-core-incubator_PR-315/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.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-22' { source level: 22, target level: 22}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@46a7703a
12:02:38 [2024-05-01T16:02:38.962Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
12:02:38 [2024-05-01T16:02:38.962Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/jdt-core-incubator_PR-315/.m2/repository/.cache/tycho
12:02:38 [2024-05-01T16:02:38.962Z] [INFO]     Transport mode:         online
12:02:38 [2024-05-01T16:02:38.962Z] [INFO]     Http Transport type:    Java11Client
12:02:38 [2024-05-01T16:02:38.962Z] [INFO]     Update mode:            cache first
12:02:38 [2024-05-01T16:02:38.962Z] [INFO]     Minimum cache duration: 60 minutes
12:02:38 [2024-05-01T16:02:38.962Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
12:02:40 [2024-05-01T16:02:40.337Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, 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.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:43 [2024-05-01T16:02:43.612Z] [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.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:44 [2024-05-01T16:02:44.177Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:45 [2024-05-01T16:02:45.108Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:45 [2024-05-01T16:02:45.109Z] [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.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.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.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.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
12:02:45 [2024-05-01T16:02:45.674Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:46 [2024-05-01T16:02:46.238Z] [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.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:46 [2024-05-01T16:02:46.495Z] [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.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:47 [2024-05-01T16:02:47.059Z] [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
12:02:47 [2024-05-01T16:02:47.316Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
12:02:47 [2024-05-01T16:02:47.573Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
Superseded by #3
12:02:49 [2024-05-01T16:02:49.412Z] Sending interrupt signal to process
12:02:50 [2024-05-01T16:02:50.102Z] + mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/jdt-core-incubator_PR-315/.m2/repository -Ptest-on-javase-22 -Pbree-libs -Papi-check -Pjavadoc -Pp2-repo -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false -Djava.io.tmpdir=/home/jenkins/agent/workspace/jdt-core-incubator_PR-315/tmp -Dproject.build.sourceEncoding=UTF-8 '-Dtycho.surefire.argLine=--add-modules ALL-SYSTEM -Dcompliance=1.8,11,17,21,22 -Djdt.performance.asserts=disabled' -DDetectVMInstallationsJob.disabled=true -Dtycho.apitools.debug -Dtycho.debug.artifactcomparator -Dcbi-ecj-version=99.99
12:02:50 [2024-05-01T16:02:50.359Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:02:50 [2024-05-01T16:02:50.359Z] Maven home: /opt/tools/apache-maven/latest
12:02:50 [2024-05-01T16:02:50.359Z] Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
12:02:50 [2024-05-01T16:02:50.359Z] Default locale: en_US, platform encoding: UTF-8
12:02:50 [2024-05-01T16:02:50.359Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
12:02:50 [2024-05-01T16:02:50.372Z] script returned exit code 143
Post stage
[Pipeline] archiveArtifacts
12:02:50 [2024-05-01T16:02:50.390Z] Archiving artifacts
[Pipeline] junit
12:02:51 [2024-05-01T16:02:51.373Z] Recording test results
12:02:52 [2024-05-01T16:02:52.049Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.60.252/10.40.60.252:40706
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:839)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 866fac84-1058-4052-aacd-2c7dfb9a0c30
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Test with DOM-first)
Stage "Build and Test with DOM-first" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 55ea962a-42cf-4c97-b78c-ec8243cbd96f

GitHub has been notified of this commit’s build result

Finished: NOT_BUILT