Skip to content
Failed

Console Output

Push event to branch BETA_JAVA19
02:40:55 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 693f98e1e1ebe5e8910b5e2160381aca9aab9b3c
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-6mxnm 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-6mxnm"
  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-6mxnm"
    - 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-6mxnm"
    - 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-6mxnm in /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19
[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-jdt/eclipse.jdt.ui.git
 > git init /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19 # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.ui.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.ui.git +refs/heads/BETA_JAVA19:refs/remotes/origin/BETA_JAVA19 # timeout=10
Avoid second fetch
Checking out Revision 693f98e1e1ebe5e8910b5e2160381aca9aab9b3c (BETA_JAVA19)
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.ui.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/BETA_JAVA19:refs/remotes/origin/BETA_JAVA19 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 693f98e1e1ebe5e8910b5e2160381aca9aab9b3c # timeout=10
Commit message: "Merge pull request #266 from noopur2507/update_ASTFlattener"
 > git rev-list --no-walk b2e99614b86eac4657dee4c6160efa5cc3fe627c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 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)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
02:41:23 [2022-09-16T06:41:23.474Z] $ pkill Xvnc
02:41:23 [2022-09-16T06:41:23.492Z] $ pkill Xrealvnc
02:41:23 [2022-09-16T06:41:23.508Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
02:41:31 [2022-09-16T06:41:31.411Z] [clipse.jdt.ui-github_BETA_JAVA19] $ Xvnc -help
02:41:31 [2022-09-16T06:41:31.434Z] Starting xvnc
02:41:31 [2022-09-16T06:41:31.435Z] [clipse.jdt.ui-github_BETA_JAVA19] $ Xvnc :11 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
02:41:31 [2022-09-16T06:41:31.451Z] 
02:41:31 [2022-09-16T06:41:31.451Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
02:41:31 [2022-09-16T06:41:31.451Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
02:41:31 [2022-09-16T06:41:31.451Z] See https://www.tigervnc.org for information on TigerVNC.
02:41:31 [2022-09-16T06:41:31.451Z] Underlying X server release 12011000, The X.Org Foundation
02:41:31 [2022-09-16T06:41:31.451Z] 
02:41:31 [2022-09-16T06:41:31.451Z] 
02:41:31 [2022-09-16T06:41:31.451Z] Fri Sep 16 06:41:31 2022
02:41:31 [2022-09-16T06:41:31.451Z]  vncext:      VNC extension running!
02:41:31 [2022-09-16T06:41:31.452Z]  vncext:      Listening for VNC connections on all interface(s), port 5911
02:41:31 [2022-09-16T06:41:31.452Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
02:41:31 [2022-09-16T06:41:31.780Z] + mvn -f pom.xml -Dmaven.compiler.failOnWarning=true -DskipTests=false -Dmaven.repo.local=/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19/.m2/repository clean verify --batch-mode -Pbuild-individual-bundles -Pbree-libs -Papi-check
02:41:32 [2022-09-16T06:41:32.045Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
02:41:32 [2022-09-16T06:41:32.045Z] Maven home: /opt/tools/apache-maven/latest
02:41:32 [2022-09-16T06:41:32.045Z] Java version: 17.0.1, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.1
02:41:32 [2022-09-16T06:41:32.045Z] Default locale: en_US, platform encoding: UTF-8
02:41:32 [2022-09-16T06:41:32.045Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
02:41:33 [2022-09-16T06:41:33.418Z] [INFO] Scanning for projects...
02:45:39 [2022-09-16T06:45:39.927Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access (You can disable this with -Dtycho.p2.transport=ecf) ###
02:45:39 [2022-09-16T06:45:39.927Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19/.m2/repository/.cache/tycho
02:45:39 [2022-09-16T06:45:39.927Z] [INFO]     Transport mode:         online
02:45:39 [2022-09-16T06:45:39.927Z] [INFO]     Update mode:            cache first
02:45:39 [2022-09-16T06:45:39.927Z] [INFO]     Minimum cache duration: 60 minutes
02:45:39 [2022-09-16T06:45:39.927Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
02:47:16 [2022-09-16T06:47:16.387Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19/.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@c8e99...
02:47:16 [2022-09-16T06:47:16.387Z] [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...
02:47:16 [2022-09-16T06:47:16.387Z] [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...
02:47:16 [2022-09-16T06:47:16.387Z] [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...
02:47:16 [2022-09-16T06:47:16.387Z] [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...
02:47:16 [2022-09-16T06:47:16.388Z] [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...
02:47:19 [2022-09-16T06:47:19.666Z] [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...
02:47:20 [2022-09-16T06:47:20.436Z] [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...
02:47:22 [2022-09-16T06:47:22.332Z] [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...
02:47:25 [2022-09-16T06:47:25.608Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/Y-builds
02:47:25 [2022-09-16T06:47:25.608Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19/org.eclipse.ltk.core.refactoring/pom.xml
02:47:25 [2022-09-16T06:47:25.608Z] [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] Cannot resolve project dependencies:
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR]   Software being installed: org.eclipse.ltk.core.refactoring 3.13.0.qualifier
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR]   Missing requirement: org.eclipse.ltk.core.refactoring 3.13.0.qualifier requires 'osgi.bundle; org.eclipse.core.runtime [3.25.0,4.0.0)' but it could not be found
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] 
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.ltk:org.eclipse.ltk.core.refactoring:3.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19/org.eclipse.ltk.core.refactoring/pom.xml: See log for details -> [Help 1]
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] 
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] 
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:47:25 [2022-09-16T06:47:25.608Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
[Pipeline] }
02:47:25 [2022-09-16T06:47:25.776Z] Terminating xvnc.
02:47:25 [2022-09-16T06:47:25.787Z] 
02:47:25 [2022-09-16T06:47:25.788Z] Fri Sep 16 06:47:25 2022
02:47:25 [2022-09-16T06:47:25.788Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
02:47:25 [2022-09-16T06:47:25.788Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
02:47:33 [2022-09-16T06:47:33.208Z] Archiving artifacts
[Pipeline] recordIssues
02:47:33 [2022-09-16T06:47:33.325Z] [AcuCobol] Sleeping for 5 seconds due to JENKINS-32191...
02:47:38 [2022-09-16T06:47:38.325Z] [AcuCobol] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:38 [2022-09-16T06:47:38.331Z] [AcuCobol] -> found 0 issues (skipped 0 duplicates)
02:47:38 [2022-09-16T06:47:38.331Z] [AcuCobol] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] -> found 0 issues (skipped 0 duplicates)
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] Successfully parsed console log
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] -> found 0 issues (skipped 0 duplicates)
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] Skipping post processing
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] No filter has been set, publishing all 0 issues
02:47:38 [2022-09-16T06:47:38.332Z] [AcuCobol] Repository miner is not configured, skipping repository mining
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Reference build recorder is not configured
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Obtaining reference build from same job (BETA_JAVA19)
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Using reference build 'eclipse.jdt.ui-github/BETA_JAVA19 #12' to compute new, fixed, and outstanding issues
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Evaluating quality gates
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] -> PASSED - Delta (any severity): 0 - Quality Gate: 1
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] -> All quality gates have been passed
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Health report is disabled - skipping
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
02:47:38 [2022-09-16T06:47:38.393Z] [AcuCobol] Attaching ResultAction with ID 'acu-cobol' to build 'eclipse.jdt.ui-github/BETA_JAVA19 #13'.
02:47:38 [2022-09-16T06:47:38.420Z] [Checks API] No suitable checks publisher found.
[Pipeline] scanForIssues
02:47:38 [2022-09-16T06:47:38.423Z] [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
02:47:43 [2022-09-16T06:47:43.424Z] [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:43 [2022-09-16T06:47:43.443Z] [Java Compiler] Successfully parsed console log
02:47:43 [2022-09-16T06:47:43.443Z] [Java Compiler] -> found 0 issues (skipped 0 duplicates)
02:47:43 [2022-09-16T06:47:43.443Z] [Java Compiler] Skipping post processing
02:47:43 [2022-09-16T06:47:43.443Z] [Java Compiler] No filter has been set, publishing all 0 issues
02:47:43 [2022-09-16T06:47:43.443Z] [Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
02:47:43 [2022-09-16T06:47:43.449Z] [Maven] Sleeping for 5 seconds due to JENKINS-32191...
02:47:48 [2022-09-16T06:47:48.453Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] -> found 1 issue (skipped 0 duplicates)
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] -> found 1 issue (skipped 0 duplicates)
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] Successfully parsed console log
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] -> found 1 issue (skipped 0 duplicates)
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA19')
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] Skipping post processing
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] No filter has been set, publishing all 1 issues
02:47:48 [2022-09-16T06:47:48.465Z] [Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
02:47:48 [2022-09-16T06:47:48.521Z] [Static Analysis] Reference build recorder is not configured
02:47:48 [2022-09-16T06:47:48.523Z] [Static Analysis] Obtaining reference build from same job (BETA_JAVA19)
02:47:48 [2022-09-16T06:47:48.524Z] [Static Analysis] Using reference build 'eclipse.jdt.ui-github/BETA_JAVA19 #12' to compute new, fixed, and outstanding issues
02:47:48 [2022-09-16T06:47:48.524Z] [Static Analysis] Issues delta (vs. reference build): outstanding: 1, new: 0, fixed: 6
02:47:48 [2022-09-16T06:47:48.524Z] [Static Analysis] No quality gates have been set - skipping
02:47:48 [2022-09-16T06:47:48.524Z] [Static Analysis] Health report is disabled - skipping
02:47:48 [2022-09-16T06:47:48.524Z] [Static Analysis] Created analysis result for 1 issues (found 0 new issues, fixed 6 issues)
02:47:48 [2022-09-16T06:47:48.524Z] [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt.ui-github/BETA_JAVA19 #13'.
02:47:48 [2022-09-16T06:47:48.638Z] [Checks API] No suitable checks publisher found.
[Pipeline] junit
02:47:48 [2022-09-16T06:47:48.645Z] Recording test results
02:47:49 [2022-09-16T06:47:49.230Z] 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.65.108/10.40.65.108:53740
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1194)
		at hudson.FilePath.act(FilePath.java:1183)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:159)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:253)
		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:840)
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3502)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:376)
	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:126)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE