Skip to content
Failed

Console Output

Push event to branch BETA_JAVA20
06:52:41 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 601a7c2a929b6bc38d91f3ebf81fce21ebb660d6
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-r9h0n is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6"
    jenkins/label: "centos-latest_centos-8"
  name: "centos-8-r9h0n"
  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-r9h0n"
    - 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-r9h0n"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jdt"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on centos-8-r9h0n in /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-jdt/eclipse.jdt.debug.git
 > git init /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20 # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.debug.git
 > git --version # timeout=10
 > git --version # 'git version 2.27.0'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.debug.git +refs/heads/BETA_JAVA20:refs/remotes/origin/BETA_JAVA20 # timeout=10
Avoid second fetch
Checking out Revision 601a7c2a929b6bc38d91f3ebf81fce21ebb660d6 (BETA_JAVA20)
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.debug.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/BETA_JAVA20:refs/remotes/origin/BETA_JAVA20 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 601a7c2a929b6bc38d91f3ebf81fce21ebb660d6 # timeout=10
Commit message: "[20] Add Execution Environment for JavaSE-20 (#180)"
 > git rev-list --no-walk ef786a296cd06cb273d56c77380b8f9bf86b7c64 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
06:53:09 [2023-01-27T11:53:09.990Z] $ pkill Xvnc
06:53:10 [2023-01-27T11:53:10.022Z] $ pkill Xrealvnc
06:53:10 [2023-01-27T11:53:10.038Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
06:53:25 [2023-01-27T11:53:25.474Z] [pse.jdt.debug-github_BETA_JAVA20] $ Xvnc -help
06:53:25 [2023-01-27T11:53:25.498Z] Starting xvnc
06:53:25 [2023-01-27T11:53:25.505Z] [pse.jdt.debug-github_BETA_JAVA20] $ Xvnc :33 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
06:53:25 [2023-01-27T11:53:25.520Z] 
06:53:25 [2023-01-27T11:53:25.520Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
06:53:25 [2023-01-27T11:53:25.520Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
06:53:25 [2023-01-27T11:53:25.520Z] See https://www.tigervnc.org for information on TigerVNC.
06:53:25 [2023-01-27T11:53:25.520Z] Underlying X server release 12011000, The X.Org Foundation
06:53:25 [2023-01-27T11:53:25.520Z] 
06:53:25 [2023-01-27T11:53:25.520Z] 
06:53:25 [2023-01-27T11:53:25.520Z] Fri Jan 27 11:53:25 2023
06:53:25 [2023-01-27T11:53:25.520Z]  vncext:      VNC extension running!
06:53:25 [2023-01-27T11:53:25.521Z]  vncext:      Listening for VNC connections on all interface(s), port 5933
06:53:25 [2023-01-27T11:53:25.521Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
06:53:25 [2023-01-27T11:53:25.928Z] + mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/.m2/repository -Pbuild-individual-bundles -Ptest-on-javase-19 -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false -Dproject.build.sourceEncoding=UTF-8 -DtrimStackTrace=false
06:53:26 [2023-01-27T11:53:26.192Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
06:53:26 [2023-01-27T11:53:26.192Z] Maven home: /opt/tools/apache-maven/latest
06:53:26 [2023-01-27T11:53:26.192Z] Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
06:53:26 [2023-01-27T11:53:26.192Z] Default locale: en_US, platform encoding: UTF-8
06:53:26 [2023-01-27T11:53:26.192Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
06:53:28 [2023-01-27T11:53:28.755Z] [INFO] Scanning for projects...
06:54:00 [2023-01-27T11:54:00.883Z] [INFO] Tycho Version:  4.0.0-SNAPSHOT
06:54:00 [2023-01-27T11:54:00.883Z] [INFO] Tycho Resolver: classic
06:54:00 [2023-01-27T11:54:00.883Z] [INFO] Tycho Mode:     project
06:54:32 [2023-01-27T11:54:32.997Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@90fec73...
06:54:32 [2023-01-27T11:54:32.998Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
06:54:32 [2023-01-27T11:54:32.998Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/.m2/repository/.cache/tycho
06:54:32 [2023-01-27T11:54:32.998Z] [INFO]     Transport mode:         online
06:54:32 [2023-01-27T11:54:32.998Z] [INFO]     Http Transport type:    Java11Client
06:54:32 [2023-01-27T11:54:32.998Z] [INFO]     Update mode:            cache first
06:54:32 [2023-01-27T11:54:32.998Z] [INFO]     Minimum cache duration: 60 minutes
06:54:32 [2023-01-27T11:54:32.998Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
06:54:32 [2023-01-27T11:54:32.998Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:38 [2023-01-27T11:54:38.287Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:40 [2023-01-27T11:54:40.197Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.22, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.22, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:42 [2023-01-27T11:54:42.102Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:42 [2023-01-27T11:54:42.363Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:44 [2023-01-27T11:54:44.272Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:44 [2023-01-27T11:54:44.840Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:46 [2023-01-27T11:54:46.218Z] [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.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:46 [2023-01-27T11:54:46.798Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:48 [2023-01-27T11:54:48.181Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true...
06:54:48 [2023-01-27T11:54:48.751Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.27-I-builds
06:54:50 [2023-01-27T11:54:50.718Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/pom.xml
06:54:50 [2023-01-27T11:54:50.718Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:50 [2023-01-27T11:54:50.718Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:50 [2023-01-27T11:54:50.718Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:50 [2023-01-27T11:54:50.980Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:50 [2023-01-27T11:54:50.980Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:50 [2023-01-27T11:54:50.980Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.275Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.19.900-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/pom.xml
06:54:54 [2023-01-27T11:54:54.275Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.276Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.276Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.276Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.276Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.276Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:54:54 [2023-01-27T11:54:54.276Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.27.0-SNAPSHOT/eclipse-sdk-prereqs-4.27.0-SNAPSHOT.target for environments=[macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@90fec73...
06:54:54 [2023-01-27T11:54:54.276Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 72.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.15.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 1.7.36, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 1.33, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.72.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.72, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:54:59 [2023-01-27T11:54:59.555Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = javax.el, Version = 3.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish.web, ArtifactId = javax.servlet.jsp, Version = 2.3.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.13, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:00 [2023-01-27T11:55:00.124Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.12.22, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.12.22, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.24.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:01 [2023-01-27T11:55:01.503Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:01 [2023-01-27T11:55:01.503Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:01 [2023-01-27T11:55:01.763Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 6.4.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:02 [2023-01-27T11:55:02.333Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.14.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.14.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.14.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:02 [2023-01-27T11:55:02.902Z] [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.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:02 [2023-01-27T11:55:02.902Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.9.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true...
06:55:03 [2023-01-27T11:55:03.471Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true...
06:55:03 [2023-01-27T11:55:03.731Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching.macosx/pom.xml
06:55:03 [2023-01-27T11:55:03.731Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:03 [2023-01-27T11:55:03.731Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching.ui.macosx/pom.xml
06:55:03 [2023-01-27T11:55:03.731Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:07 [2023-01-27T11:55:07.945Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.11.1900-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.tests/pom.xml
06:55:07 [2023-01-27T11:55:07.945Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:08 [2023-01-27T11:55:08.204Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:08 [2023-01-27T11:55:08.204Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:08 [2023-01-27T11:55:08.476Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:08 [2023-01-27T11:55:08.476Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:08 [2023-01-27T11:55:08.476Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.12.1000-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.ui/pom.xml
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/pom.xml
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.609Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] ------------------------------------------------------------------------
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] Reactor Build Order:
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] 
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] eclipse.jdt.debug                                                  [pom]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.debug                                   [eclipse-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.launching.macosx                        [eclipse-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.launching.ui.macosx                     [eclipse-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.debug.ui                                [eclipse-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.debug.tests                        [eclipse-test-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] org.eclipse.jdt.debug.jdi.tests                    [eclipse-test-plugin]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] 
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >-----------------
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] Building eclipse.jdt.debug 4.27.0-SNAPSHOT                         [1/8]
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] --------------------------------[ pom ]---------------------------------
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] 
06:55:16 [2023-01-27T11:55:16.610Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ eclipse.jdt.debug ---
06:55:16 [2023-01-27T11:55:16.890Z] [INFO] 
06:55:16 [2023-01-27T11:55:16.890Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ eclipse.jdt.debug ---
06:55:17 [2023-01-27T11:55:17.149Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/saveproperties
06:55:17 [2023-01-27T11:55:17.149Z] [INFO] 
06:55:17 [2023-01-27T11:55:17.149Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/src/main/resources
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.355Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.356Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-skip-api-analysis) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] Executing tasks
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] Executed tasks
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] --- tycho-dependency-tools-plugin:4.0.0-SNAPSHOT:list-dependencies (list-dependencies) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] Execution was skipped
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (api-analysis) @ eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] Execution was skipped
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >----------------
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] Building org.eclipse.jdt.debug 3.20.100-SNAPSHOT                   [2/8]
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug ---
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] 
06:55:21 [2023-01-27T11:55:21.929Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] The project's OSGi version is 3.20.100.v20221212-0843
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/saveproperties
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.220Z] [INFO] Resolving class path of org.eclipse.jdt.debug...
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/src/main/resources
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug ---
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/src/main/resources
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] 
06:55:25 [2023-01-27T11:55:25.479Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug ---
06:55:26 [2023-01-27T11:55:26.047Z] [INFO] Compiling 361 source files to /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/target/classes
06:55:36 [2023-01-27T11:55:36.136Z] [INFO] 
06:55:36 [2023-01-27T11:55:36.136Z] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug ---
06:55:36 [2023-01-27T11:55:36.136Z] [INFO] 
06:55:36 [2023-01-27T11:55:36.136Z] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug ---
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] 
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug ---
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/src/test/resources
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] 
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.debug ---
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] 
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug ---
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] 
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug ---
06:55:38 [2023-01-27T11:55:38.722Z] [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.20.100-SNAPSHOT-sources.jar
06:55:39 [2023-01-27T11:55:39.021Z] [INFO] 
06:55:39 [2023-01-27T11:55:39.021Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug ---
06:55:39 [2023-01-27T11:55:39.589Z] [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/jdimodel.jar
06:55:39 [2023-01-27T11:55:39.589Z] [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.20.100-SNAPSHOT.jar
06:55:39 [2023-01-27T11:55:39.848Z] [INFO] 
06:55:39 [2023-01-27T11:55:39.848Z] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug ---
06:55:39 [2023-01-27T11:55:39.848Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.20.100-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/pom.xml
06:55:39 [2023-01-27T11:55:39.848Z] [INFO] 
06:55:39 [2023-01-27T11:55:39.848Z] [INFO] --- tycho-p2-extras-plugin:4.0.0-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug ---
06:55:40 [2023-01-27T11:55:40.108Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.26/R-4.26-202211231800
06:55:40 [2023-01-27T11:55:40.677Z] [INFO] 
06:55:40 [2023-01-27T11:55:40.677Z] [INFO] --- maven-antrun-plugin:3.1.0:run (check-skip-api-analysis) @ org.eclipse.jdt.debug ---
06:55:40 [2023-01-27T11:55:40.677Z] [INFO] Executing tasks
06:55:40 [2023-01-27T11:55:40.677Z] [INFO] Executed tasks
06:55:40 [2023-01-27T11:55:40.677Z] [INFO] 
06:55:40 [2023-01-27T11:55:40.677Z] [INFO] --- tycho-dependency-tools-plugin:4.0.0-SNAPSHOT:list-dependencies (list-dependencies) @ org.eclipse.jdt.debug ---
06:55:40 [2023-01-27T11:55:40.936Z] [INFO] 
06:55:40 [2023-01-27T11:55:40.936Z] [INFO] --- tycho-eclipserun-plugin:4.0.0-SNAPSHOT:eclipse-run (api-analysis) @ org.eclipse.jdt.debug ---
06:55:47 [2023-01-27T11:55:47.524Z] [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest]
06:55:47 [2023-01-27T11:55:47.524Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/apiAnalyzer-workspace/data/.metadata/.log
06:55:47 [2023-01-27T11:55:47.524Z] [INFO] Command line:
06:55:47 [2023-01-27T11:55:47.524Z] 	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Xmx2048M, -Dp2.RepositoryPreferences.retryOnSocketTimeout=true, -Dp2.RepositoryPreferences.connectionRetryCount=3, -Dp2.RepositoryPreferences.connectionMsRetryDelay=500, -Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=10000, -jar, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/apiAnalyzer-workspace, -configuration, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/apiAnalyzer-workspace/configuration, -data, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/apiAnalyzer-workspace/data, -application, org.eclipse.pde.api.tools.apiAnalyzer, -project, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug, -baseline, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-apiBaseline.target, -dependencyList, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug/target/dependencies-list.txt, -failOnError]
06:56:44 [2023-01-27T11:56:44.043Z] 0 API ERRORS
06:56:44 [2023-01-27T11:56:44.043Z] 0 API warnings
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >--------------
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] Building org.eclipse.jdt.launching 3.19.900-SNAPSHOT               [3/8]
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] The project's OSGi version is 3.19.900.v20230127-1152
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/saveproperties
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] Resolving class path of org.eclipse.jdt.launching...
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/src/main/resources
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/src/main/resources
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching ---
06:56:44 [2023-01-27T11:56:44.043Z] [INFO] Compiling 128 source files to /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/target/classes
06:56:44 [2023-01-27T11:56:44.998Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.998Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.998Z] [INFO] Skipping org.eclipse.jdt.launching.macosx
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] This project has been banned from the build due to previous failures.
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] Skipping org.eclipse.jdt.launching.ui.macosx
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] This project has been banned from the build due to previous failures.
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] Skipping org.eclipse.jdt.debug.ui
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] This project has been banned from the build due to previous failures.
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] Skipping org.eclipse.jdt.debug.tests
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] This project has been banned from the build due to previous failures.
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------------------------------------------------------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] 
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests >-----------
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] Building org.eclipse.jdt.debug.jdi.tests 1.0.0-SNAPSHOT            [4/8]
06:56:44 [2023-01-27T11:56:44.999Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
06:56:45 [2023-01-27T11:56:45.568Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.568Z] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] The project's OSGi version is 1.0.0.v20221212-0843
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (saveproperties) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/saveproperties
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- maven-toolchains-plugin:3.1.0:toolchain (default) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] Required toolchain: jdk [ id='JavaSE-19' ]
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-19/latest]
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- target-platform-configuration:4.0.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] 
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:45 [2023-01-27T11:56:45.569Z] [INFO] Resolving class path of org.eclipse.jdt.debug.jdi.tests...
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] 
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/src/main/resources
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] 
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] --- maven-resources-plugin:3.3.0:resources (filter-resources) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/src/main/resources
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] 
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] --- tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:46 [2023-01-27T11:56:46.964Z] [INFO] Compiling 96 source files to /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/bin
06:56:48 [2023-01-27T11:56:48.365Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/SourceNameFilterTests.java:[39] 
06:56:48 [2023-01-27T11:56:48.365Z] 	//TODO currently, as of 1.6 beta 2 this capability is disabled in 1.6 VMs, so lets make this test pass in that event
06:56:48 [2023-01-27T11:56:48.365Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.365Z] TODO currently, as of 1.6 beta 2 this capability is disabled in 1.6 VMs, so lets make this test pass in that event
06:56:48 [2023-01-27T11:56:48.365Z] 3. INFO in /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/MethodReturnValuesTests.java (at line 33)
06:56:48 [2023-01-27T11:56:48.365Z] 	@SuppressWarnings("restriction")
06:56:48 [2023-01-27T11:56:48.365Z] 	                  ^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.365Z] At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored
06:56:48 [2023-01-27T11:56:48.365Z] 4. INFO in /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java (at line 75)
06:56:48 [2023-01-27T11:56:48.365Z] 	@SuppressWarnings("restriction")
06:56:48 [2023-01-27T11:56:48.365Z] 	                  ^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored
06:56:48 [2023-01-27T11:56:48.366Z] 5. INFO in /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/AbstractJDITest.java (at line 163)
06:56:48 [2023-01-27T11:56:48.366Z] 	@SuppressWarnings("restriction")
06:56:48 [2023-01-27T11:56:48.366Z] 	                  ^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[58] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO ClassPrepareEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO ClassPrepareEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[59] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO ClassUnloadEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO ClassUnloadEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[60] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO ExceptionEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO ExceptionEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[70] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO StepEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO StepEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[71] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO ThreadEndEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO ThreadEndEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[72] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO ThreadStartEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO ThreadStartEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/EventTest.java:[73] 
06:56:48 [2023-01-27T11:56:48.366Z] 	// TODO VMDeathEvent
06:56:48 [2023-01-27T11:56:48.366Z] 	   ^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO VMDeathEvent
06:56:48 [2023-01-27T11:56:48.366Z] [WARNING] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ForceEarlyReturnTests.java:[88] 
06:56:48 [2023-01-27T11:56:48.366Z] 	//TODO make sure this works with the newest versions of the 1.6VM
06:56:48 [2023-01-27T11:56:48.366Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
06:56:48 [2023-01-27T11:56:48.366Z] TODO make sure this works with the newest versions of the 1.6VM
06:56:48 [2023-01-27T11:56:48.366Z] 14. INFO in /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java (at line 144)
06:56:48 [2023-01-27T11:56:48.366Z] 	assertFalse("1." + type.name() + ".3", type.equals(fVM));
06:56:48 [2023-01-27T11:56:48.366Z] 	                                                   ^^^
06:56:48 [2023-01-27T11:56:48.366Z] Unlikely argument type for equals(): VirtualMachine seems to be unrelated to ReferenceType
06:56:48 [2023-01-27T11:56:48.366Z] 14 problems (0 errors, 9 warnings, 5 infos)
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-ds-plugin:4.0.0-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-apitools-plugin:4.0.0-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] The project does not have an API Tools nature so a api_description file will not be generated
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/src/test/resources
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-source-plugin:4.0.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.0.0-SNAPSHOT-sources.jar
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-packaging-plugin:4.0.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] Building jar: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.0.0-SNAPSHOT.jar
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-p2-plugin:4.0.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] No baseline version MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/pom.xml
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] 
06:56:48 [2023-01-27T11:56:48.366Z] [INFO] --- tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) @ org.eclipse.jdt.debug.jdi.tests ---
06:56:48 [2023-01-27T11:56:48.627Z] [WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http 1.2.2.202109301733 to java.package; javax.servlet.http [2.1.0,3.0.0).; Unable to satisfy dependency from org.osgi.service.http.whiteboard 1.1.1.202109301733 to osgi.contract; (&(osgi.contract=JavaServlet)(version=3.1.0)).]
06:56:48 [2023-01-27T11:56:48.627Z] [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-19/latest]
06:56:48 [2023-01-27T11:56:48.924Z] [INFO] Executing test runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/work/data/.metadata/.log
06:56:48 [2023-01-27T11:56:48.924Z] [INFO] Command line:
06:56:48 [2023-01-27T11:56:48.924Z] 	[/opt/tools/java/openjdk/jdk-19/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -ea, -jar, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/work/data, -install, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/work, -configuration, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/surefire.properties, -consoleLog]
06:56:48 [2023-01-27T11:56:48.924Z] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.concurrent
06:56:54 [2023-01-27T11:56:54.305Z] Running org.eclipse.debug.jdi.tests.AutomatedSuite
06:58:45 [2023-01-27T11:58:45.796Z] Exception in thread "JDI Tests Event Reader" java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
06:58:45 [2023-01-27T11:58:45.796Z] 	at java.base/java.util.Vector.elementAt(Vector.java:466)
06:58:45 [2023-01-27T11:58:45.796Z] 	at org.eclipse.debug.jdi.tests.EventReader.readerLoop(EventReader.java:116)
06:58:45 [2023-01-27T11:58:45.796Z] 	at org.eclipse.debug.jdi.tests.AbstractReader$1.run(AbstractReader.java:44)
06:58:45 [2023-01-27T11:58:45.796Z] 	at java.base/java.lang.Thread.run(Thread.java:1589)
06:59:00 [2023-01-27T11:59:00.691Z] Error during tear down:
06:59:00 [2023-01-27T11:59:00.691Z] java.lang.Error: Target program was not ready after 10000ms
06:59:00 [2023-01-27T11:59:00.691Z] 	at org.eclipse.debug.jdi.tests.AbstractJDITest.waitUntilReady(AbstractJDITest.java:1544)
06:59:00 [2023-01-27T11:59:00.691Z] 	at org.eclipse.debug.jdi.tests.MethodEntryRequestTest.localTearDown(MethodEntryRequestTest.java:42)
06:59:00 [2023-01-27T11:59:00.691Z] 	at org.eclipse.debug.jdi.tests.AbstractJDITest.tearDown(AbstractJDITest.java:1336)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestCase.runBare(TestCase.java:147)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestResult.run(TestResult.java:125)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestCase.run(TestCase.java:130)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestSuite.runTest(TestSuite.java:241)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestSuite.run(TestSuite.java:236)
06:59:00 [2023-01-27T11:59:00.691Z] 	at junit.framework.TestSuite.runTest(TestSuite.java:241)
06:59:00 [2023-01-27T11:59:00.692Z] 	at junit.framework.TestSuite.run(TestSuite.java:236)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
06:59:00 [2023-01-27T11:59:00.692Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
06:59:00 [2023-01-27T11:59:00.692Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
06:59:00 [2023-01-27T11:59:00.692Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
06:59:00 [2023-01-27T11:59:00.692Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
06:59:00 [2023-01-27T11:59:00.692Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
07:01:37 [2023-01-27T12:01:37.195Z] "foobar"
07:02:03 [2023-01-27T12:02:03.747Z] Tests run: 256, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 306.731 s <<< FAILURE! - in org.eclipse.debug.jdi.tests.AutomatedSuite
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.AccessibleTest.com.sun.jdi.Accessible  Time elapsed: 1.43 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.AccessibleTest.com.sun.jdi.Accessible  Time elapsed: 0.265 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.AccessibleTest.com.sun.jdi.Accessible  Time elapsed: 0.266 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.AccessibleTest.com.sun.jdi.Accessible  Time elapsed: 0.269 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayReferenceTest.com.sun.jdi.ArrayReference  Time elapsed: 0.263 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayReferenceTest.com.sun.jdi.ArrayReference  Time elapsed: 0.269 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayReferenceTest.com.sun.jdi.ArrayReference  Time elapsed: 0.276 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.com.sun.jdi.ArrayType  Time elapsed: 0.276 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.com.sun.jdi.ArrayType  Time elapsed: 0.257 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.com.sun.jdi.ArrayType  Time elapsed: 0.261 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ArrayTypeTest.com.sun.jdi.ArrayType  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.BooleanValueTest.com.sun.jdi.BooleanValue  Time elapsed: 0.247 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.BooleanValueTest.com.sun.jdi.BooleanValue  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.BreakpointRequestTest.com.sun.jdi.request.BreakpointRequest  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ByteValueTest.com.sun.jdi.ByteValue  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ByteValueTest.com.sun.jdi.ByteValue  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.CharValueTest.com.sun.jdi.CharValue  Time elapsed: 0.26 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.CharValueTest.com.sun.jdi.CharValue  Time elapsed: 0.245 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ClassLoaderReferenceTest.com.sun.jdi.ClassLoaderReference  Time elapsed: 0.259 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ClassLoaderReferenceTest.com.sun.jdi.ClassLoaderReference  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.747Z] org.eclipse.debug.jdi.tests.ClassPrepareEventTest.com.sun.jdi.event.ClassPrepareEvent  Time elapsed: 2.259 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassPrepareEventTest.com.sun.jdi.event.ClassPrepareEvent  Time elapsed: 2.257 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassPrepareRequestTest.com.sun.jdi.request.ClassPrepareRequest  Time elapsed: 2.269 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassPrepareRequestTest.com.sun.jdi.request.ClassPrepareRequest  Time elapsed: 33.295 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 2.259 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.304 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 1.26 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.267 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.257 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 1.254 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.26 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ClassTypeTest.com.sun.jdi.ClassType  Time elapsed: 0.257 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.DoubleValueTest.com.sun.jdi.DoubleValue  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.DoubleValueTest.com.sun.jdi.DoubleValue  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.256 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.264 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.248 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.261 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestManagerTest.com.sun.jdi.request.EventRequestManager  Time elapsed: 0.259 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestTest.com.sun.jdi.request.EventRequest  Time elapsed: 0.26 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestTest.com.sun.jdi.request.EventRequest  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventRequestTest.com.sun.jdi.request.EventRequest  Time elapsed: 0.265 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.EventTest.com.sun.jdi.event.Event  Time elapsed: 5.274 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ExceptionEventTest.com.sun.jdi.event.ExceptionEvent  Time elapsed: 1.265 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ExceptionEventTest.com.sun.jdi.event.ExceptionEvent  Time elapsed: 1.256 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ExceptionEventTest.com.sun.jdi.event.ExceptionEvent  Time elapsed: 1.254 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.ExceptionRequestTest.com.sun.jdi.request.ExceptionRequest  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FieldTest.com.sun.jdi.Field  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FieldTest.com.sun.jdi.Field  Time elapsed: 0.26 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FieldTest.com.sun.jdi.Field  Time elapsed: 0.257 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FieldTest.com.sun.jdi.Field  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FieldTest.com.sun.jdi.Field  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FloatValueTest.com.sun.jdi.FloatType  Time elapsed: 0.243 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.FloatValueTest.com.sun.jdi.FloatType  Time elapsed: 0.257 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.HotCodeReplacementTest.Hot code replacement extension to JDI (org.eclipse.jdi.hcr) tests  Time elapsed: 2.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.IntegerValueTest.com.sun.jdi.IntegerValue  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.IntegerValueTest.com.sun.jdi.IntegerValue  Time elapsed: 0.248 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.com.sun.jdi.InterfaceType  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.com.sun.jdi.InterfaceType  Time elapsed: 0.263 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.com.sun.jdi.InterfaceType  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.com.sun.jdi.InterfaceType  Time elapsed: 0.305 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.InterfaceTypeTest.com.sun.jdi.InterfaceType  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.258 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.258 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.261 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.26 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.249 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.26 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocalVariableTest.com.sun.jdi.LocalVariable  Time elapsed: 1.246 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocatableTest.com.sun.jdi.Locatable  Time elapsed: 5.278 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocationTest.com.sun.jdi.Location  Time elapsed: 1.248 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocationTest.com.sun.jdi.Location  Time elapsed: 1.252 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocationTest.com.sun.jdi.Location  Time elapsed: 1.27 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocationTest.com.sun.jdi.Location  Time elapsed: 1.245 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocationTest.com.sun.jdi.Location  Time elapsed: 1.27 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LocationTest.com.sun.jdi.Location  Time elapsed: 1.248 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LongValueTest.com.sun.jdi.LongValue  Time elapsed: 0.248 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.LongValueTest.com.sun.jdi.LongValue  Time elapsed: 0.243 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.247 s
07:02:03 [2023-01-27T12:02:03.748Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.246 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.244 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.248 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.244 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.241 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.244 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodTest.com.sun.jdi.Method  Time elapsed: 0.242 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.com.sun.jdi.MethodEntryRequest  Time elapsed: 2.262 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.com.sun.jdi.MethodEntryRequest  Time elapsed: 2.277 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.com.sun.jdi.MethodEntryRequest  Time elapsed: 20.27 s  <<< ERROR!
07:02:03 [2023-01-27T12:02:03.749Z] java.lang.Error: Target program was not ready after 10000ms
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.debug.jdi.tests.AbstractJDITest.waitUntilReady(AbstractJDITest.java:1544)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.debug.jdi.tests.AbstractJDITest.triggerAndWait(AbstractJDITest.java:1406)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.debug.jdi.tests.AbstractJDITest.triggerAndWait(AbstractJDITest.java:1364)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.debug.jdi.tests.MethodEntryRequestTest.testJDIWithClassFilter1(MethodEntryRequestTest.java:108)
07:02:03 [2023-01-27T12:02:03.749Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
07:02:03 [2023-01-27T12:02:03.749Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestCase.runTest(TestCase.java:177)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestCase.runBare(TestCase.java:142)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestResult.run(TestResult.java:125)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestCase.run(TestCase.java:130)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestSuite.runTest(TestSuite.java:241)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestSuite.run(TestSuite.java:236)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestSuite.runTest(TestSuite.java:241)
07:02:03 [2023-01-27T12:02:03.749Z] 	at junit.framework.TestSuite.run(TestSuite.java:236)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
07:02:03 [2023-01-27T12:02:03.749Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
07:02:03 [2023-01-27T12:02:03.749Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
07:02:03 [2023-01-27T12:02:03.749Z] 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
07:02:03 [2023-01-27T12:02:03.749Z] 	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
07:02:03 [2023-01-27T12:02:03.749Z] 	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
07:02:03 [2023-01-27T12:02:03.749Z] 
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.com.sun.jdi.MethodEntryRequest  Time elapsed: 2.269 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.com.sun.jdi.MethodEntryRequest  Time elapsed: 2.276 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.com.sun.jdi.MethodExitRequest  Time elapsed: 2.251 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.com.sun.jdi.MethodExitRequest  Time elapsed: 2.282 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.com.sun.jdi.MethodExitRequest  Time elapsed: 2.269 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.com.sun.jdi.MethodExitRequest  Time elapsed: 2.259 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MethodExitRequestTest.com.sun.jdi.MethodExitRequest  Time elapsed: 2.277 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MirrorTest.com.sun.jdi.Mirror  Time elapsed: 0.272 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.MirrorTest.com.sun.jdi.Mirror  Time elapsed: 0.26 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ModificationWatchpointEventTest.com.sun.jdi.event.ModificationWatchpointEvent  Time elapsed: 1.263 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 2.262 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 3.259 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 3.262 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 2.255 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 2.255 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 2.263 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 3.256 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 3.264 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 2.261 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.ObjectReferenceTest.com.sun.jdi.ObjectReference  Time elapsed: 2.262 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.247 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.245 s
07:02:03 [2023-01-27T12:02:03.749Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.243 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.246 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.PrimitiveValueTest.com.sun.jdi.PrimitiveValue  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.263 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.256 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.256 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.247 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.257 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.245 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.266 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ReferenceTypeTest.com.sun.jdi.ReferenceType  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ShortValueTest.com.sun.jdi.ShortValue  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ShortValueTest.com.sun.jdi.ShortValue  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.251 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.247 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StackFrameTest.com.sun.jdi.StackFrame  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StepEventTest.com.sun.jdi.event.StepEvent  Time elapsed: 12.271 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StepEventTest.com.sun.jdi.event.StepEvent  Time elapsed: 2.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StepEventTest.com.sun.jdi.event.StepEvent  Time elapsed: 6.266 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StepEventTest.com.sun.jdi.event.StepEvent  Time elapsed: 4.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StepEventTest.com.sun.jdi.event.StepEvent  Time elapsed: 4.26 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StepEventTest.com.sun.jdi.event.StepEvent  Time elapsed: 4.256 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.StringReferenceTest.com.sun.jdi.StringReference  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadDeathEventTest.com.sun.jdi.event.ThreadDeathEvent  Time elapsed: 3.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.com.sun.jdi.ThreadGroupReference  Time elapsed: 1.256 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.com.sun.jdi.ThreadGroupReference  Time elapsed: 1.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.com.sun.jdi.ThreadGroupReference  Time elapsed: 1.245 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.com.sun.jdi.ThreadGroupReference  Time elapsed: 1.258 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest.com.sun.jdi.ThreadGroupReference  Time elapsed: 1.253 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 3.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.248 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.246 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 1.246 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.256 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.245 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.246 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 2.248 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 0.268 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadReferenceTest.com.sun.jdi.ThreadReference  Time elapsed: 1.243 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ThreadStartEventTest.com.sun.jdi.event.ThreadStartEvent  Time elapsed: 3.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeComponentTest.com.sun.jdi.TypeComponent  Time elapsed: 0.243 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeComponentTest.com.sun.jdi.TypeComponent  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeComponentTest.com.sun.jdi.TypeComponent  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeComponentTest.com.sun.jdi.TypeComponent  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeComponentTest.com.sun.jdi.TypeComponent  Time elapsed: 0.244 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeComponentTest.com.sun.jdi.TypeComponent  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeTest.com.sun.jdi.Type  Time elapsed: 0.275 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.TypeTest.com.sun.jdi.Type  Time elapsed: 0.275 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.ValueTest.com.sun.jdi.Value  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.750Z] org.eclipse.debug.jdi.tests.WatchpointEventTest.com.sun.jdi.event.WatchpointEvent  Time elapsed: 4.264 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.WatchpointEventTest.com.sun.jdi.event.WatchpointEvent  Time elapsed: 4.272 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.WatchpointEventTest.com.sun.jdi.event.WatchpointEvent  Time elapsed: 4.274 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.WatchpointRequestTest.com.sun.jdi.request.WatchpointRequest  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.VirtualMachineExitTest.com.sun.jdi.VirtualMachine.exit(int)  Time elapsed: 0.697 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.VMDisconnectEventTest.com.sun.jdi.event.VMDeathEvent  Time elapsed: 0.507 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.VMDisposeTest.com.sun.jdi.VirtualMachine.dispose  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstanceCountsNullAttrib  Time elapsed: 0.244 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetReferringObjects  Time elapsed: 1.285 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstanceCountsUnsupported  Time elapsed: 0.256 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetReferringObjectsUnsupported  Time elapsed: 0.267 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetreferringObjectsNegativeMax  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testCanGetInstanceInfo  Time elapsed: 0.246 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstanceCounts  Time elapsed: 2.282 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstances  Time elapsed: 2.282 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstancesUnsupported  Time elapsed: 0.261 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.HeapWalkingTests.testGetInstancesNegativeMax  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testCanGetClassFileVersion  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMinorVersion  Time elapsed: 1.257 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMinorVersionUnsupported  Time elapsed: 1.257 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPoolCountSupported  Time elapsed: 1.256 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPoolSupported  Time elapsed: 1.259 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMajorVersion  Time elapsed: 1.259 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPool  Time elapsed: 1.264 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testCanGetConstantPool  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMajorVersionUnsupported  Time elapsed: 1.257 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testMajorVersionArrayType  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ConstantPoolTests.testConstantPoolCount  Time elapsed: 1.254 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.SourceNameFilterTests.testCanUseSourceNameFilters  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.SourceNameFilterTests.testAddSourceNameFilter  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetVoidMethodReturnValue  Time elapsed: 0.271 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetBooleanMethodReturnValue  Time elapsed: 0.262 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetStringMethodReturnValue  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetIntMethodReturnValue  Time elapsed: 0.267 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testGetLongMethodReturnValue  Time elapsed: 0.258 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodReturnValuesTests.testCanGetMethodReturnValues  Time elapsed: 0.254 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ForceEarlyReturnTests.testCanForceEarlyReturn  Time elapsed: 0.252 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ForceEarlyReturnTests.testForceEarlyReturnIntType  Time elapsed: 0.26 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MonitorFrameInfoTests.testCanGetMonitorFrameInfo  Time elapsed: 0.25 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MonitorFrameInfoTests.testOwnedMonitorsAndFrames  Time elapsed: 0.253 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ProvideArgumentsTests.testGetArgumentValues  Time elapsed: 0.264 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorContendedEnterRequests  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorContendedEnteredRequests  Time elapsed: 0.255 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorWaitRequest  Time elapsed: 0.244 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testMonitorWaitedRequest  Time elapsed: 0.249 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.ContendedMonitorTests.testCanRequestMonitorEvents  Time elapsed: 0.245 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.VirtualThreadTest.testJDIPlatformThreadsOnlyFilter  Time elapsed: 23.664 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.VirtualThreadTest.testJDIVirtualThread  Time elapsed: 1.688 s
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.VirtualThreadTest.testJDIThreadEvents  Time elapsed: 4.612 s
07:02:03 [2023-01-27T12:02:03.751Z] 
07:02:03 [2023-01-27T12:02:03.751Z] Results:
07:02:03 [2023-01-27T12:02:03.751Z] 
07:02:03 [2023-01-27T12:02:03.751Z] Errors: 
07:02:03 [2023-01-27T12:02:03.751Z] org.eclipse.debug.jdi.tests.MethodEntryRequestTest.com.sun.jdi.MethodEntryRequest
07:02:03 [2023-01-27T12:02:03.751Z]   Run 1: PASS
07:02:03 [2023-01-27T12:02:03.751Z]   Run 2: PASS
07:02:03 [2023-01-27T12:02:03.751Z]   Run 3: MethodEntryRequestTest.testJDIWithClassFilter1:108->AbstractJDITest.triggerAndWait:1364->AbstractJDITest.triggerAndWait:1406->AbstractJDITest.waitUntilReady:1544 » 
07:02:03 [2023-01-27T12:02:03.751Z]   Run 4: PASS
07:02:03 [2023-01-27T12:02:03.751Z]   Run 5: PASS
07:02:03 [2023-01-27T12:02:03.751Z] 
07:02:03 [2023-01-27T12:02:03.751Z] 
07:02:03 [2023-01-27T12:02:03.751Z] Tests run: 252, Failures: 0, Errors: 1, Skipped: 0
07:02:03 [2023-01-27T12:02:03.751Z] 
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] ------------------------------------------------------------------------
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] Reactor Summary:
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] 
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] eclipse.jdt.debug 4.27.0-SNAPSHOT .................. SUCCESS [  5.349 s]
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.debug 3.20.100-SNAPSHOT ............ SUCCESS [01:20 min]
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.launching 3.19.900-SNAPSHOT ........ FAILURE [  2.490 s]
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.launching.macosx 3.5.100-SNAPSHOT .. SKIPPED
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.3.100-SNAPSHOT SKIPPED
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.debug.ui 3.12.1000-SNAPSHOT ........ SKIPPED
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.debug.tests 3.11.1900-SNAPSHOT ..... SKIPPED
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.0.0-SNAPSHOT ..... FAILURE [05:17 min]
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] ------------------------------------------------------------------------
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] BUILD FAILURE
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] ------------------------------------------------------------------------
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] Total time:  08:33 min
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] Finished at: 2023-01-27T12:02:02Z
07:02:03 [2023-01-27T12:02:03.751Z] [INFO] ------------------------------------------------------------------------
07:02:03 [2023-01-27T12:02:03.751Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.0-SNAPSHOT:compile (default-compile) on project org.eclipse.jdt.launching: Compilation failure: Compilation failure: 
07:02:03 [2023-01-27T12:02:03.751Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java:[3370] 
07:02:03 [2023-01-27T12:02:03.751Z] [ERROR] 	} else if (javaVersion.startsWith(JavaCore.VERSION_20)
07:02:03 [2023-01-27T12:02:03.751Z] [ERROR] 	                                           ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.751Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.751Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java:[3371] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	&& (javaVersion.length() == JavaCore.VERSION_20.length() || javaVersion.charAt(JavaCore.VERSION_20.length()) == '.')) {
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                                     ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java:[3371] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	&& (javaVersion.length() == JavaCore.VERSION_20.length() || javaVersion.charAt(JavaCore.VERSION_20.length()) == '.')) {
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                                                                                        ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java:[3372] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	compliance = JavaCore.VERSION_20;
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                      ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java:[3374] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	compliance = JavaCore.VERSION_20; // use latest by default
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                      ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java:[853] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	if (version.startsWith(JavaCore.VERSION_20)) {
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                                ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/EECompilationParticipant.java:[241] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	} else if (version.startsWith(JavaCore.VERSION_20)) {
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                                       ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/EECompilationParticipant.java:[242] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	return JavaCore.VERSION_20;
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[201] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	if (desc.indexOf(JavaCore.VERSION_20) != -1) {
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                          ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[202] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	return JavaCore.VERSION_20;
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 	                ^^^^^^^^^^
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] VERSION_20 cannot be resolved or is not a field
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 10 problems (10 errors)
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] -> [Help 1]
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:4.0.0-SNAPSHOT:test (default-test) on project org.eclipse.jdt.debug.jdi.tests: There are test failures.
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] Please refer to /home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20/org.eclipse.jdt.debug.jdi.tests/target/surefire-reports for the individual test results.
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] -> [Help 1]
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] 
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR] After correcting the problems, you can resume the build with the command
07:02:03 [2023-01-27T12:02:03.752Z] [ERROR]   mvn <args> -rf :org.eclipse.jdt.launching
[Pipeline] }
07:02:04 [2023-01-27T12:02:04.077Z] Terminating xvnc.
07:02:09 [2023-01-27T12:02:09.368Z] 
07:02:09 [2023-01-27T12:02:09.369Z] Fri Jan 27 12:02:09 2023
07:02:09 [2023-01-27T12:02:09.369Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
07:02:09 [2023-01-27T12:02:09.369Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
07:02:22 [2023-01-27T12:02:22.166Z] Archiving artifacts
[Pipeline] scanForIssues
07:02:25 [2023-01-27T12:02:25.333Z] [Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
07:02:30 [2023-01-27T12:02:30.334Z] [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20')
07:02:30 [2023-01-27T12:02:30.357Z] [Java Compiler] Successfully parsed console log
07:02:30 [2023-01-27T12:02:30.357Z] [Java Compiler] -> found 18 issues (skipped 1 duplicate)
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Post processing issues on 'centos-8-r9h0n' with source code encoding 'UTF-8'
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20'
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] -> resolved paths in source directory (7 found, 0 not found)
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] -> resolved module names for 18 issues
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Resolving package names (or namespaces) by parsing the affected files
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] -> resolved package names of 7 affected files
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] No filter has been set, publishing all 18 issues
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] -> created fingerprints for 18 issues (skipped 0 issues)
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipse.jdt.debug-github/branches/BETA-JAVA20.38qpj5/builds/2/files-with-issues'
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] -> 7 copied, 0 not in workspace, 0 not-found, 0 with I/O error
07:02:44 [2023-01-27T12:02:44.498Z] [Java Compiler] Repository miner is not configured, skipping repository mining
[Pipeline] scanForIssues
07:02:44 [2023-01-27T12:02:44.501Z] [Maven] Sleeping for 5 seconds due to JENKINS-32191...
07:02:49 [2023-01-27T12:02:49.501Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20')
07:02:49 [2023-01-27T12:02:49.518Z] [Maven] -> found 18 issues (skipped 0 duplicates)
07:02:49 [2023-01-27T12:02:49.518Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20')
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] -> found 18 issues (skipped 0 duplicates)
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] Successfully parsed console log
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] -> found 18 issues (skipped 0 duplicates)
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/pse.jdt.debug-github_BETA_JAVA20')
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] Skipping post processing
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] No filter has been set, publishing all 18 issues
07:02:49 [2023-01-27T12:02:49.519Z] [Maven] Repository miner is not configured, skipping repository mining
[Pipeline] publishIssues
07:02:49 [2023-01-27T12:02:49.575Z] [Static Analysis] Reference build recorder is not configured
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] Obtaining reference build from same job (BETA_JAVA20)
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] Using reference build 'eclipse.jdt.debug-github/BETA_JAVA20 #1' to compute new, fixed, and outstanding issues
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] Issues delta (vs. reference build): outstanding: 27, new: 9, fixed: 1
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] No quality gates have been set - skipping
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] Health report is disabled - skipping
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] Created analysis result for 36 issues (found 9 new issues, fixed 1 issues)
07:02:49 [2023-01-27T12:02:49.576Z] [Static Analysis] Attaching ResultAction with ID 'analysis' to build 'eclipse.jdt.debug-github/BETA_JAVA20 #2'.
07:02:49 [2023-01-27T12:02:49.640Z] [Checks API] No suitable checks publisher found.
[Pipeline] junit
07:02:49 [2023-01-27T12:02:49.646Z] Recording test results
07:02:50 [2023-01-27T12:02:50.461Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE