Skip to content
Failed

Console Output

Push event to branch revert-286-master
02:22:07 Connecting to https://api.github.com using github-app-jdt
Obtained Jenkinsfile from bab855bd7876a6cce4862d0ae3390511f2510fe2
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-8-991vv’ is offline
‘centos-8-bq0vm’ is offline
Agent centos-8-pxcbn 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-pxcbn"
  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-pxcbn"
    - 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-pxcbn"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jdt"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-8-pxcbn in /home/jenkins/agent/workspace/t.debug-github_revert-286-master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-jdt
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/t.debug-github_revert-286-master # 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 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.debug.git +refs/heads/revert-286-master:refs/remotes/origin/revert-286-master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.debug.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/revert-286-master:refs/remotes/origin/revert-286-master # timeout=10
Avoid second fetch
Checking out Revision bab855bd7876a6cce4862d0ae3390511f2510fe2 (revert-286-master)
Commit message: "Revert "Merge Master to Beta Java 21 (#286)""
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bab855bd7876a6cce4862d0ae3390511f2510fe2 # timeout=10
[GitHub Checks] GitHub check (name: Jenkins, status: in_progress) has been published.
The recommended git tool is: git
using credential github-app-jdt
The recommended git tool is: git
using credential github-app-jdt
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-jdt/eclipse.jdt.debug.git'
[GitCheckoutListener] Found no previous build with recorded Git commits
[GitCheckoutListener] -> Starting initial recording of commits
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'bab855b' as starting point
[GitCheckoutListener] -> Recorded 200 new commits
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@f9d6e210' to render commit links
[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:23:50 [2023-08-01T06:23:50.017Z] $ pkill Xvnc
02:23:50 [2023-08-01T06:23:50.036Z] $ pkill Xrealvnc
02:23:50 [2023-08-01T06:23:50.049Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
02:25:58 [2023-08-01T06:25:58.340Z] [t.debug-github_revert-286-master] $ Xvnc -help
02:25:58 [2023-08-01T06:25:58.355Z] Starting xvnc
02:25:58 [2023-08-01T06:25:58.361Z] [t.debug-github_revert-286-master] $ Xvnc :29 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
02:25:58 [2023-08-01T06:25:58.371Z] 
02:25:58 [2023-08-01T06:25:58.372Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
02:25:58 [2023-08-01T06:25:58.372Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
02:25:58 [2023-08-01T06:25:58.372Z] See https://www.tigervnc.org for information on TigerVNC.
02:25:58 [2023-08-01T06:25:58.372Z] Underlying X server release 12011000, The X.Org Foundation
02:25:58 [2023-08-01T06:25:58.372Z] 
02:25:58 [2023-08-01T06:25:58.372Z] 
02:25:58 [2023-08-01T06:25:58.372Z] Tue Aug  1 06:25:58 2023
02:25:58 [2023-08-01T06:25:58.372Z]  vncext:      VNC extension running!
02:25:58 [2023-08-01T06:25:58.372Z]  vncext:      Listening for VNC connections on all interface(s), port 5929
02:25:58 [2023-08-01T06:25:58.372Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
02:25:58 [2023-08-01T06:25:58.713Z] + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/t.debug-github_revert-286-master/.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
02:25:59 [2023-08-01T06:25:59.282Z] Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
02:25:59 [2023-08-01T06:25:59.282Z] Maven home: /opt/tools/apache-maven/latest
02:25:59 [2023-08-01T06:25:59.282Z] Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
02:25:59 [2023-08-01T06:25:59.282Z] Default locale: en_US, platform encoding: UTF-8
02:25:59 [2023-08-01T06:25:59.282Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
02:26:00 [2023-08-01T06:26:00.658Z] [INFO] Scanning for projects...
02:26:27 [2023-08-01T06:26:27.192Z] [INFO] Tycho Version:  4.0.1 (26e55402ca6295ab784674c5053c364ae7b428e7)
02:26:27 [2023-08-01T06:26:27.192Z] [INFO] Tycho Mode:     project
02:26:27 [2023-08-01T06:26:27.192Z] [INFO] Tycho Builder:  maven
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] ------------------------------------------------------------------------
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] Reactor Build Order:
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] 
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] eclipse.jdt.debug                                                  [pom]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.debug                                   [eclipse-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.launching.macosx                        [eclipse-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.launching.ui.macosx                     [eclipse-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.debug.ui                                [eclipse-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.debug.tests                        [eclipse-test-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] org.eclipse.jdt.debug.jdi.tests                    [eclipse-test-plugin]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] 
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >-----------------
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] Building eclipse.jdt.debug 4.29.0-SNAPSHOT                         [1/8]
02:26:59 [2023-08-01T06:26:59.271Z] [INFO]   from pom.xml
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] --------------------------------[ pom ]---------------------------------
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] 
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] --- clean:3.3.1:clean (default-clean) @ eclipse.jdt.debug ---
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] 
02:26:59 [2023-08-01T06:26:59.271Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/t.debug-github_revert-286-master/saveproperties
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/t.debug-github_revert-286-master/src/main/resources
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] --- tycho-apitools:4.0.1:generate (generate) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] --- tycho-source:4.0.1:plugin-source (plugin-source) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] --- tycho-p2-extras:4.0.1:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] --- tycho-apitools:4.0.1:verify (verify) @ eclipse.jdt.debug ---
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] 
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >----------------
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] Building org.eclipse.jdt.debug 3.21.0-SNAPSHOT                     [2/8]
02:27:03 [2023-08-01T06:27:03.458Z] [INFO]   from org.eclipse.jdt.debug/pom.xml
02:27:03 [2023-08-01T06:27:03.458Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.1:build-qualifier (default-build-qualifier)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.1:build-qualifier (default-build-qualifier)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.1:validate-id (default-validate-id)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.1:validate-id (default-validate-id)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.1:validate-version (default-validate-version)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.1:validate-version (default-validate-version)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.1:update-consumer-pom (default-update-consumer-pom)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.1:update-consumer-pom (default-update-consumer-pom)'
02:27:03 [2023-08-01T06:27:03.458Z] [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:4.0.1:package-plugin (default-package-plugin)'
02:27:03 [2023-08-01T06:27:03.459Z] [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:4.0.1:package-plugin (default-package-plugin)'
02:27:15 [2023-08-01T06:27:15.652Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/t.debug-github_revert-286-master/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.29.0-SNAPSHOT/eclipse-sdk-prereqs-4.29.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@13785a05
02:27:15 [2023-08-01T06:27:15.652Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
02:27:15 [2023-08-01T06:27:15.652Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/t.debug-github_revert-286-master/.m2/repository/.cache/tycho
02:27:15 [2023-08-01T06:27:15.652Z] [INFO]     Transport mode:         online
02:27:15 [2023-08-01T06:27:15.652Z] [INFO]     Http Transport type:    Java11Client
02:27:15 [2023-08-01T06:27:15.652Z] [INFO]     Update mode:            cache first
02:27:15 [2023-08-01T06:27:15.652Z] [INFO]     Minimum cache duration: 60 minutes
02:27:15 [2023-08-01T06:27:15.652Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
02:27:15 [2023-08-01T06:27:15.652Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 73.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.16.1, 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 = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 2.0.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.75, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.75, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.13.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:19 [2023-08-01T06:27:19.831Z] [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 = 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.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.15, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:21 [2023-08-01T06:27:21.202Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:22 [2023-08-01T06:27:22.136Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:22 [2023-08-01T06:27:22.394Z] [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
02:27:23 [2023-08-01T06:27:23.825Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 6.4.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:24 [2023-08-01T06:27:24.756Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.15.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:25 [2023-08-01T06:27:25.014Z] [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
02:27:25 [2023-08-01T06:27:25.271Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:27:26 [2023-08-01T06:27:26.644Z] [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
02:27:26 [2023-08-01T06:27:26.902Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.28-Y-builds
02:27:36 [2023-08-01T06:27:36.859Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/pom.xml
02:27:36 [2023-08-01T06:27:36.859Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
02:27:36 [2023-08-01T06:27:36.860Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
02:27:36 [2023-08-01T06:27:36.860Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
02:27:36 [2023-08-01T06:27:36.860Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
02:27:36 [2023-08-01T06:27:36.860Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
02:27:36 [2023-08-01T06:27:36.860Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
02:27:39 [2023-08-01T06:27:39.412Z] [INFO] 
02:27:39 [2023-08-01T06:27:39.412Z] [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.jdt.debug ---
02:27:39 [2023-08-01T06:27:39.412Z] [INFO] 
02:27:39 [2023-08-01T06:27:39.412Z] [INFO] --- tycho-packaging:4.0.1:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] The project's OSGi version is 3.21.0.v20230801-0621
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] --- tycho-packaging:4.0.1:validate-id (default-validate-id) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] --- tycho-packaging:4.0.1:validate-version (default-validate-version) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/saveproperties
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] --- enforcer:3.3.0:enforce (enforce-maven) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] --- target-platform-configuration:4.0.1:target-platform (default-target-platform) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] --- tycho-compiler:4.0.1:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.686Z] [INFO] Resolving class path of org.eclipse.jdt.debug
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/src/main/resources
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug ---
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/src/main/resources
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] 
02:27:42 [2023-08-01T06:27:42.942Z] [INFO] --- tycho-compiler:4.0.1:compile (default-compile) @ org.eclipse.jdt.debug ---
02:27:43 [2023-08-01T06:27:43.506Z] [INFO] Compiling 361 source files to /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/target/classes using Eclipse Compiler for Java(TM) 3.35.0.v20230702-1314
02:27:48 [2023-08-01T06:27:48.797Z] [INFO] 
02:27:48 [2023-08-01T06:27:48.797Z] [INFO] --- tycho-bnd:4.0.1:process (default-process) @ org.eclipse.jdt.debug ---
02:27:48 [2023-08-01T06:27:48.797Z] [INFO] 
02:27:48 [2023-08-01T06:27:48.797Z] [INFO] --- tycho-ds:4.0.1:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug ---
02:27:48 [2023-08-01T06:27:48.797Z] [INFO] 
02:27:48 [2023-08-01T06:27:48.797Z] [INFO] --- tycho-apitools:4.0.1:generate (generate) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] 
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/src/test/resources
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] 
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] --- tycho-compiler:4.0.1:testCompile (default-testCompile) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] 
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] --- tycho-packaging:4.0.1:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] 
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] --- tycho-source:4.0.1:plugin-source (plugin-source) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.062Z] [INFO] Building jar: /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.0-SNAPSHOT-sources.jar
02:27:49 [2023-08-01T06:27:49.363Z] [INFO] 
02:27:49 [2023-08-01T06:27:49.363Z] [INFO] --- tycho-packaging:4.0.1:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.363Z] [INFO] Building jar: /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/jdimodel.jar
02:27:49 [2023-08-01T06:27:49.660Z] [INFO] Building jar: /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.0-SNAPSHOT.jar
02:27:49 [2023-08-01T06:27:49.660Z] [INFO] 
02:27:49 [2023-08-01T06:27:49.660Z] [INFO] --- tycho-p2:4.0.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug ---
02:27:49 [2023-08-01T06:27:49.917Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29-I-builds
02:27:51 [2023-08-01T06:27:51.292Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.29-I-builds
02:27:51 [2023-08-01T06:27:51.292Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/t.debug-github_revert-286-master/org.eclipse.jdt.debug/pom.xml
02:27:51 [2023-08-01T06:27:51.292Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.292Z] [INFO] --- tycho-p2-extras:4.0.1:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug ---
02:27:51 [2023-08-01T06:27:51.292Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.28/R-4.28-202306050440
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Skipping org.eclipse.jdt.launching
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] This project has been banned from the build due to previous failures.
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Skipping org.eclipse.jdt.launching.macosx
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] This project has been banned from the build due to previous failures.
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Skipping org.eclipse.jdt.launching.ui.macosx
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] This project has been banned from the build due to previous failures.
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Skipping org.eclipse.jdt.debug.ui
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] This project has been banned from the build due to previous failures.
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Skipping org.eclipse.jdt.debug.tests
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] This project has been banned from the build due to previous failures.
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Skipping org.eclipse.jdt.debug.jdi.tests
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] This project has been banned from the build due to previous failures.
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] Reactor Summary:
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] 
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] eclipse.jdt.debug 4.29.0-SNAPSHOT .................. SUCCESS [  4.672 s]
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] org.eclipse.jdt.debug 3.21.0-SNAPSHOT .............. FAILURE [ 48.223 s]
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] org.eclipse.jdt.launching 3.20.0-SNAPSHOT .......... SKIPPED
02:27:51 [2023-08-01T06:27:51.549Z] [INFO] org.eclipse.jdt.launching.macosx 3.6.0-SNAPSHOT .... SKIPPED
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.4.0-SNAPSHOT . SKIPPED
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] org.eclipse.jdt.debug.ui 3.13.0-SNAPSHOT ........... SKIPPED
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] org.eclipse.jdt.debug.tests 3.12.0-SNAPSHOT ........ SKIPPED
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.1.0-SNAPSHOT ..... SKIPPED
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] BUILD FAILURE
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] Total time:  01:51 min
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] Finished at: 2023-08-01T06:27:51Z
02:27:51 [2023-08-01T06:27:51.550Z] [INFO] ------------------------------------------------------------------------
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING] 
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING] Plugin validation issues were detected in 2 plugin(s)
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING] 
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING]  * org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.1
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING] 
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
02:27:51 [2023-08-01T06:27:51.550Z] [WARNING] 
02:27:51 [2023-08-01T06:27:51.807Z] [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.1:compare-version-with-baselines (compare-attached-artifacts-with-release) on project org.eclipse.jdt.debug: Only qualifier changed for (org.eclipse.jdt.debug/3.21.0.v20230801-0621). Expected to have bigger x.y.z than what is available in baseline (3.21.0.v20230329-1610) -> [Help 1]
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] 
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] 
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] 
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR] After correcting the problems, you can resume the build with the command
02:27:51 [2023-08-01T06:27:51.808Z] [ERROR]   mvn <args> -rf :org.eclipse.jdt.debug
[Pipeline] }
02:27:52 [2023-08-01T06:27:52.517Z] Terminating xvnc.
02:27:57 [2023-08-01T06:27:57.873Z] 
02:27:57 [2023-08-01T06:27:57.874Z] Tue Aug  1 06:27:57 2023
02:27:57 [2023-08-01T06:27:57.874Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
02:27:57 [2023-08-01T06:27:57.874Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
02:28:22 [2023-08-01T06:28:22.543Z] Archiving artifacts
[Pipeline] junit
02:28:22 [2023-08-01T06:28:22.908Z] Recording test results
02:28:23 [2023-08-01T06:28:23.149Z] 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.75.142/10.40.75.142:52792
		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:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:157)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:251)
		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)
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:3578)
	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] }
[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 Checks] GitHub check (name: Jenkins, status: completed) has been published.

GitHub has been notified of this commit’s build result

Finished: FAILURE