Skip to content
Failed

Console Output

Push event to branch master
02:58:05 Connecting to https://api.github.com using 313713/******
Obtained Jenkinsfile from b1507dac7cdc72b996bd99246e6801fac93c6886
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-b6jwl 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-b6jwl"
  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-b6jwl"
    - 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-b6jwl"
    - 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-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-b6jwl in /home/jenkins/agent/workspace/eclipse.jdt.debug-github_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/eclipse.jdt.debug-github_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.41.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.debug.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision b1507dac7cdc72b996bd99246e6801fac93c6886 (master)
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.debug.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1507dac7cdc72b996bd99246e6801fac93c6886 # timeout=10
Commit message: "Set Java 23 EE compliance accordingly"
 > git rev-list --no-walk 5f79a07bbdd14a818790e41ca9ddc22aea2651b9 # 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 previous build 'eclipse.jdt.debug-github/master #75' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '5f79a07'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit 'b1507da' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@b1d54987' 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:58:27 [2024-04-16T06:58:27.360Z] $ pkill Xvnc
02:58:27 [2024-04-16T06:58:27.374Z] $ pkill Xrealvnc
02:58:27 [2024-04-16T06:58:27.385Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
02:58:27 [2024-04-16T06:58:27.869Z] [eclipse.jdt.debug-github_master] $ Xvnc -help
02:58:27 [2024-04-16T06:58:27.885Z] Starting xvnc
02:58:27 [2024-04-16T06:58:27.890Z] [eclipse.jdt.debug-github_master] $ Xvnc :13 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
02:58:27 [2024-04-16T06:58:27.902Z] 
02:58:27 [2024-04-16T06:58:27.903Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
02:58:27 [2024-04-16T06:58:27.903Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
02:58:27 [2024-04-16T06:58:27.903Z] See https://www.tigervnc.org for information on TigerVNC.
02:58:27 [2024-04-16T06:58:27.903Z] Underlying X server release 12011000, The X.Org Foundation
02:58:27 [2024-04-16T06:58:27.903Z] 
02:58:27 [2024-04-16T06:58:27.903Z] 
02:58:27 [2024-04-16T06:58:27.903Z] Tue Apr 16 06:58:27 2024
02:58:27 [2024-04-16T06:58:27.903Z]  vncext:      VNC extension running!
02:58:27 [2024-04-16T06:58:27.903Z]  vncext:      Listening for VNC connections on all interface(s), port 5913
02:58:27 [2024-04-16T06:58:27.903Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
02:58:28 [2024-04-16T06:58:28.237Z] + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/.m2/repository -Ptest-on-javase-21 -Pbree-libs -Papi-check -Pjavadoc -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -DDetectVMInstallationsJob.disabled=true -Dtycho.apitools.debug -DtrimStackTrace=false
02:58:28 [2024-04-16T06:58:28.506Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
02:58:28 [2024-04-16T06:58:28.506Z] Maven home: /opt/tools/apache-maven/latest
02:58:28 [2024-04-16T06:58:28.506Z] Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
02:58:28 [2024-04-16T06:58:28.506Z] Default locale: en_US, platform encoding: UTF-8
02:58:28 [2024-04-16T06:58:28.506Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
02:58:33 [2024-04-16T06:58:33.746Z] [INFO] Scanning for projects...
02:58:36 [2024-04-16T06:58:36.256Z] [INFO] Tycho Version:  4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100)
02:58:36 [2024-04-16T06:58:36.256Z] [INFO] Tycho Mode:     extension
02:58:36 [2024-04-16T06:58:36.256Z] [INFO] Tycho Builder:  maven
02:58:36 [2024-04-16T06:58:36.256Z] [INFO] Build Threads:  1
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] ------------------------------------------------------------------------
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] Reactor Build Order:
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] 
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] eclipse.jdt.debug                                                  [pom]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] [bundle] JDI Debug Model                                [eclipse-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] org.eclipse.jdt.launching.macosx                        [eclipse-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] org.eclipse.jdt.launching.ui.macosx                     [eclipse-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] org.eclipse.jdt.debug.ui                                [eclipse-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] org.eclipse.jdt.debug.tests                        [eclipse-test-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] org.eclipse.jdt.debug.jdi.tests                    [eclipse-test-plugin]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] 
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >-----------------
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] Building eclipse.jdt.debug 4.32.0-SNAPSHOT                         [1/8]
02:58:51 [2024-04-16T06:58:51.084Z] [INFO]   from pom.xml
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] --------------------------------[ pom ]---------------------------------
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] 
02:58:51 [2024-04-16T06:58:51.084Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.debug ---
02:58:51 [2024-04-16T06:58:51.339Z] [INFO] 
02:58:51 [2024-04-16T06:58:51.339Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.debug ---
02:58:52 [2024-04-16T06:58:52.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/saveproperties
02:58:52 [2024-04-16T06:58:52.264Z] [INFO] 
02:58:52 [2024-04-16T06:58:52.264Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.debug ---
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] 
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.debug ---
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/src/main/resources
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] 
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ eclipse.jdt.debug ---
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] 
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ eclipse.jdt.debug ---
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] 
02:58:52 [2024-04-16T06:58:52.824Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipse.jdt.debug ---
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] 
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug ---
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] 
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ eclipse.jdt.debug ---
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] 
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >----------------
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] Building [bundle] JDI Debug Model 3.21.400-SNAPSHOT                [2/8]
02:59:07 [2024-04-16T06:59:07.674Z] [INFO]   from org.eclipse.jdt.debug/.polyglot.META-INF
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:59:07 [2024-04-16T06:59:07.674Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@78865ca7
02:59:07 [2024-04-16T06:59:07.675Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
02:59:07 [2024-04-16T06:59:07.675Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/.m2/repository/.cache/tycho
02:59:07 [2024-04-16T06:59:07.675Z] [INFO]     Transport mode:         online
02:59:07 [2024-04-16T06:59:07.675Z] [INFO]     Http Transport type:    Java11Client
02:59:07 [2024-04-16T06:59:07.675Z] [INFO]     Update mode:            cache first
02:59:07 [2024-04-16T06:59:07.675Z] [INFO]     Minimum cache duration: 60 minutes
02:59:07 [2024-04-16T06:59:07.675Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
02:59:08 [2024-04-16T06:59:08.603Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:15 [2024-04-16T06:59:15.142Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:16 [2024-04-16T06:59:16.507Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:17 [2024-04-16T06:59:17.434Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:17 [2024-04-16T06:59:17.690Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:18 [2024-04-16T06:59:18.263Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:19 [2024-04-16T06:59:19.633Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:19 [2024-04-16T06:59:19.633Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:20 [2024-04-16T06:59:20.194Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
02:59:20 [2024-04-16T06:59:20.765Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:59:21 [2024-04-16T06:59:21.019Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
02:59:25 [2024-04-16T06:59:25.209Z] [INFO] 
02:59:25 [2024-04-16T06:59:25.209Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug ---
02:59:25 [2024-04-16T06:59:25.209Z] [INFO] 
02:59:25 [2024-04-16T06:59:25.209Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] The project's OSGi version is 3.21.400.v20240414-1129
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/saveproperties
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.470Z] [INFO] Resolving class path of [bundle] JDI Debug Model
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/jdi added.
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] Source directory: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/eval added.
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/src/main/resources
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/src/main/resources
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] 
02:59:28 [2024-04-16T06:59:28.725Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.debug ---
02:59:28 [2024-04-16T06:59:28.980Z] [INFO] Compiling 361 source files to /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240402-2140
02:59:35 [2024-04-16T06:59:35.607Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java:[128] 
02:59:35 [2024-04-16T06:59:35.607Z] 	* XXX: constants should be 'default' or 'final'. Where are these constants
02:59:35 [2024-04-16T06:59:35.607Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.607Z] XXX: constants should be 'default' or 'final'. Where are these constants
02:59:35 [2024-04-16T06:59:35.607Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/RemoteEvaluatorBuilder.java:[892] 
02:59:35 [2024-04-16T06:59:35.607Z] 	/* TODO: Make tricks here when we access fields where we have non-public access */
02:59:35 [2024-04-16T06:59:35.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.607Z] TODO: Make tricks here when we access fields where we have non-public access
02:59:35 [2024-04-16T06:59:35.607Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/RemoteEvaluatorBuilder.java:[1527] 
02:59:35 [2024-04-16T06:59:35.607Z] 	// TODO: Fix this to use same method as visit(FieldAccess)
02:59:35 [2024-04-16T06:59:35.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.607Z] TODO: Fix this to use same method as visit(FieldAccess)
02:59:35 [2024-04-16T06:59:35.607Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/Interpreter.java:[197] 
02:59:35 [2024-04-16T06:59:35.607Z] 	// XXX: exception
02:59:35 [2024-04-16T06:59:35.607Z] 	   ^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.607Z] XXX: exception
02:59:35 [2024-04-16T06:59:35.607Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java:[915] 
02:59:35 [2024-04-16T06:59:35.607Z] 	// TODO: remove this test when j9 solve its problem
02:59:35 [2024-04-16T06:59:35.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.607Z] TODO: remove this test when j9 solve its problem
02:59:35 [2024-04-16T06:59:35.607Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java:[1752] 
02:59:35 [2024-04-16T06:59:35.607Z] 	// TODO: remove the workaround when the J9SC20030415 bug is fixed (see
02:59:35 [2024-04-16T06:59:35.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.607Z] TODO: remove the workaround when the J9SC20030415 bug is fixed (see
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java:[1412] 
02:59:35 [2024-04-16T06:59:35.608Z] 	// TODO: how to inform the user that the VM doesn't manage
02:59:35 [2024-04-16T06:59:35.608Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO: how to inform the user that the VM doesn't manage
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java:[65] 
02:59:35 [2024-04-16T06:59:35.608Z] 	// FIXME: connectionLimit is not actually used in this class, but in the higher-level controller, SocketListenConnector.
02:59:35 [2024-04-16T06:59:35.608Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] FIXME: connectionLimit is not actually used in this class, but in the higher-level controller, SocketListenConnector.
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JavaDebugUtils.java:[147] 
02:59:35 [2024-04-16T06:59:35.608Z] 	// TODO: this may break fix to bug 21518
02:59:35 [2024-04-16T06:59:35.608Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO: this may break fix to bug 21518
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/ConditionalBreakpointHandler.java:[250] 
02:59:35 [2024-04-16T06:59:35.608Z] 	// TODO: timeout?
02:59:35 [2024-04-16T06:59:35.608Z] 	   ^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO: timeout?
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaClassPrepareBreakpoint.java:[131] 
02:59:35 [2024-04-16T06:59:35.608Z] 	// TODO: do we show anything for types already loaded?
02:59:35 [2024-04-16T06:59:35.608Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO: do we show anything for types already loaded?
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaExceptionBreakpoint.java:[787] 
02:59:35 [2024-04-16T06:59:35.608Z] 	* TODO: make API in future release.
02:59:35 [2024-04-16T06:59:35.608Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO: make API in future release.
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java:[134] 
02:59:35 [2024-04-16T06:59:35.608Z] 	* TODO investigate making this a synchronized collection, to remove all this copying
02:59:35 [2024-04-16T06:59:35.608Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO investigate making this a synchronized collection, to remove all this copying
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java:[458] 
02:59:35 [2024-04-16T06:59:35.608Z] 	//TODO investigate making fThreads be a synchronized collection, to remove all this copying
02:59:35 [2024-04-16T06:59:35.608Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO investigate making fThreads be a synchronized collection, to remove all this copying
02:59:35 [2024-04-16T06:59:35.608Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java:[194] 
02:59:35 [2024-04-16T06:59:35.608Z] 	// TODO: what about receiving type being the same?
02:59:35 [2024-04-16T06:59:35.608Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
02:59:35 [2024-04-16T06:59:35.608Z] TODO: what about receiving type being the same?
02:59:35 [2024-04-16T06:59:35.608Z] 15 problems (null, 15 warnings)
02:59:35 [2024-04-16T06:59:35.608Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.608Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.608Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.608Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.608Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.608Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/src/test/resources
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] 
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.debug ---
02:59:35 [2024-04-16T06:59:35.905Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT-sources.jar
02:59:36 [2024-04-16T06:59:36.162Z] [INFO] 
02:59:36 [2024-04-16T06:59:36.162Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug ---
02:59:36 [2024-04-16T06:59:36.162Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/jdimodel.jar
02:59:36 [2024-04-16T06:59:36.162Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT.jar
02:59:36 [2024-04-16T06:59:36.418Z] [INFO] 
02:59:36 [2024-04-16T06:59:36.418Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug ---
02:59:36 [2024-04-16T06:59:36.674Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.400-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/.polyglot.META-INF
02:59:36 [2024-04-16T06:59:36.674Z]     The main artifact has been replaced with the baseline version.
02:59:36 [2024-04-16T06:59:36.674Z]     The following attached artifacts have been replaced with the baseline version: [sources]
02:59:36 [2024-04-16T06:59:36.674Z] 
02:59:36 [2024-04-16T06:59:36.930Z] [INFO] 
02:59:36 [2024-04-16T06:59:36.930Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.debug ---
02:59:37 [2024-04-16T06:59:37.491Z] [INFO] No previous run data found, generating javadoc.
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.400-SNAPSHOT-javadoc.jar
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] 
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug ---
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] 
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.debug ---
02:59:49 [2024-04-16T06:59:49.703Z] [INFO] Resolve API baseline for org.eclipse.jdt:org.eclipse.jdt.debug:eclipse-plugin:3.21.400-SNAPSHOT with linux/gtk/x86_64
02:59:59 [2024-04-16T06:59:59.631Z] API Tools version: 1.3.400.v20240412-2336
02:59:59 [2024-04-16T06:59:59.631Z] Job Load Target Platform(24) scheduled...
02:59:59 [2024-04-16T06:59:59.631Z] Job Load Target Platform(24) aboutToRun...
02:59:59 [2024-04-16T06:59:59.631Z] Job Load Target Platform(24) running...
02:59:59 [2024-04-16T06:59:59.631Z] Job Updating workspace(6) scheduled...
02:59:59 [2024-04-16T06:59:59.631Z] Job Re-resolve Target state after VM-Install or EE change(25) scheduled...
02:59:59 [2024-04-16T06:59:59.631Z] Job Re-resolve Target state after VM-Install or EE change(25) done...
02:59:59 [2024-04-16T06:59:59.631Z] Job Re-resolve Target state after VM-Install or EE change(26) scheduled...
02:59:59 [2024-04-16T06:59:59.631Z] Job Update Installed JREs(27) scheduled...
02:59:59 [2024-04-16T06:59:59.631Z] Job Update Installed JREs(27) aboutToRun...
02:59:59 [2024-04-16T06:59:59.631Z] Job Update Installed JREs(27) running...
02:59:59 [2024-04-16T06:59:59.631Z] Job Update Installed JREs(27) done...
02:59:59 [2024-04-16T06:59:59.631Z] Job Synchronizing projects(28) scheduled...
02:59:59 [2024-04-16T06:59:59.631Z] Job Synchronizing projects(28) aboutToRun...
02:59:59 [2024-04-16T06:59:59.631Z] Job Synchronizing projects(28) running...
02:59:59 [2024-04-16T06:59:59.631Z] Job Synchronizing projects(28) done...
02:59:59 [2024-04-16T06:59:59.631Z] Job Re-resolve Target state after VM-Install or EE change(26) aboutToRun...
02:59:59 [2024-04-16T06:59:59.631Z] Job Re-resolve Target state after VM-Install or EE change(26) running...
02:59:59 [2024-04-16T06:59:59.906Z] Job Load Target Platform(24) done...
02:59:59 [2024-04-16T06:59:59.906Z] Job Updating workspace(6) aboutToRun...
02:59:59 [2024-04-16T06:59:59.906Z] Job Updating workspace(6) running...
02:59:59 [2024-04-16T06:59:59.906Z] Job Updating workspace(6) done...
02:59:59 [2024-04-16T06:59:59.906Z] Job Building(4) sleeping...
02:59:59 [2024-04-16T06:59:59.906Z] Job Re-resolve Target state after VM-Install or EE change(26) done...
02:59:59 [2024-04-16T06:59:59.906Z] Job Flushing content description cache.(11) scheduled...
02:59:59 [2024-04-16T06:59:59.906Z] Job Periodic workspace save.(7) scheduled...
02:59:59 [2024-04-16T06:59:59.906Z] Job Periodic workspace save.(7) aboutToRun...
02:59:59 [2024-04-16T06:59:59.906Z] Job Periodic workspace save.(7) running...
02:59:59 [2024-04-16T06:59:59.906Z] Job Periodic workspace save.(7) done...
02:59:59 [2024-04-16T06:59:59.906Z] Job Reporting encoding changes.(9) scheduled...
03:00:00 [2024-04-16T07:00:00.161Z] Job Updating workspace(6) scheduled...
03:00:00 [2024-04-16T07:00:00.161Z] Job Updating workspace(6) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) scheduled...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) running...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) scheduled...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) running...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) scheduled...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) running...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) scheduled...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) running...
03:00:00 [2024-04-16T07:00:00.416Z] Job Periodic workspace save.(7) scheduled...
03:00:00 [2024-04-16T07:00:00.416Z] Job Building(4) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Building(4) running...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) scheduled...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) running...
03:00:00 [2024-04-16T07:00:00.416Z] Job Updating index names(16) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Building(4) done...
03:00:00 [2024-04-16T07:00:00.416Z] Job Reporting encoding changes.(9) aboutToRun...
03:00:00 [2024-04-16T07:00:00.416Z] Job Reporting encoding changes.(9) running...
03:00:00 [2024-04-16T07:00:00.707Z] Job Sending build events with disabled autobuild(5) scheduled...
03:00:01 [2024-04-16T07:00:01.005Z] Job Java indexing... (36) scheduled...
03:00:01 [2024-04-16T07:00:01.005Z] Job Java indexing... (36) aboutToRun...
03:00:01 [2024-04-16T07:00:01.005Z] Job Java indexing... (36) running...
03:00:02 [2024-04-16T07:00:02.966Z] Job Reporting encoding changes.(9) done...
03:00:02 [2024-04-16T07:00:02.966Z] Job Flushing content description cache.(11) aboutToRun...
03:00:02 [2024-04-16T07:00:02.966Z] Job Flushing content description cache.(11) running...
03:00:02 [2024-04-16T07:00:02.966Z] Job Updating workspace(6) scheduled...
03:00:02 [2024-04-16T07:00:02.966Z] Job Updating workspace(6) done...
03:00:02 [2024-04-16T07:00:02.966Z] Job Flushing content description cache.(11) done...
03:00:02 [2024-04-16T07:00:02.966Z] Job Sending build events with disabled autobuild(5) aboutToRun...
03:00:02 [2024-04-16T07:00:02.966Z] Job Sending build events with disabled autobuild(5) running...
03:00:02 [2024-04-16T07:00:02.966Z] Job Sending build events with disabled autobuild(5) done...
03:00:02 [2024-04-16T07:00:02.966Z] Project component was found
03:00:02 [2024-04-16T07:00:02.966Z] ==== [bundle] JDI Debug Model - baseline ====
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.commands 3.12.0 -- org.eclipse.core.commands-3.12.0.v20240214-1640.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.common 3.19.0 -- org.eclipse.equinox.common-3.19.0.v20240214-0846.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.commands.source 3.12.0 -- org.eclipse.core.commands.source-3.12.0.v20240214-1640.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.contenttype 3.9.300 -- org.eclipse.core.contenttype-3.9.300.v20231218-0909.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.preferences 3.11.0 -- org.eclipse.equinox.preferences-3.11.0.v20240210-0844.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.registry 3.12.0 -- org.eclipse.equinox.registry-3.12.0.v20240213-1057.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.expressions 3.9.300 -- org.eclipse.core.expressions-3.9.300.v20240207-1044.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.runtime 3.31.0 -- org.eclipse.core.runtime-3.31.0.v20240215-1631.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.expressions.source 3.9.300 -- org.eclipse.core.expressions.source-3.9.300.v20240207-1044.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.filesystem 1.10.300 -- org.eclipse.core.filesystem-1.10.300.v20240124-1325.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.jobs 3.15.200 -- org.eclipse.core.jobs-3.15.200.v20231214-1526.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.resources 3.20.100 -- org.eclipse.core.resources-3.20.100.v20240209-1706.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.resources.source 3.20.100 -- org.eclipse.core.resources.source-3.20.100.v20240209-1706.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.app 1.7.0 -- org.eclipse.equinox.app-1.7.0.v20240213-1427.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.runtime.source 3.31.0 -- org.eclipse.core.runtime.source-3.31.0.v20240215-1631.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.core.variables 3.6.300 -- org.eclipse.core.variables-3.6.300.v20231214-1012.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.debug.core 3.21.300 -- org.eclipse.debug.core-3.21.300.v20240109-1022.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.app.source 1.7.0 -- org.eclipse.equinox.app.source-1.7.0.v20240213-1427.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.common.source 3.19.0 -- org.eclipse.equinox.common.source-3.19.0.v20240214-0846.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.osgi.service.prefs 1.1.2 -- org.osgi.service.prefs-1.1.2.202109301733.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.preferences.source 3.11.0 -- org.eclipse.equinox.preferences.source-3.11.0.v20240210-0844.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.equinox.registry.source 3.12.0 -- org.eclipse.equinox.registry.source-3.12.0.v20240213-1057.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.jdt.core 3.37.0 -- org.eclipse.jdt.core-3.37.0.v20240215-1452.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.text 3.14.0 -- org.eclipse.text-3.14.0.v20240207-1054.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.jdt.core.compiler.batch 3.37.0 -- org.eclipse.jdt.core.compiler.batch-3.37.0.v20240215-1558.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.jdt.core.source 3.37.0 -- org.eclipse.jdt.core.source-3.37.0.v20240215-1452.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.jdt.core.compiler.batch.source 3.37.0 -- org.eclipse.jdt.core.compiler.batch.source-3.37.0.v20240215-1558.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.jdt.debug 3.21.300 -- org.eclipse.jdt.debug-3.21.300.v20240124-0949.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.osgi.source 3.19.0 -- org.eclipse.osgi.source-3.19.0.v20240213-1246.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.eclipse.text.source 3.14.0 -- org.eclipse.text.source-3.14.0.v20240207-1054.jar
03:00:02 [2024-04-16T07:00:02.966Z] org.osgi.service.prefs.source 1.1.2 -- org.osgi.service.prefs.source-1.1.2.202109301733.jar
03:00:02 [2024-04-16T07:00:02.966Z] System Component:
03:00:02 [2024-04-16T07:00:02.966Z] 	Version: JavaSE-21
03:00:02 [2024-04-16T07:00:02.966Z] 	Location: /opt/tools/java/openjdk/jdk-21/21.0.2
03:00:02 [2024-04-16T07:00:02.966Z] 	Execution Environment: JavaSE-21
03:00:08 [2024-04-16T07:00:08.305Z] Job Periodic workspace save.(7) done...
03:00:08 [2024-04-16T07:00:08.305Z] Job Sending build events with disabled autobuild(5) scheduled...
03:00:08 [2024-04-16T07:00:08.305Z] Job Sending build events with disabled autobuild(5) aboutToRun...
03:00:08 [2024-04-16T07:00:08.305Z] Job Sending build events with disabled autobuild(5) running...
03:00:08 [2024-04-16T07:00:08.305Z] Job Sending build events with disabled autobuild(5) done...
03:00:08 [2024-04-16T07:00:08.305Z] Job Registry event dispatcher(41) scheduled...
03:00:08 [2024-04-16T07:00:08.305Z] Job Registry event dispatcher(41) aboutToRun...
03:00:08 [2024-04-16T07:00:08.305Z] Job Registry event dispatcher(41) running...
03:00:08 [2024-04-16T07:00:08.305Z] Job Registry event dispatcher(41) done...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) scheduled...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) aboutToRun...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) running...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) done...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) scheduled...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) aboutToRun...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) running...
03:00:08 [2024-04-16T07:00:08.560Z] Job Updating index names(16) done...
03:00:08 [2024-04-16T07:00:08.560Z] Job Java indexing... 382 files to index (/opt/tools/java/openjdk/jdk-21/21.0.2/lib/jrt-fs.jar)(36) done...
03:00:09 [2024-04-16T07:00:09.119Z] Job Compacting resource model(14) done...
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] API Analysis finished in 20 s.
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] 0 API ERRORS
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] 0 API warnings
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >--------------
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] Building org.eclipse.jdt.launching 3.21.200-SNAPSHOT               [3/8]
03:00:09 [2024-04-16T07:00:09.119Z] [INFO]   from org.eclipse.jdt.launching/pom.xml
03:00:09 [2024-04-16T07:00:09.119Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] The project's OSGi version is 3.21.200.v20240416-0657
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/saveproperties
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.375Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] Resolving class path of org.eclipse.jdt.launching
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/src/main/resources
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/src/main/resources
03:00:09 [2024-04-16T07:00:09.631Z] [INFO] 
03:00:09 [2024-04-16T07:00:09.631Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.launching ---
03:00:09 [2024-04-16T07:00:09.631Z] [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240402-2140
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaFxLibraryResolver.java:[58] 
03:00:11 [2024-04-16T07:00:11.050Z] 	* TODO: We don't know if JavaSE-9 will ship JavaFX in the ext folder as well. If yes, then we have to use something like
03:00:11 [2024-04-16T07:00:11.050Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO: We don't know if JavaSE-9 will ship JavaFX in the ext folder as well. If yes, then we have to use something like
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMDebugger.java:[578] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// XXX: Revisit - allows us to put a quote (") around the classpath
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] XXX: Revisit - allows us to put a quote (") around the classpath
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.java:[348] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// XXX JDKs Javadoc specifies:
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] XXX JDKs Javadoc specifies:
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java:[464] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO: Bug 489207: Temporary workaround for Jigsaw-previews that don't declare a bootpath.
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO: Bug 489207: Temporary workaround for Jigsaw-previews that don't declare a bootpath.
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[324] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO: progress reporting?
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO: progress reporting?
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[456] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO: progress reporting?
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO: progress reporting?
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment.java:[388] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO: use safe runnable
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO: use safe runnable
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/ExecutionEnvironmentAnalyzer.java:[42] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// XXX: Note that this string is not yet standardized by OSGi, see http://wiki.osgi.org/wiki/Execution_Environment
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] XXX: Note that this string is not yet standardized by OSGi, see http://wiki.osgi.org/wiki/Execution_Environment
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport.java:[38] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO consider moving to LaunchingPlugin
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO consider moving to LaunchingPlugin
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport.java:[41] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO consider moving to LaunchingPlugin
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO consider moving to LaunchingPlugin
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/JDIHelpers.java:[159] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO consider ignoring DebugException for all IJDIHeloper methods
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO consider ignoring DebugException for all IJDIHeloper methods
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[87] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO review, this looks too complicated to add/remove java projects
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO review, this looks too complicated to add/remove java projects
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[149] 
03:00:11 [2024-04-16T07:00:11.050Z] 	// TODO decide what happens if the same location is associated with multiple package fragment roots
03:00:11 [2024-04-16T07:00:11.050Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.050Z] TODO decide what happens if the same location is associated with multiple package fragment roots
03:00:11 [2024-04-16T07:00:11.050Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[314] 
03:00:11 [2024-04-16T07:00:11.051Z] 	// TODO this can take significant time for large workspaces, consider running on multiple threads
03:00:11 [2024-04-16T07:00:11.051Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.051Z] TODO this can take significant time for large workspaces, consider running on multiple threads
03:00:11 [2024-04-16T07:00:11.051Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java:[367] 
03:00:11 [2024-04-16T07:00:11.051Z] 	// TODO: this test does not tell us if the bootpath entries are different (could still be
03:00:11 [2024-04-16T07:00:11.051Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.051Z] TODO: this test does not tell us if the bootpath entries are different (could still be
03:00:11 [2024-04-16T07:00:11.051Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java:[1217] 
03:00:11 [2024-04-16T07:00:11.051Z] 	// TODO: revisit to examine other possible solutions
03:00:11 [2024-04-16T07:00:11.051Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.051Z] TODO: revisit to examine other possible solutions
03:00:11 [2024-04-16T07:00:11.051Z] [WARNING] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/environments/ExecutionEnvironmentDescription.java:[312] 
03:00:11 [2024-04-16T07:00:11.051Z] 	value = resolveHome(value, eeHome); // TODO: remove once getProperties() has been removed
03:00:11 [2024-04-16T07:00:11.051Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
03:00:11 [2024-04-16T07:00:11.051Z] TODO: remove once getProperties() has been removed
03:00:11 [2024-04-16T07:00:11.051Z] 19 problems (2 errors, 17 warnings)
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] 
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] Skipping org.eclipse.jdt.launching.macosx
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] This project has been banned from the build due to previous failures.
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] 
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] Skipping org.eclipse.jdt.launching.ui.macosx
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] This project has been banned from the build due to previous failures.
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] 
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] Skipping org.eclipse.jdt.debug.ui
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] This project has been banned from the build due to previous failures.
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] 
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] Skipping org.eclipse.jdt.debug.tests
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] This project has been banned from the build due to previous failures.
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------------------------------------------------------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] 
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests >-----------
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] Building org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT          [4/8]
03:00:11 [2024-04-16T07:00:11.051Z] [INFO]   from org.eclipse.jdt.debug.jdi.tests/pom.xml
03:00:11 [2024-04-16T07:00:11.051Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] The project's OSGi version is 1.1.100.v20240305-1342
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/saveproperties
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] --- toolchains:3.1.0:toolchain (default) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] Required toolchain: jdk [ id='JavaSE-21' ]
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-21/latest]
03:00:19 [2024-04-16T07:00:19.123Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.124Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.124Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.124Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.124Z] [INFO] Resolving class path of org.eclipse.jdt.debug.jdi.tests
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/src/main/resources
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/src/main/resources
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.378Z] [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/bin using Eclipse Compiler for Java(TM) 3.38.0.v20240402-2140
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/src/test/resources
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT-sources.jar
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT.jar
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] 
03:00:19 [2024-04-16T07:00:19.939Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:20 [2024-04-16T07:00:20.194Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:eclipse-test-plugin:1.1.100-SNAPSHOT
03:00:20 [2024-04-16T07:00:20.194Z] [INFO] 
03:00:20 [2024-04-16T07:00:20.194Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:20 [2024-04-16T07:00:20.194Z] [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/openjdk/jdk-21/latest]
03:00:20 [2024-04-16T07:00:20.455Z] [INFO] No previous run data found, generating javadoc.
03:00:27 [2024-04-16T07:00:27.108Z] [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT-javadoc.jar
03:00:27 [2024-04-16T07:00:27.108Z] [INFO] 
03:00:27 [2024-04-16T07:00:27.108Z] [INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.jdt.debug.jdi.tests ---
03:00:27 [2024-04-16T07:00:27.108Z] [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/work/data/.metadata/.log
03:00:27 [2024-04-16T07:00:27.108Z] [INFO] Command line:
03:00:27 [2024-04-16T07:00:27.108Z] 	[/opt/tools/java/openjdk/jdk-21/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Djava.security.manager=allow, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240330-1250/org.eclipse.equinox.launcher-1.6.800.v20240330-1250.jar, -data, /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/work/data, -install, /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/work, -configuration, /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.debug.jdi.tests/target/surefire.properties, -consoleLog]
03:00:27 [2024-04-16T07:00:27.108Z] WARNING: Using incubator modules: jdk.incubator.vector
03:00:29 [2024-04-16T07:00:29.026Z] Running org.eclipse.debug.jdi.tests.AutomatedSuite
03:04:50 [2024-04-16T07:04:50.448Z] "foobar"
03:05:12 [2024-04-16T07:05:12.326Z] Tests run: 256, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 282.9 s -- in org.eclipse.debug.jdi.tests.AutomatedSuite
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.AccessibleTest.testJDIIsPublic -- Time elapsed: 0.317 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.AccessibleTest.testJDIIsPrivate -- Time elapsed: 0.252 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.AccessibleTest.testJDIIsProtected -- Time elapsed: 0.253 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.AccessibleTest.testJDIIsPackagePrivate -- Time elapsed: 0.254 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayReferenceTest.testJDILength -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayReferenceTest.testJDIGetSetValue -- Time elapsed: 0.257 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayReferenceTest.testJDIGetSetDoubleValue -- Time elapsed: 0.257 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.testJDINewInstance -- Time elapsed: 0.251 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.testJDIComponentTypeName -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.testJDIComponentType -- Time elapsed: 0.252 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.testJDIComponentSignature -- Time elapsed: 0.249 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.BooleanValueTest.testJDIValue -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.BooleanValueTest.testJDIEquality -- Time elapsed: 0.253 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.BreakpointRequestTest.testJDILocation -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ByteValueTest.testJDIValue -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ByteValueTest.testJDIEquality -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.CharValueTest.testJDIValue -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.CharValueTest.testJDIEquality -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassLoaderReferenceTest.testJDIDefinedClasses -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassLoaderReferenceTest.testJDIVisibleClasses -- Time elapsed: 0.249 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassPrepareEventTest.testJDIThread -- Time elapsed: 2.251 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassPrepareEventTest.testJDIReferenceType -- Time elapsed: 2.252 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassPrepareRequestTest.testJDIAddClassExclusionFilterString -- Time elapsed: 2.256 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassPrepareRequestTest.testJDIAddClassFilterString -- Time elapsed: 33.27 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDINewInstance -- Time elapsed: 2.248 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIMethods -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDISubclasses -- Time elapsed: 0.272 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIInvokeMethodFail -- Time elapsed: 1.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIAllMethods -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDISuperclass -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIInterfaces -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIAllFields -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIConcreteMethodByName -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDISetValue -- Time elapsed: 0.248 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIMethodByNameAndSignature -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIInvokeMethod -- Time elapsed: 1.248 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIAllInterfaces -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDIMethodByName -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ClassTypeTest.testJDILocationsOfLine -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.DoubleValueTest.testJDIValue -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.DoubleValueTest.testJDIEquality -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIThreadStartRequest -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIThreadDeathRequest -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIBreakpointRequest -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIClassUnloadRequest -- Time elapsed: 0.249 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIExceptionRequest -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIModificationWatchpointRequest -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIClassPrepareRequest -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIStepRequest -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.testJDIAccessWatchpointRequest -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestTest.testJDIEnable -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestTest.testJDIProperties -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventRequestTest.testJDISuspendPolicy -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.EventTest.testJDIRequest -- Time elapsed: 5.257 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ExceptionEventTest.testJDIThread -- Time elapsed: 1.252 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ExceptionEventTest.testJDICatchLocation -- Time elapsed: 1.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ExceptionEventTest.testJDIException -- Time elapsed: 1.248 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.ExceptionRequestTest.testJDIException -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.FieldTest.testJDITypeName -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.FieldTest.testJDIIsVolatile -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.FieldTest.testJDIIsTransient -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.FieldTest.testJDIEquality -- Time elapsed: 0.253 s
03:05:12 [2024-04-16T07:05:12.326Z] org.eclipse.debug.jdi.tests.FieldTest.testJDIType -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.FloatValueTest.testJDIValue -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.FloatValueTest.testJDIEquality -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.HotCodeReplacementTest.testJDIUseCase1 -- Time elapsed: 2.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.IntegerValueTest.testJDIValue -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.IntegerValueTest.testJDIEquality -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.testJDIAllMethods -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.testJDISubinterfaces -- Time elapsed: 0.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.testJDIAllFields -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.testJDIImplementors -- Time elapsed: 0.275 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.testJDISuperinterfaces -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDITypeName -- Time elapsed: 1.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDIIsArgument -- Time elapsed: 1.253 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDIEquality -- Time elapsed: 1.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDIIsVisible -- Time elapsed: 1.248 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDIName -- Time elapsed: 1.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDIType -- Time elapsed: 1.248 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocalVariableTest.testJDISignature -- Time elapsed: 1.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocatableTest.testJDILocation -- Time elapsed: 5.265 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocationTest.testJDIMethod -- Time elapsed: 1.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocationTest.testJDIEquality -- Time elapsed: 1.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocationTest.testJDICodeIndex -- Time elapsed: 1.242 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocationTest.testJDISourceName -- Time elapsed: 1.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocationTest.testJDILineNumber -- Time elapsed: 1.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LocationTest.testJDIDeclaringType -- Time elapsed: 1.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LongValueTest.testJDIValue -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.LongValueTest.testJDIEquality -- Time elapsed: 0.248 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIMethodVariablesWithLong -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIVariablesByName -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIIsNative -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIArgumentTypes -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDILocationOfCodeIndex -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIBytecodes -- Time elapsed: 0.249 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIArguments -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIIsSynchronized -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDINativeMethodVariables -- Time elapsed: 0.248 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIReturnTypeName -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIEquality -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIIsConstructor -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIVariables -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIIsStaticInitializer -- Time elapsed: 0.240 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIIsAbstract -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIArgumentTypeNames -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDILocationsOfLine -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodTest.testJDIReturnType -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.testJDIWithThreadFilter -- Time elapsed: 2.252 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.testJDIWithoutFilter -- Time elapsed: 2.279 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.testJDIWithClassFilter1 -- Time elapsed: 2.253 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.testJDIWithClassFilter2 -- Time elapsed: 2.254 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.testJDIWithClassExclusionFilter -- Time elapsed: 2.258 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.testJDIWithThreadFilter -- Time elapsed: 2.252 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.testJDIWithoutFilter -- Time elapsed: 2.256 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.testJDIWithClassFilter1 -- Time elapsed: 2.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.testJDIWithClassFilter2 -- Time elapsed: 2.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.testJDIWithClassExclusionFilter -- Time elapsed: 2.256 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MirrorTest.testJDIVirtualMachine -- Time elapsed: 0.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.MirrorTest.testJDIToString -- Time elapsed: 0.253 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ModificationWatchpointEventTest.testJDIValueToBe -- Time elapsed: 1.256 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIUniqueID -- Time elapsed: 2.248 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIInvokeMethodFail -- Time elapsed: 3.250 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIEntryCount -- Time elapsed: 3.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIEquality -- Time elapsed: 2.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIWaitingThreads -- Time elapsed: 2.252 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIReferenceType -- Time elapsed: 2.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIOwningThread -- Time elapsed: 3.249 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIInvokeMethod -- Time elapsed: 3.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIGetSetValues -- Time elapsed: 2.257 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.testJDIDisableEnableCollection -- Time elapsed: 2.247 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDIShortValue -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDIByteValue -- Time elapsed: 0.240 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDIDoubleValue -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDIIntValue -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDIFloatValue -- Time elapsed: 0.240 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDIBooleanValue -- Time elapsed: 0.251 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDILongValue -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.testJDICharValue -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.327Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIIsVerified -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIIsInitialized -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIMethods -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIIsStatic -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIModifiers -- Time elapsed: 0.254 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIIsPrepared -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIAllMethods -- Time elapsed: 0.255 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIFields -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIVisibleFields -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDINestedTypes -- Time elapsed: 0.252 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIEquality -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIIsFinal -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIAllFields -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIClassLoader -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIClassObject -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIMethodsByName -- Time elapsed: 0.248 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIGetValue -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIFieldByName -- Time elapsed: 0.249 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIFailedToInitialize -- Time elapsed: 0.251 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIName -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIVisibleMethods -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIGetValues -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.testJDIIsAbstract -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ShortValueTest.testJDIValue -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ShortValueTest.testJDIEquality -- Time elapsed: 0.239 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDIThread -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDIEquality -- Time elapsed: 0.240 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDIThisObject -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDISetGetValue -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDILocation -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDIVisibleVariableByName -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StackFrameTest.testJDIVisibleVariables -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StepEventTest.testJDIVariousSteps -- Time elapsed: 12.27 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StepEventTest.testJDIThread -- Time elapsed: 2.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StepEventTest.testJDIClassFilter1 -- Time elapsed: 6.261 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StepEventTest.testJDIClassFilter2 -- Time elapsed: 4.252 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StepEventTest.testJDIClassExclusionFilter1 -- Time elapsed: 4.260 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StepEventTest.testJDIClassExclusionFilter2 -- Time elapsed: 4.255 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.StringReferenceTest.testJDIValue -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadDeathEventTest.testJDIThread -- Time elapsed: 3.261 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.testJDIParent -- Time elapsed: 1.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.testJDIThreadGroups -- Time elapsed: 1.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.testJDIThreads -- Time elapsed: 1.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.testJDIName -- Time elapsed: 1.248 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.testJDISuspendResume -- Time elapsed: 1.254 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIThreadGroup -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIPlatformThreadsOnlyFilter -- Time elapsed: 3.249 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIFrames -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIFrame -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIStatus -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIOwnedMonitors -- Time elapsed: 1.250 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIIsSuspended -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIFrameCount -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIIsAtBreakpoint -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIInterrupt -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIName -- Time elapsed: 0.248 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDIStop -- Time elapsed: 2.248 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDICurrentContendedMonitor -- Time elapsed: 0.251 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.testJDISuspendResume -- Time elapsed: 1.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ThreadStartEventTest.testJDIThread -- Time elapsed: 3.248 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeComponentTest.testJDIIsStatic -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeComponentTest.testJDIIsSynthetic -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeComponentTest.testJDIIsFinal -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeComponentTest.testJDIName -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeComponentTest.testJDISignature -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeComponentTest.testJDIDeclaringType -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeTest.testJDITypeName -- Time elapsed: 0.257 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.TypeTest.testJDISignature -- Time elapsed: 0.258 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.ValueTest.testJDIType -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.WatchpointEventTest.testJDIValueCurrent -- Time elapsed: 4.253 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.WatchpointEventTest.testJDIField -- Time elapsed: 4.258 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.WatchpointEventTest.testJDIObject -- Time elapsed: 4.262 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.WatchpointRequestTest.testJDIField -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.VirtualMachineExitTest.testJDIExit -- Time elapsed: 0.688 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.VMDisconnectEventTest.testJDIVMDeath -- Time elapsed: 0.511 s
03:05:12 [2024-04-16T07:05:12.328Z] org.eclipse.debug.jdi.tests.VMDisposeTest.testJDIVMDispose -- Time elapsed: 0.250 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstanceCountsNullAttrib -- Time elapsed: 0.266 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetReferringObjects -- Time elapsed: 1.262 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstanceCountsUnsupported -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetReferringObjectsUnsupported -- Time elapsed: 0.272 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetreferringObjectsNegativeMax -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testCanGetInstanceInfo -- Time elapsed: 0.243 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstanceCounts -- Time elapsed: 2.265 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstances -- Time elapsed: 2.261 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstancesUnsupported -- Time elapsed: 0.252 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstancesNegativeMax -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testCanGetClassFileVersion -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMinorVersion -- Time elapsed: 1.257 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMinorVersionUnsupported -- Time elapsed: 1.249 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPoolCountSupported -- Time elapsed: 1.248 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPoolSupported -- Time elapsed: 1.250 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMajorVersion -- Time elapsed: 1.249 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPool -- Time elapsed: 1.253 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testCanGetConstantPool -- Time elapsed: 0.239 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMajorVersionUnsupported -- Time elapsed: 1.245 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMajorVersionArrayType -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPoolCount -- Time elapsed: 1.247 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.SourceNameFilterTests.testCanUseSourceNameFilters -- Time elapsed: 0.245 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.SourceNameFilterTests.testAddSourceNameFilter -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetVoidMethodReturnValue -- Time elapsed: 0.258 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetBooleanMethodReturnValue -- Time elapsed: 0.252 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetStringMethodReturnValue -- Time elapsed: 0.246 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetIntMethodReturnValue -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetLongMethodReturnValue -- Time elapsed: 0.248 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testCanGetMethodReturnValues -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ForceEarlyReturnTests.testCanForceEarlyReturn -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ForceEarlyReturnTests.testForceEarlyReturnIntType -- Time elapsed: 0.257 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MonitorFrameInfoTests.testCanGetMonitorFrameInfo -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.MonitorFrameInfoTests.testOwnedMonitorsAndFrames -- Time elapsed: 0.247 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ProvideArgumentsTests.testGetArgumentValues -- Time elapsed: 0.253 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorContendedEnterRequests -- Time elapsed: 0.242 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorContendedEnteredRequests -- Time elapsed: 0.239 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorWaitRequest -- Time elapsed: 0.244 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorWaitedRequest -- Time elapsed: 0.241 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testCanRequestMonitorEvents -- Time elapsed: 0.253 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.VirtualThreadTest.testJDIPlatformThreadsOnlyFilter -- Time elapsed: 21.98 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.VirtualThreadTest.testJDIVirtualThread -- Time elapsed: 1.415 s
03:05:12 [2024-04-16T07:05:12.329Z] org.eclipse.debug.jdi.tests.VirtualThreadTest.testJDIThreadEvents -- Time elapsed: 4.373 s
03:05:12 [2024-04-16T07:05:12.329Z] 
03:05:12 [2024-04-16T07:05:12.329Z] Results:
03:05:12 [2024-04-16T07:05:12.329Z] 
03:05:12 [2024-04-16T07:05:12.329Z] Tests run: 256, Failures: 0, Errors: 0, Skipped: 0
03:05:12 [2024-04-16T07:05:12.329Z] 
03:05:12 [2024-04-16T07:05:12.585Z] [INFO] 
03:05:12 [2024-04-16T07:05:12.585Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.jdi.tests ---
03:05:12 [2024-04-16T07:05:12.585Z] [INFO] 
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.debug.jdi.tests ---
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] ------------------------------------------------------------------------
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] Reactor Summary:
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] 
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] eclipse.jdt.debug 4.32.0-SNAPSHOT .................. SUCCESS [ 14.278 s]
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] [bundle] JDI Debug Model 3.21.400-SNAPSHOT ......... SUCCESS [01:03 min]
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] org.eclipse.jdt.launching 3.21.200-SNAPSHOT ........ FAILURE [  1.812 s]
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] org.eclipse.jdt.launching.macosx 3.6.300-SNAPSHOT .. SKIPPED
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.4.300-SNAPSHOT SKIPPED
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] org.eclipse.jdt.debug.ui 3.13.400-SNAPSHOT ......... SKIPPED
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] org.eclipse.jdt.debug.tests 3.12.400-SNAPSHOT ...... SKIPPED
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT ... SUCCESS [05:01 min]
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] ------------------------------------------------------------------------
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] BUILD FAILURE
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] ------------------------------------------------------------------------
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] Total time:  06:39 min
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] Finished at: 2024-04-16T07:05:12Z
03:05:12 [2024-04-16T07:05:12.586Z] [INFO] ------------------------------------------------------------------------
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.7:compile (default-compile) on project org.eclipse.jdt.launching: Compilation failure: Compilation failure: 
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[199] 
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 	if (desc.indexOf(JavaCore.VERSION_23) != -1) {
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 	                          ^^^^^^^^^^
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] VERSION_23 cannot be resolved or is not a field
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] /home/jenkins/agent/workspace/eclipse.jdt.debug-github_master/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[200] 
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 	return JavaCore.VERSION_23;
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 	                ^^^^^^^^^^
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] VERSION_23 cannot be resolved or is not a field
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] -> [Help 1]
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] 
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR] After correcting the problems, you can resume the build with the command
03:05:12 [2024-04-16T07:05:12.586Z] [ERROR]   mvn <args> -rf :org.eclipse.jdt.launching
03:05:12 [2024-04-16T07:05:12.842Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
03:05:12 [2024-04-16T07:05:12.842Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
03:05:12 [2024-04-16T07:05:12.842Z] 	at java.base/java.lang.Thread.run(Thread.java:1583)
03:05:12 [2024-04-16T07:05:12.842Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
03:05:12 [2024-04-16T07:05:12.842Z] 	... 2 more
[Pipeline] }
03:05:13 [2024-04-16T07:05:13.774Z] Terminating xvnc.
03:05:19 [2024-04-16T07:05:19.150Z] 
03:05:19 [2024-04-16T07:05:19.150Z] Tue Apr 16 07:05:19 2024
03:05:19 [2024-04-16T07:05:19.150Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
03:05:19 [2024-04-16T07:05:19.150Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
03:05:19 [2024-04-16T07:05:19.766Z] Archiving artifacts
[Pipeline] junit
03:05:19 [2024-04-16T07:05:19.861Z] Recording test results
03:05:21 [2024-04-16T07:05:21.160Z] [GitHub Checks] GitHub check (name: Tests / Build, status: completed) has been published.
[Pipeline] discoverGitReferenceBuild
03:05:21 [2024-04-16T07:05:21.166Z] [ReferenceFinder] Configured reference job: 'eclipse.jdt.debug-github/master'
03:05:21 [2024-04-16T07:05:21.166Z] [ReferenceFinder] -> detected 19 commits in current branch (last one: 'b1507da')
03:05:21 [2024-04-16T07:05:21.166Z] [ReferenceFinder] -> adding 1 commits from build '#75' of reference job (last one: '5f79a07')
03:05:21 [2024-04-16T07:05:21.166Z] [ReferenceFinder] -> found a matching commit in current branch and target branch: '5f79a07'
03:05:21 [2024-04-16T07:05:21.166Z] [ReferenceFinder] -> found build '#75' in reference job with matching commits
03:05:21 [2024-04-16T07:05:21.166Z] [ReferenceFinder] Found reference build '#75' for target branch
[Pipeline] recordIssues
03:05:21 [2024-04-16T07:05:21.172Z] [Compiler and API Tools] Skipping execution of recorder since overall result is 'FAILURE'
[Pipeline] recordIssues
03:05:21 [2024-04-16T07:05:21.354Z] [JavaDoc] Skipping execution of recorder since overall result is 'FAILURE'
[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