Skip to content
Failed

Console Output

Pull request #205 closed
00:53:36 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from e3e6293a1a493d39a69c6ccf5c8f2250e0b0ccd3
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘centos-8-rcdpm’
Agent centos-8-g094p 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-g094p"
  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-g094p"
    - 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-g094p"
    - 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-g094p in /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp
[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.debug.git
 > git init /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.debug.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.debug.git +refs/heads/remove-jcp:refs/remotes/origin/remove-jcp # timeout=10
Avoid second fetch
Checking out Revision e3e6293a1a493d39a69c6ccf5c8f2250e0b0ccd3 (remove-jcp)
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.debug.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/remove-jcp:refs/remotes/origin/remove-jcp # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3e6293a1a493d39a69c6ccf5c8f2250e0b0ccd3 # timeout=10
Commit message: "Update the Javadoc URL for JDK 20"
First time build. Skipping changelog.
[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
00:54:15 [2023-03-22T04:54:15.643Z] $ pkill Xvnc
00:54:15 [2023-03-22T04:54:15.665Z] $ pkill Xrealvnc
00:54:15 [2023-03-22T04:54:15.678Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
00:54:22 [2023-03-22T04:54:22.602Z] [ipse.jdt.debug-github_remove-jcp] $ Xvnc -help
00:54:22 [2023-03-22T04:54:22.619Z] Starting xvnc
00:54:22 [2023-03-22T04:54:22.623Z] [ipse.jdt.debug-github_remove-jcp] $ Xvnc :24 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
00:54:22 [2023-03-22T04:54:22.633Z] 
00:54:22 [2023-03-22T04:54:22.634Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
00:54:22 [2023-03-22T04:54:22.634Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
00:54:22 [2023-03-22T04:54:22.634Z] See https://www.tigervnc.org for information on TigerVNC.
00:54:22 [2023-03-22T04:54:22.634Z] Underlying X server release 12011000, The X.Org Foundation
00:54:22 [2023-03-22T04:54:22.634Z] 
00:54:22 [2023-03-22T04:54:22.635Z] 
00:54:22 [2023-03-22T04:54:22.635Z] Wed Mar 22 04:54:22 2023
00:54:22 [2023-03-22T04:54:22.635Z]  vncext:      VNC extension running!
00:54:22 [2023-03-22T04:54:22.635Z]  vncext:      Listening for VNC connections on all interface(s), port 5924
00:54:22 [2023-03-22T04:54:22.635Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
00:54:22 [2023-03-22T04:54:22.995Z] + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/.m2/repository -Pbuild-individual-bundles -Ptest-on-javase-19 -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -DtrimStackTrace=false
00:54:22 [2023-03-22T04:54:22.996Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
00:54:22 [2023-03-22T04:54:22.996Z] Maven home: /opt/tools/apache-maven/latest
00:54:22 [2023-03-22T04:54:22.996Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
00:54:22 [2023-03-22T04:54:22.996Z] Default locale: en_US, platform encoding: UTF-8
00:54:22 [2023-03-22T04:54:22.996Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
00:54:24 [2023-03-22T04:54:24.395Z] [INFO] Scanning for projects...
00:54:50 [2023-03-22T04:54:50.937Z] [INFO] Tycho Version:  4.0.0-SNAPSHOT (b18712223d633565e5d27975a39780278e89f5c8)
00:54:50 [2023-03-22T04:54:50.937Z] [INFO] Tycho Mode:     project
00:54:50 [2023-03-22T04:54:50.937Z] [INFO] Tycho Builder:  maven
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] ------------------------------------------------------------------------
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Reactor Build Order:
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] eclipse.jdt.debug                                                  [pom]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.debug                                   [eclipse-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.launching.macosx                        [eclipse-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.launching.ui.macosx                     [eclipse-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.debug.ui                                [eclipse-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.debug.tests                        [eclipse-test-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] org.eclipse.jdt.debug.jdi.tests                    [eclipse-test-plugin]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >-----------------
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Building eclipse.jdt.debug 4.27.0-SNAPSHOT                         [1/8]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --------------------------------[ pom ]---------------------------------
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/saveproperties
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- maven-enforcer-plugin:3.2.1:enforce (enforce-maven) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/src/main/resources
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-skip-api-analysis) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Executing tasks
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Executed tasks
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- tycho-dependency-tools-plugin:4.0.0-SNAPSHOT:list-dependencies (list-dependencies) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Execution was skipped
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (api-analysis) @ eclipse.jdt.debug ---
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Execution was skipped
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] 
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >----------------
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] Building org.eclipse.jdt.debug 3.20.150-SNAPSHOT                   [2/8]
00:55:12 [2023-03-22T04:55:12.874Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:55:14 [2023-03-22T04:55:14.275Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.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-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@231687c6
00:55:14 [2023-03-22T04:55:14.275Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
00:55:14 [2023-03-22T04:55:14.275Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/.m2/repository/.cache/tycho
00:55:14 [2023-03-22T04:55:14.275Z] [INFO]     Transport mode:         online
00:55:14 [2023-03-22T04:55:14.275Z] [INFO]     Http Transport type:    Java11Client
00:55:14 [2023-03-22T04:55:14.275Z] [INFO]     Update mode:            cache first
00:55:14 [2023-03-22T04:55:14.275Z] [INFO]     Minimum cache duration: 60 minutes
00:55:14 [2023-03-22T04:55:14.275Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
00:55:15 [2023-03-22T04:55:15.674Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.4, 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.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:20 [2023-03-22T04:55:20.945Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, 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 = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:21 [2023-03-22T04:55:21.883Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:23 [2023-03-22T04:55:23.258Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:23 [2023-03-22T04:55:23.516Z] [INFO] Resolving MavenDependencyRoots = [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.1, 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.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, 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.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 = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:24 [2023-03-22T04:55:24.889Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:25 [2023-03-22T04:55:25.146Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:26 [2023-03-22T04:55:26.082Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
00:55:26 [2023-03-22T04:55:26.082Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, 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
00:55:27 [2023-03-22T04:55:27.458Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
00:55:27 [2023-03-22T04:55:27.716Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/Y-builds
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.150-SNAPSHOT @ /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/org.eclipse.jdt.debug/pom.xml
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
00:55:27 [2023-03-22T04:55:27.974Z] [ERROR] Cannot resolve project dependencies:
00:55:27 [2023-03-22T04:55:27.974Z] [ERROR]   Software being installed: org.eclipse.jdt.debug 3.20.150.qualifier
00:55:27 [2023-03-22T04:55:27.974Z] [ERROR]   Missing requirement: org.eclipse.jdt.debug 3.20.150.qualifier requires 'osgi.bundle; org.eclipse.core.resources [3.14.0,4.0.0)' but it could not be found
00:55:27 [2023-03-22T04:55:27.974Z] [ERROR] 
00:55:27 [2023-03-22T04:55:27.974Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] ------------------------------------------------------------------------
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] Reactor Summary:
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] 
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] eclipse.jdt.debug 4.27.0-SNAPSHOT .................. SUCCESS [  1.970 s]
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] org.eclipse.jdt.debug 3.20.150-SNAPSHOT ............ FAILURE [ 15.730 s]
00:55:27 [2023-03-22T04:55:27.974Z] [INFO] org.eclipse.jdt.launching 3.19.950-SNAPSHOT ........ SKIPPED
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] org.eclipse.jdt.launching.macosx 3.5.100-SNAPSHOT .. SKIPPED
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.3.100-SNAPSHOT SKIPPED
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] org.eclipse.jdt.debug.ui 3.12.1050-SNAPSHOT ........ SKIPPED
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] org.eclipse.jdt.debug.tests 3.11.1900-SNAPSHOT ..... SKIPPED
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.0.0-SNAPSHOT ..... SKIPPED
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] ------------------------------------------------------------------------
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] BUILD FAILURE
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] ------------------------------------------------------------------------
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] Total time:  01:03 min
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] Finished at: 2023-03-22T04:55:27Z
00:55:27 [2023-03-22T04:55:27.975Z] [INFO] ------------------------------------------------------------------------
00:55:28 [2023-03-22T04:55:28.541Z] [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.150-SNAPSHOT @ /home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp/org.eclipse.jdt.debug/pom.xml: See log for details
00:55:28 [2023-03-22T04:55:28.541Z] [ERROR] 
00:55:28 [2023-03-22T04:55:28.541Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
00:55:28 [2023-03-22T04:55:28.541Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[Pipeline] }
00:55:28 [2023-03-22T04:55:28.959Z] Terminating xvnc.
00:55:28 [2023-03-22T04:55:28.972Z] 
00:55:28 [2023-03-22T04:55:28.972Z] Wed Mar 22 04:55:28 2023
00:55:28 [2023-03-22T04:55:28.972Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
00:55:28 [2023-03-22T04:55:28.972Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
00:55:45 [2023-03-22T04:55:45.852Z] Archiving artifacts
[Pipeline] scanForIssues
00:55:45 [2023-03-22T04:55:45.953Z] [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
00:55:50 [2023-03-22T04:55:50.954Z] [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp')
00:55:50 [2023-03-22T04:55:50.964Z] [Java Compiler] Successfully parsed console log
00:55:50 [2023-03-22T04:55:50.964Z] [Java Compiler] -> found 0 issues (skipped 0 duplicates)
00:55:50 [2023-03-22T04:55:50.964Z] [Java Compiler] Skipping post processing
00:55:50 [2023-03-22T04:55:50.964Z] [Java Compiler] No filter has been set, publishing all 0 issues
00:55:50 [2023-03-22T04:55:50.964Z] [Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
00:55:50 [2023-03-22T04:55:50.967Z] [Maven] Sleeping for 5 seconds due to JENKINS-32191...
00:55:55 [2023-03-22T04:55:55.968Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp')
00:55:55 [2023-03-22T04:55:55.975Z] [Maven] -> found 2 issues (skipped 0 duplicates)
00:55:55 [2023-03-22T04:55:55.975Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp')
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] -> found 2 issues (skipped 0 duplicates)
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] Successfully parsed console log
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] -> found 2 issues (skipped 0 duplicates)
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/ipse.jdt.debug-github_remove-jcp')
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] Skipping post processing
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] No filter has been set, publishing all 2 issues
00:55:55 [2023-03-22T04:55:55.976Z] [Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
00:55:55 [2023-03-22T04:55:55.979Z] [Static Analysis] Reference build recorder is not configured
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] Obtaining reference build from same job (remove-jcp)
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] All reported issues will be considered outstanding
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] No quality gates have been set - skipping
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] Health report is disabled - skipping
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] Created analysis result for 2 issues (found 0 new issues, fixed 0 issues)
00:55:55 [2023-03-22T04:55:55.980Z] [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt.debug-github/remove-jcp #1'.
00:55:56 [2023-03-22T04:55:56.023Z] [Checks API] No suitable checks publisher found.
[Pipeline] junit
00:55:56 [2023-03-22T04:55:56.029Z] Recording test results
00:55:56 [2023-03-22T04:55:56.235Z] 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.63.122/10.40.63.122:58512
		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