Skip to content
Failed

Console Output

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

Running on centos-8-pzz2x in /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-jdt
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-jdt/eclipse.jdt.ui.git
 > git init /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23 # timeout=10
Fetching upstream changes from https://github.com/eclipse-jdt/eclipse.jdt.ui.git
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-jdt/eclipse.jdt.ui.git +refs/heads/BETA_JAVA23:refs/remotes/origin/BETA_JAVA23 # timeout=10
Avoid second fetch
Checking out Revision 7e1e78f0626fd92a82423cdaed705ce7cda3a1ba (BETA_JAVA23)
 > git config remote.origin.url https://github.com/eclipse-jdt/eclipse.jdt.ui.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/BETA_JAVA23:refs/remotes/origin/BETA_JAVA23 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e1e78f0626fd92a82423cdaed705ce7cda3a1ba # timeout=10
Commit message: "[23] Add AST level 23 to AST view"
 > git rev-list --no-walk 03e4d5e73855c1c0fc6e49ae17d5047ece6188c6 # timeout=10
[GitHub Checks] GitHub check (name: Jenkins, status: in_progress) has been published.
The recommended git tool is: git
using credential github-app-jdt
The recommended git tool is: git
using credential github-app-jdt
 > git rev-parse HEAD^{commit} # timeout=10
[GitCheckoutListener] Recording commits of 'git https://github.com/eclipse-jdt/eclipse.jdt.ui.git'
[GitCheckoutListener] Found previous build 'eclipse.jdt.ui-github/BETA_JAVA23 #4' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '03e4d5e'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '7e1e78f' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@142ff187' to render commit links
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 40 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
02:08:34 [2024-05-09T06:08:34.029Z] $ pkill Xvnc
02:08:34 [2024-05-09T06:08:34.044Z] $ pkill Xrealvnc
02:08:34 [2024-05-09T06:08:34.053Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
02:08:34 [2024-05-09T06:08:34.626Z] [clipse.jdt.ui-github_BETA_JAVA23] $ Xvnc -help
02:08:34 [2024-05-09T06:08:34.645Z] Starting xvnc
02:08:34 [2024-05-09T06:08:34.644Z] [clipse.jdt.ui-github_BETA_JAVA23] $ Xvnc :25 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
02:08:34 [2024-05-09T06:08:34.658Z] 
02:08:34 [2024-05-09T06:08:34.658Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
02:08:34 [2024-05-09T06:08:34.658Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
02:08:34 [2024-05-09T06:08:34.658Z] See https://www.tigervnc.org for information on TigerVNC.
02:08:34 [2024-05-09T06:08:34.658Z] Underlying X server release 12011000, The X.Org Foundation
02:08:34 [2024-05-09T06:08:34.658Z] 
02:08:34 [2024-05-09T06:08:34.658Z] 
02:08:34 [2024-05-09T06:08:34.658Z] Thu May  9 06:08:34 2024
02:08:34 [2024-05-09T06:08:34.658Z]  vncext:      VNC extension running!
02:08:34 [2024-05-09T06:08:34.658Z]  vncext:      Listening for VNC connections on all interface(s), port 5925
02:08:34 [2024-05-09T06:08:34.658Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
02:08:35 [2024-05-09T06:08:35.038Z] + mvn -U -e -DskipTests=false -Dmaven.repo.local=/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository clean verify --batch-mode --fail-at-end -Pbree-libs -Papi-check -Pjavadoc -Dmaven.test.failure.ignore=true -Dcompare-version-with-baselines.skip=false
02:08:35 [2024-05-09T06:08:35.039Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
02:08:35 [2024-05-09T06:08:35.039Z] Maven home: /opt/tools/apache-maven/latest
02:08:35 [2024-05-09T06:08:35.039Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
02:08:35 [2024-05-09T06:08:35.039Z] Default locale: en_US, platform encoding: UTF-8
02:08:35 [2024-05-09T06:08:35.039Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
02:08:40 [2024-05-09T06:08:40.313Z] [INFO] Error stacktraces are turned on.
02:08:40 [2024-05-09T06:08:40.313Z] [INFO] Scanning for projects...
02:08:45 [2024-05-09T06:08:45.560Z] [INFO] Tycho Version:  4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795)
02:08:45 [2024-05-09T06:08:45.560Z] [INFO] Tycho Mode:     extension
02:08:45 [2024-05-09T06:08:45.560Z] [INFO] Tycho Builder:  maven
02:08:45 [2024-05-09T06:08:45.560Z] [INFO] Build Threads:  1
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] ------------------------------------------------------------------------
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] Reactor Build Order:
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] eclipse.jdt.ui                                                     [pom]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [bundle] Java Code Manipulation Functionality           [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.junit.runtime                           [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.bcoview                                 [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [bundle] AST View Plug-in                               [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.junit4.runtime                          [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [bundle] Java Element View Plug-in                      [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.junit5.runtime                          [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [bundle] Java Development Tools JUnit core support      [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [bundle] Java Development Tools JUnit support           [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui.tests                           [eclipse-test-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.text.tests                         [eclipse-test-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui.tests.refactoring               [eclipse-test-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject                             [jar]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui.examples.projects                    [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui.unittest.junit                       [eclipse-plugin]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature              [eclipse-feature]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [feature] Java AST View                                [eclipse-feature]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [feature] Java Element View                            [eclipse-feature]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] [feature] Bytecode Outline View                        [eclipse-feature]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >--------------------
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] Building eclipse.jdt.ui 4.32.0-SNAPSHOT                           [1/21]
02:09:07 [2024-05-09T06:09:07.458Z] [INFO]   from pom.xml
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] --------------------------------[ pom ]---------------------------------
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.ui ---
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.ui ---
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/saveproperties
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.458Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.ui ---
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.ui ---
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/src/main/resources
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ eclipse.jdt.ui ---
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.ui ---
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] 
02:09:07 [2024-05-09T06:09:07.715Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipse.jdt.ui ---
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] 
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui ---
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] 
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ eclipse.jdt.ui ---
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] 
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >----------
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] Building [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT [2/21]
02:09:17 [2024-05-09T06:09:17.658Z] [INFO]   from org.eclipse.jdt.core.manipulation/.polyglot.META-INF
02:09:17 [2024-05-09T06:09:17.658Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:09:18 [2024-05-09T06:09:18.585Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, win32/win32/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@4808c603
02:09:18 [2024-05-09T06:09:18.585Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
02:09:18 [2024-05-09T06:09:18.585Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository/.cache/tycho
02:09:18 [2024-05-09T06:09:18.585Z] [INFO]     Transport mode:         online
02:09:18 [2024-05-09T06:09:18.585Z] [INFO]     Http Transport type:    Java11Client
02:09:18 [2024-05-09T06:09:18.585Z] [INFO]     Update mode:            forced
02:09:18 [2024-05-09T06:09:18.585Z] [INFO]     Minimum cache duration: 60 minutes
02:09:18 [2024-05-09T06:09:18.585Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
02:09:19 [2024-05-09T06:09:19.534Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 75.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-lang, ArtifactId = commons-lang, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.sshd, ArtifactId = sshd-osgi, Version = 2.12.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcutil-jdk18on, Version = 1.78.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:24 [2024-05-09T06:09:24.801Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:25 [2024-05-09T06:09:25.728Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:26 [2024-05-09T06:09:26.654Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:26 [2024-05-09T06:09:26.911Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.osgi, ArtifactId = org.osgi.annotation.bundle, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.annotation.versioning, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.contract, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.extender, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.namespace.service, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component.annotations, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.component, Version = 1.5.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.coordinator, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.device, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.event, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.http.whiteboard, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.log.stream, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype.annotations, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.metatype, Version = 1.4.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.prefs, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.provisioning, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.repository, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.upnp, Version = 1.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.useradmin, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.wireadmin, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.function, Version = 1.2.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.measurement, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.position, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.promise, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.pushstream, Version = 1.1.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.xml, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:28 [2024-05-09T06:09:28.277Z] [INFO] Resolving MavenDependencyRoots = [GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.annotation, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.embedded-repo, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bnd.util, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.bndlib, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.repository, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = biz.aQute.bnd, ArtifactId = biz.aQute.resolve, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.api, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.headless.build.plugin.gradle, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templates.template, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.templating, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.manager, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = org.bndtools.versioncontrol.ignores.plugin.git, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bndtools, ArtifactId = bndtools.jareditor, Version = 7.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:29 [2024-05-09T06:09:29.204Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.command, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.runtime, Version = 1.1.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.gogo.shell, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.felix, ArtifactId = org.apache.felix.scr, Version = 2.2.10, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:29 [2024-05-09T06:09:29.460Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.apiguardian, ArtifactId = apiguardian-api, Version = 1.1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-api, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:30 [2024-05-09T06:09:30.387Z] [INFO] Resolving MavenDependencyRoots = [GroupId = commons-beanutils, ArtifactId = commons-beanutils, Version = 1.9.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-collections, ArtifactId = commons-collections, Version = 3.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-jxpath, ArtifactId = commons-jxpath, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = IGNORE, IncludeSource = true
02:09:30 [2024-05-09T06:09:30.643Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.annotation, ArtifactId = jakarta.annotation-api, Version = 2.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 1.0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.inject, ArtifactId = jakarta.inject-api, Version = 2.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 4.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/Y-builds
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:09:31 [2024-05-09T06:09:31.204Z] [ERROR] Cannot resolve project dependencies:
02:09:31 [2024-05-09T06:09:31.204Z] [ERROR]   Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier
02:09:31 [2024-05-09T06:09:31.204Z] [ERROR]   Missing requirement: org.eclipse.jdt.core.manipulation 1.21.100.qualifier requires 'osgi.bundle; org.eclipse.core.runtime [3.31.0,4.0.0)' but it could not be found
02:09:31 [2024-05-09T06:09:31.204Z] [ERROR] 
02:09:31 [2024-05-09T06:09:31.204Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] 
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] ------------------------------------------------------------------------
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] Skipping org.eclipse.jdt.ui
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] This project has been banned from the build due to previous failures.
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] ------------------------------------------------------------------------
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] 
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] Building org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT           [3/21]
02:09:31 [2024-05-09T06:09:31.204Z] [INFO]   from org.eclipse.jdt.junit.runtime/pom.xml
02:09:31 [2024-05-09T06:09:31.204Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:09:32 [2024-05-09T06:09:32.131Z] [INFO] 
02:09:32 [2024-05-09T06:09:32.131Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.runtime ---
02:09:32 [2024-05-09T06:09:32.131Z] [INFO] 
02:09:32 [2024-05-09T06:09:32.131Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] The project's OSGi version is 3.7.400.v20231214-1952
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.397Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/saveproperties
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] Resolving class path of org.eclipse.jdt.junit.runtime
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/main/resources
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/main/resources
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] 
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit.runtime ---
02:09:35 [2024-05-09T06:09:35.398Z] [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959
02:09:37 [2024-05-09T06:09:37.293Z] [WARNING] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java:[371] 
02:09:37 [2024-05-09T06:09:37.293Z] 	return (ITestLoader) loadTestLoaderClass(className).newInstance();
02:09:37 [2024-05-09T06:09:37.293Z] 	                                                    ^^^^^^^^^^^^^
02:09:37 [2024-05-09T06:09:37.293Z] The method newInstance() from the type Class<capture#2-of ?> is deprecated
02:09:37 [2024-05-09T06:09:37.293Z] 1 problem (1 warning)
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/test/resources
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] 
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime ---
02:09:37 [2024-05-09T06:09:37.293Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
02:09:39 [2024-05-09T06:09:39.194Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
02:09:39 [2024-05-09T06:09:39.194Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.400-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/pom.xml
02:09:39 [2024-05-09T06:09:39.194Z]     The main artifact has been replaced with the baseline version.
02:09:39 [2024-05-09T06:09:39.194Z]     The following attached artifacts have been replaced with the baseline version: [sources]
02:09:39 [2024-05-09T06:09:39.194Z] 
02:09:39 [2024-05-09T06:09:39.194Z] [INFO] 
02:09:39 [2024-05-09T06:09:39.194Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit.runtime ---
02:09:39 [2024-05-09T06:09:39.757Z] [INFO] No previous run data found, generating javadoc.
02:09:43 [2024-05-09T06:09:43.085Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-javadoc.jar
02:09:43 [2024-05-09T06:09:43.085Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.085Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime ---
02:09:43 [2024-05-09T06:09:43.085Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.junit.runtime ---
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] ------------------------------------------------------------------------
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] Skipping org.eclipse.jdt.bcoview
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] This project has been banned from the build due to previous failures.
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] ------------------------------------------------------------------------
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] ------------------------------------------------------------------------
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] Skipping [bundle] AST View Plug-in
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] This project has been banned from the build due to previous failures.
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] ------------------------------------------------------------------------
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >-----------
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] Building org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT          [4/21]
02:09:43 [2024-05-09T06:09:43.341Z] [INFO]   from org.eclipse.jdt.junit4.runtime/pom.xml
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.341Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] The project's OSGi version is 1.3.100.v20231214-1952
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/saveproperties
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] Resolving class path of org.eclipse.jdt.junit4.runtime
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/main/resources
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/main/resources
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.632Z] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/test/resources
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime ---
02:09:43 [2024-05-09T06:09:43.888Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/pom.xml
02:09:43 [2024-05-09T06:09:43.888Z]     The main artifact has been replaced with the baseline version.
02:09:43 [2024-05-09T06:09:43.888Z]     The following attached artifacts have been replaced with the baseline version: [sources]
02:09:43 [2024-05-09T06:09:43.888Z] 
02:09:43 [2024-05-09T06:09:43.889Z] [INFO] 
02:09:43 [2024-05-09T06:09:43.889Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit4.runtime ---
02:09:44 [2024-05-09T06:09:44.144Z] [INFO] No previous run data found, generating javadoc.
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-javadoc.jar
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.junit4.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] ------------------------------------------------------------------------
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] Skipping [bundle] Java Element View Plug-in
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] This project has been banned from the build due to previous failures.
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] ------------------------------------------------------------------------
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >-----------
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] Building org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT          [5/21]
02:09:46 [2024-05-09T06:09:46.686Z] [INFO]   from org.eclipse.jdt.junit5.runtime/pom.xml
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1952
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/saveproperties
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.686Z] [INFO] Resolving class path of org.eclipse.jdt.junit5.runtime
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/main/resources
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/main/resources
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] 
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit5.runtime ---
02:09:46 [2024-05-09T06:09:46.943Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/test/resources
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime:1.1.300-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/pom.xml
02:09:47 [2024-05-09T06:09:47.235Z]     The main artifact has been replaced with the baseline version.
02:09:47 [2024-05-09T06:09:47.235Z]     The following attached artifacts have been replaced with the baseline version: [sources]
02:09:47 [2024-05-09T06:09:47.235Z] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] 
02:09:47 [2024-05-09T06:09:47.235Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit5.runtime ---
02:09:47 [2024-05-09T06:09:47.491Z] [INFO] No previous run data found, generating javadoc.
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-javadoc.jar
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime ---
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.junit5.runtime ---
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >-------------
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] Building [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT [6/21]
02:09:50 [2024-05-09T06:09:50.019Z] [INFO]   from org.eclipse.jdt.junit.core/.polyglot.META-INF
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:09:50 [2024-05-09T06:09:50.019Z] [INFO] {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:09:50 [2024-05-09T06:09:50.019Z] [ERROR] Cannot resolve project dependencies:
02:09:50 [2024-05-09T06:09:50.019Z] [ERROR]   Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier
02:09:50 [2024-05-09T06:09:50.019Z] [ERROR]   Missing requirement: org.eclipse.jdt.junit.core 3.13.200.qualifier requires 'osgi.bundle; org.eclipse.core.expressions [3.4.100,4.0.0)' but it could not be found
02:09:50 [2024-05-09T06:09:50.019Z] [ERROR] 
02:09:50 [2024-05-09T06:09:50.020Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] Skipping [bundle] Java Development Tools JUnit support
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] This project has been banned from the build due to previous failures.
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] Skipping org.eclipse.jdt.ui.tests
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] This project has been banned from the build due to previous failures.
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] Skipping org.eclipse.jdt.text.tests
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] This project has been banned from the build due to previous failures.
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] Skipping org.eclipse.jdt.ui.tests.refactoring
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] This project has been banned from the build due to previous failures.
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] ------------------------------------------------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] -----< org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject >------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] Building org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT    [7/21]
02:09:50 [2024-05-09T06:09:50.020Z] [INFO]   from org.eclipse.jdt.ui.junit.sampleproject/pom.xml
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] --------------------------------[ jar ]---------------------------------
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/saveproperties
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] 
02:09:50 [2024-05-09T06:09:50.020Z] [INFO] --- license:2.0.0:update-file-header (first) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:58 [2024-05-09T06:09:58.100Z] [INFO] Will check encoding: UTF-8
02:09:58 [2024-05-09T06:09:58.100Z] [INFO] config - available comment styles :
02:09:58 [2024-05-09T06:09:58.100Z]   * mysql (header transformer with mysql comment style)
02:09:58 [2024-05-09T06:09:58.100Z]   * properties (header transformer with properties file comment style)
02:09:58 [2024-05-09T06:09:58.100Z]   * java (header transformer with java comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * php (header transformer with php comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * jsp (header transformer with jsp comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * sql (header transformer with sql comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * xml (header transformer with xml comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * ftl (header transformer with free marker comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * rst (header transformer with rst comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * xml (header transformer with html comment style)
02:09:58 [2024-05-09T06:09:58.101Z]   * apt (header transformer with apt comment style)
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Adding a license repository jar:file:/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar!/META-INF/licenses
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU Free Documentation License (FDL) version 1.3
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU General Lesser Public License (LGPL) version 3.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU Affero General Public License (AGPL) version 3.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU General Public License (GPL) version 3.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU General Public License (GPL) version 2.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU General Public License (GPL) version 1.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register Apache License version 2.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register Eclipse Public License - v 2.0 with Secondary License
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register Eclipse Public License - v 2.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register Eclipse Public License - v 1.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register GNU General Lesser Public License (LGPL) version 2.1
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register MIT-License
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register BSD 2-Clause License
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register BSD 3-Clause License
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] register European Union Public License v1.1
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Will use default roots [src, target/generated-sources, target/processed-sources]
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Will use default includes [**/*]
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Will use processStartTag: #%L
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Will use processEndTag: #L%
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Will use sectionDelimiter: %%
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'mysql' to comment style 'mysql'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'properties' to comment style 'properties'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'sh' to comment style 'properties'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'py' to comment style 'properties'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'rb' to comment style 'properties'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'pl' to comment style 'properties'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'pm' to comment style 'properties'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'java' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'groovy' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'css' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'jccs' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'cs' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'as' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'aj' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'c' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'h' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'cpp' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'js' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'json' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'ts' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'go' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'kt' to comment style 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'php' to comment style 'php'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'jsp' to comment style 'jsp'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'jspx' to comment style 'jsp'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'sql' to comment style 'sql'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'pom' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'xml' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'mxlm' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'dtd' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'fml' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'xsl' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'jaxx' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'kml' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'gsp' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'tml' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'svg' to comment style 'xml'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'ftl' to comment style 'ftl'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'rst' to comment style 'rst'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'xhtml' to comment style 'html'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'html' to comment style 'html'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'htm' to comment style 'html'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Associate extension 'apt' to comment style 'apt'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Will search files to update from root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Skip not found root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/generated-sources
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Skip not found root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/processed-sources
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Use description template: /org/codehaus/mojo/license/default-file-header-description.ftl
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Process header 'rst'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO] Process header 'java'
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/AboutDialog.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/Logo.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/ProgressBar.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/TestRunner.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ActiveTestSuite.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ExceptionTestCase.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/RepeatedTest.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestDecorator.java
02:09:58 [2024-05-09T06:09:58.101Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestSetup.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/AssertionFailedError.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/ComparisonFailure.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Protectable.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Test.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestCase.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestFailure.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestListener.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestResult.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestSuite.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/BaseTestRunner.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/ClassPathTestCollector.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/FailureDetailView.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/LoadingTestCollector.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/ReloadingTestSuiteLoader.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/SimpleTestCollector.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/Sorter.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/StandardTestSuiteLoader.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestCaseClassLoader.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestCollector.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestRunListener.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestSuiteLoader.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/Version.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/IMoney.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/Money.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/MoneyBag.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/AboutDialog.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/CounterPanel.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/DefaultFailureDetailView.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/FailureRunView.java
02:09:58 [2024-05-09T06:09:58.102Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/ProgressBar.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/StatusLine.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestHierarchyRunView.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunContext.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunView.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunner.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestSelector.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestSuitePanel.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestTreeModel.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/textui/ResultPrinter.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/textui/TestRunner.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/AllTests.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/SimpleTest.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/money/MoneyTest.java
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'apt'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'jsp'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'xml'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/assembly/src.xml
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'php'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'mysql'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'html'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'properties'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - header was updated for /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/resources/junit/runner/excluded.properties
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'sql'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Process header 'ftl'
02:09:58 [2024-05-09T06:09:58.103Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Scan 56 files header done in 64.748ms.
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] All files are up-to-date.
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] 
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Copying 7 resources from src/main/resources to target/classes
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] 
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] Copying 7 resources from src/main/resources to target/resources
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] 
02:09:58 [2024-05-09T06:09:58.103Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:09:58 [2024-05-09T06:09:58.664Z] [INFO] Changes detected - recompiling the module! :source
02:09:58 [2024-05-09T06:09:58.664Z] [INFO] Compiling 50 source files with javac [debug release 8] to target/classes
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/BaseTestRunner.java: Some input files use unchecked or unsafe operations.
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/BaseTestRunner.java: Recompile with -Xlint:unchecked for details.
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] 
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] 
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/resources
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] 
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] Changes detected - recompiling the module! :dependency
02:10:00 [2024-05-09T06:10:00.068Z] [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes
02:10:00 [2024-05-09T06:10:00.324Z] [INFO] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java uses unchecked or unsafe operations.
02:10:00 [2024-05-09T06:10:00.324Z] [INFO] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: Recompile with -Xlint:unchecked for details.
02:10:00 [2024-05-09T06:10:00.324Z] [INFO] 
02:10:00 [2024-05-09T06:10:00.324Z] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:01 [2024-05-09T06:10:01.249Z] [INFO] Surefire report directory: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/surefire-reports
02:10:01 [2024-05-09T06:10:01.249Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider
02:10:01 [2024-05-09T06:10:01.504Z] [INFO] 
02:10:01 [2024-05-09T06:10:01.504Z] [INFO] -------------------------------------------------------
02:10:01 [2024-05-09T06:10:01.504Z] [INFO]  T E S T S
02:10:01 [2024-05-09T06:10:01.504Z] [INFO] -------------------------------------------------------
02:10:01 [2024-05-09T06:10:01.504Z] [INFO] Running junit.samples.AllTests
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in junit.samples.AllTests
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Running junit.samples.SimpleTest
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in junit.samples.SimpleTest
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Running junit.samples.money.MoneyTest
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in junit.samples.money.MoneyTest
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Running junit.samples.VectorTest
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in junit.samples.VectorTest
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] 
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Results:
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] 
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] 
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] 
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] 
02:10:01 [2024-05-09T06:10:01.759Z] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:02 [2024-05-09T06:10:02.320Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar
02:10:02 [2024-05-09T06:10:02.320Z] [INFO] 
02:10:02 [2024-05-09T06:10:02.320Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:02 [2024-05-09T06:10:02.895Z] [INFO] No previous run data found, generating javadoc.
02:10:06 [2024-05-09T06:10:06.185Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-javadoc.jar
02:10:06 [2024-05-09T06:10:06.185Z] [INFO] 
02:10:06 [2024-05-09T06:10:06.185Z] [INFO] --- assembly:3.7.1:single (make-assembly) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] Reading assembly descriptor: src/assembly/src.xml
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] Building jar: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] 
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] 
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.ui.junit.sampleproject ---
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] 
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects >--------
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] Building org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT      [8/21]
02:10:06 [2024-05-09T06:10:06.746Z] [INFO]   from org.eclipse.jdt.ui.examples.projects/pom.xml
02:10:06 [2024-05-09T06:10:06.746Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.002Z] [ERROR] Cannot resolve project dependencies:
02:10:07 [2024-05-09T06:10:07.002Z] [ERROR]   Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier
02:10:07 [2024-05-09T06:10:07.002Z] [ERROR]   Missing requirement: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier requires 'osgi.bundle; org.eclipse.core.resources 0.0.0' but it could not be found
02:10:07 [2024-05-09T06:10:07.002Z] [ERROR] 
02:10:07 [2024-05-09T06:10:07.002Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] 
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Skipping org.eclipse.jdt.ui.unittest.junit
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] This project has been banned from the build due to previous failures.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] 
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Skipping org.eclipse.jdt.ui.unittest.junit.feature
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] This project has been banned from the build due to previous failures.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] 
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Skipping [feature] Java AST View
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] This project has been banned from the build due to previous failures.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] 
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Skipping [feature] Java Element View
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] This project has been banned from the build due to previous failures.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] 
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Skipping [feature] Bytecode Outline View
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] This project has been banned from the build due to previous failures.
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] Reactor Summary:
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] 
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] eclipse.jdt.ui 4.32.0-SNAPSHOT ..................... SUCCESS [ 10.493 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT FAILURE [ 14.370 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui 3.32.100-SNAPSHOT ............... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SUCCESS [ 12.148 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.bcoview 1.2.400-SNAPSHOT ........... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [bundle] AST View Plug-in 1.6.150-SNAPSHOT ......... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SUCCESS [  2.926 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [bundle] Java Element View Plug-in 1.5.300-SNAPSHOT  SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SUCCESS [  3.615 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT FAILURE [  0.028 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.400-SNAPSHOT SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui.tests 3.15.400-SNAPSHOT ......... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.text.tests 3.14.400-SNAPSHOT ....... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.400-SNAPSHOT SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SUCCESS [ 16.954 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT  FAILURE [  0.033 s]
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.400-SNAPSHOT . SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.400-SNAPSHOT SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [feature] Java AST View 1.2.250-SNAPSHOT ........... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [feature] Java Element View 1.1.400-SNAPSHOT ....... SKIPPED
02:10:07 [2024-05-09T06:10:07.002Z] [INFO] [feature] Bytecode Outline View 1.2.400-SNAPSHOT ... SKIPPED
02:10:07 [2024-05-09T06:10:07.003Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.003Z] [INFO] BUILD FAILURE
02:10:07 [2024-05-09T06:10:07.003Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.003Z] [INFO] Total time:  01:26 min
02:10:07 [2024-05-09T06:10:07.003Z] [INFO] Finished at: 2024-05-09T06:10:06Z
02:10:07 [2024-05-09T06:10:07.003Z] [INFO] ------------------------------------------------------------------------
02:10:07 [2024-05-09T06:10:07.003Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.core.manipulation:eclipse-plugin:1.21.100-SNAPSHOT
02:10:07 [2024-05-09T06:10:07.003Z] [ERROR]  with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.003Z] [ERROR]   Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier
02:10:07 [2024-05-09T06:10:07.003Z] [ERROR]   Missing requirement: org.eclipse.jdt.core.manipulation 1.21.100.qualifier requires 'osgi.bundle; org.eclipse.core.runtime [3.31.0,4.0.0)' but it could not be found: See log for details
02:10:07 [2024-05-09T06:10:07.003Z] [ERROR] -> [Help 1]
02:10:07 [2024-05-09T06:10:07.003Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.core.manipulation:eclipse-plugin:1.21.100-SNAPSHOT
02:10:07 [2024-05-09T06:10:07.003Z]  with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.003Z]   Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier
02:10:07 [2024-05-09T06:10:07.003Z]   Missing requirement: org.eclipse.jdt.core.manipulation 1.21.100.qualifier requires 'osgi.bundle; org.eclipse.core.runtime [3.31.0,4.0.0)' but it could not be found
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
02:10:07 [2024-05-09T06:10:07.003Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:10:07 [2024-05-09T06:10:07.003Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
02:10:07 [2024-05-09T06:10:07.003Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:10:07 [2024-05-09T06:10:07.003Z]     at java.lang.reflect.Method.invoke (Method.java:568)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
02:10:07 [2024-05-09T06:10:07.003Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
02:10:07 [2024-05-09T06:10:07.003Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:10:07 [2024-05-09T06:10:07.003Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
02:10:07 [2024-05-09T06:10:07.003Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:10:07 [2024-05-09T06:10:07.003Z]     at java.lang.reflect.Method.invoke (Method.java:568)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
02:10:07 [2024-05-09T06:10:07.003Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
02:10:07 [2024-05-09T06:10:07.004Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.junit.core:eclipse-plugin:3.13.200-SNAPSHOT
02:10:07 [2024-05-09T06:10:07.004Z] [ERROR]  with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.004Z] [ERROR]   Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier
02:10:07 [2024-05-09T06:10:07.004Z] [ERROR]   Missing requirement: org.eclipse.jdt.junit.core 3.13.200.qualifier requires 'osgi.bundle; org.eclipse.core.expressions [3.4.100,4.0.0)' but it could not be found: See log for details
02:10:07 [2024-05-09T06:10:07.004Z] [ERROR] -> [Help 1]
02:10:07 [2024-05-09T06:10:07.004Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.junit.core:eclipse-plugin:3.13.200-SNAPSHOT
02:10:07 [2024-05-09T06:10:07.004Z]  with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.004Z]   Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier
02:10:07 [2024-05-09T06:10:07.004Z]   Missing requirement: org.eclipse.jdt.junit.core 3.13.200.qualifier requires 'osgi.bundle; org.eclipse.core.expressions [3.4.100,4.0.0)' but it could not be found
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
02:10:07 [2024-05-09T06:10:07.004Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:10:07 [2024-05-09T06:10:07.004Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
02:10:07 [2024-05-09T06:10:07.004Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:10:07 [2024-05-09T06:10:07.004Z]     at java.lang.reflect.Method.invoke (Method.java:568)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
02:10:07 [2024-05-09T06:10:07.004Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
02:10:07 [2024-05-09T06:10:07.004Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:10:07 [2024-05-09T06:10:07.004Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
02:10:07 [2024-05-09T06:10:07.004Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:10:07 [2024-05-09T06:10:07.004Z]     at java.lang.reflect.Method.invoke (Method.java:568)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
02:10:07 [2024-05-09T06:10:07.004Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
02:10:07 [2024-05-09T06:10:07.005Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:eclipse-plugin:3.3.0-SNAPSHOT
02:10:07 [2024-05-09T06:10:07.005Z] [ERROR]  with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.005Z] [ERROR]   Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier
02:10:07 [2024-05-09T06:10:07.005Z] [ERROR]   Missing requirement: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier requires 'osgi.bundle; org.eclipse.core.resources 0.0.0' but it could not be found: See log for details
02:10:07 [2024-05-09T06:10:07.005Z] [ERROR] -> [Help 1]
02:10:07 [2024-05-09T06:10:07.005Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:eclipse-plugin:3.3.0-SNAPSHOT
02:10:07 [2024-05-09T06:10:07.005Z]  with context {osgi.os=linux, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true, osgi.ws=gtk, org.eclipse.jdt.buildtime=true}
02:10:07 [2024-05-09T06:10:07.005Z]   Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier
02:10:07 [2024-05-09T06:10:07.005Z]   Missing requirement: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier requires 'osgi.bundle; org.eclipse.core.resources 0.0.0' but it could not be found
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
02:10:07 [2024-05-09T06:10:07.005Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:10:07 [2024-05-09T06:10:07.005Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
02:10:07 [2024-05-09T06:10:07.005Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:10:07 [2024-05-09T06:10:07.005Z]     at java.lang.reflect.Method.invoke (Method.java:568)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
02:10:07 [2024-05-09T06:10:07.005Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
02:10:07 [2024-05-09T06:10:07.005Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
02:10:07 [2024-05-09T06:10:07.005Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
02:10:07 [2024-05-09T06:10:07.005Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
02:10:07 [2024-05-09T06:10:07.005Z]     at java.lang.reflect.Method.invoke (Method.java:568)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
02:10:07 [2024-05-09T06:10:07.005Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
02:10:07 [2024-05-09T06:10:07.006Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] 
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] 
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ResolverException
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] 
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR] After correcting the problems, you can resume the build with the command
02:10:07 [2024-05-09T06:10:07.006Z] [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.manipulation
02:10:07 [2024-05-09T06:10:07.006Z] Exception in thread "Thread-4" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
02:10:07 [2024-05-09T06:10:07.006Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
02:10:07 [2024-05-09T06:10:07.006Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
02:10:07 [2024-05-09T06:10:07.006Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
02:10:07 [2024-05-09T06:10:07.006Z] 	... 2 more
[Pipeline] }
02:10:07 [2024-05-09T06:10:07.573Z] Terminating xvnc.
02:10:12 [2024-05-09T06:10:12.900Z] 
02:10:12 [2024-05-09T06:10:12.900Z] Thu May  9 06:10:12 2024
02:10:12 [2024-05-09T06:10:12.900Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
02:10:12 [2024-05-09T06:10:12.900Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
02:10:13 [2024-05-09T06:10:13.458Z] Archiving artifacts
[Pipeline] junit
02:10:13 [2024-05-09T06:10:13.561Z] Recording test results
02:10:14 [2024-05-09T06:10:14.970Z] [GitHub Checks] GitHub check (name: Tests / Build, status: completed) has been published.
[Pipeline] discoverGitReferenceBuild
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] Configured reference job: 'eclipse.jdt.ui-github/master'
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> detected 204 commits in current branch (last one: '7e1e78f')
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> adding 1 commits from build '#116' of reference job (last one: '437edbe')
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#116'
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> adding 1 commits from build '#115' of reference job (last one: 'fe10342')
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#115'
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> adding 1 commits from build '#114' of reference job (last one: '3ad6499')
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#114'
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> adding 1 commits from build '#113' of reference job (last one: '9bad85c')
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#113'
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> adding 1 commits from build '#112' of reference job (last one: 'a26a56e')
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#112'
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> stopping commit search since we reached the first build of the reference job
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> found no build with matching commits
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] -> no reference build found
02:10:14 [2024-05-09T06:10:14.976Z] [ReferenceFinder] No reference build with required status found that contains matching commits
[Pipeline] recordIssues
02:10:14 [2024-05-09T06:10:14.981Z] [Compiler and API Tools] Skipping execution of recorder since overall result is 'FAILURE'
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitHub Checks] GitHub check (name: Jenkins, status: completed) has been published.

GitHub has been notified of this commit’s build result

Finished: FAILURE