Skip to content
Failed

Console Output

Push event to branch BETA_JAVA23
05:50:10 Connecting to https://api.github.com using 313713/******
Obtained Jenkinsfile from 03e4d5e73855c1c0fc6e49ae17d5047ece6188c6
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-4fdh6 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-4fdh6"
  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-4fdh6"
    - 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-4fdh6"
    - 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-4fdh6 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 03e4d5e73855c1c0fc6e49ae17d5047ece6188c6 (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 03e4d5e73855c1c0fc6e49ae17d5047ece6188c6 # timeout=10
Commit message: "[23] Remove String Template preview feature from JDT UI"
 > git rev-list --no-walk bef035c834dacefbb2a53d53b52ce86c5f7d6922 # 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 #3' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since 'bef035c'
[GitCheckoutListener] -> Single parent commit found - branch is already descendant of target branch head
[GitCheckoutListener] -> Using head commit '03e4d5e' as starting point
[GitCheckoutListener] -> Recorded one new commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@256a9a6d' 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
05:50:41 [2024-04-23T09:50:41.160Z] $ pkill Xvnc
05:50:41 [2024-04-23T09:50:41.176Z] $ pkill Xrealvnc
05:50:41 [2024-04-23T09:50:41.189Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
05:50:41 [2024-04-23T09:50:41.663Z] [clipse.jdt.ui-github_BETA_JAVA23] $ Xvnc -help
05:50:41 [2024-04-23T09:50:41.680Z] Starting xvnc
05:50:41 [2024-04-23T09:50:41.683Z] [clipse.jdt.ui-github_BETA_JAVA23] $ Xvnc :37 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
05:50:41 [2024-04-23T09:50:41.697Z] 
05:50:41 [2024-04-23T09:50:41.697Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
05:50:41 [2024-04-23T09:50:41.697Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
05:50:41 [2024-04-23T09:50:41.697Z] See https://www.tigervnc.org for information on TigerVNC.
05:50:41 [2024-04-23T09:50:41.697Z] Underlying X server release 12011000, The X.Org Foundation
05:50:41 [2024-04-23T09:50:41.697Z] 
05:50:41 [2024-04-23T09:50:41.697Z] 
05:50:41 [2024-04-23T09:50:41.697Z] Tue Apr 23 09:50:41 2024
05:50:41 [2024-04-23T09:50:41.697Z]  vncext:      VNC extension running!
05:50:41 [2024-04-23T09:50:41.697Z]  vncext:      Listening for VNC connections on all interface(s), port 5937
05:50:41 [2024-04-23T09:50:41.697Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
05:50:42 [2024-04-23T09:50:42.032Z] + 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
05:50:42 [2024-04-23T09:50:42.032Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
05:50:42 [2024-04-23T09:50:42.032Z] Maven home: /opt/tools/apache-maven/latest
05:50:42 [2024-04-23T09:50:42.032Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
05:50:42 [2024-04-23T09:50:42.032Z] Default locale: en_US, platform encoding: UTF-8
05:50:42 [2024-04-23T09:50:42.032Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
05:50:46 [2024-04-23T09:50:46.261Z] [INFO] Error stacktraces are turned on.
05:50:46 [2024-04-23T09:50:46.261Z] [INFO] Scanning for projects...
05:50:50 [2024-04-23T09:50:50.438Z] [INFO] Tycho Version:  4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100)
05:50:50 [2024-04-23T09:50:50.438Z] [INFO] Tycho Mode:     extension
05:50:50 [2024-04-23T09:50:50.438Z] [INFO] Tycho Builder:  maven
05:50:50 [2024-04-23T09:50:50.438Z] [INFO] Build Threads:  1
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] ------------------------------------------------------------------------
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] Reactor Build Order:
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] eclipse.jdt.ui                                                     [pom]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [bundle] Java Code Manipulation Functionality           [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.junit.runtime                           [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.bcoview                                 [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [bundle] AST View Plug-in                               [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.junit4.runtime                          [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [bundle] Java Element View Plug-in                      [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.junit5.runtime                          [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [bundle] Java Development Tools JUnit core support      [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [bundle] Java Development Tools JUnit support           [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui.tests                           [eclipse-test-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.text.tests                         [eclipse-test-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui.tests.refactoring               [eclipse-test-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject                             [jar]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui.examples.projects                    [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui.unittest.junit                       [eclipse-plugin]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature              [eclipse-feature]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [feature] Java AST View                                [eclipse-feature]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [feature] Java Element View                            [eclipse-feature]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] [feature] Bytecode Outline View                        [eclipse-feature]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >--------------------
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] Building eclipse.jdt.ui 4.32.0-SNAPSHOT                           [1/21]
05:51:12 [2024-04-23T09:51:12.352Z] [INFO]   from pom.xml
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --------------------------------[ pom ]---------------------------------
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.ui ---
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.ui ---
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/saveproperties
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.ui ---
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.ui ---
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/src/main/resources
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ eclipse.jdt.ui ---
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ eclipse.jdt.ui ---
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] 
05:51:12 [2024-04-23T09:51:12.352Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipse.jdt.ui ---
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] 
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui ---
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] 
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ eclipse.jdt.ui ---
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] 
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >----------
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] Building [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT [2/21]
05:51:18 [2024-04-23T09:51:18.898Z] [INFO]   from org.eclipse.jdt.core.manipulation/.polyglot.META-INF
05:51:18 [2024-04-23T09:51:18.898Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:51:20 [2024-04-23T09:51:20.799Z] [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, 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@4c7c286
05:51:20 [2024-04-23T09:51:20.799Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
05:51:20 [2024-04-23T09:51:20.799Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository/.cache/tycho
05:51:20 [2024-04-23T09:51:20.799Z] [INFO]     Transport mode:         online
05:51:20 [2024-04-23T09:51:20.799Z] [INFO]     Http Transport type:    Java11Client
05:51:20 [2024-04-23T09:51:20.799Z] [INFO]     Update mode:            forced
05:51:20 [2024-04-23T09:51:20.799Z] [INFO]     Minimum cache duration: 60 minutes
05:51:20 [2024-04-23T09:51:20.799Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
05:51:22 [2024-04-23T09:51:22.213Z] [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
05:51:26 [2024-04-23T09:51:26.384Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.8, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
05:51:26 [2024-04-23T09:51:26.948Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
05:51:27 [2024-04-23T09:51:27.876Z] [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
05:51:28 [2024-04-23T09:51:28.133Z] [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
05:51:28 [2024-04-23T09:51:28.697Z] [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
05:51:29 [2024-04-23T09:51:29.625Z] [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
05:51:29 [2024-04-23T09:51:29.625Z] [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
05:51:30 [2024-04-23T09:51:30.188Z] [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
05:51:30 [2024-04-23T09:51:30.445Z] [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
05:51:30 [2024-04-23T09:51:30.702Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/Y-builds
05:51:30 [2024-04-23T09:51:30.959Z] [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}
05:51:30 [2024-04-23T09:51:30.959Z] [ERROR] Cannot resolve project dependencies:
05:51:30 [2024-04-23T09:51:30.959Z] [ERROR]   Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier
05:51:30 [2024-04-23T09:51:30.959Z] [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
05:51:30 [2024-04-23T09:51:30.959Z] [ERROR] 
05:51:30 [2024-04-23T09:51:30.959Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] 
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] ------------------------------------------------------------------------
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] Skipping org.eclipse.jdt.ui
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] This project has been banned from the build due to previous failures.
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] ------------------------------------------------------------------------
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] 
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] Building org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT           [3/21]
05:51:30 [2024-04-23T09:51:30.959Z] [INFO]   from org.eclipse.jdt.junit.runtime/pom.xml
05:51:30 [2024-04-23T09:51:30.959Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:51:31 [2024-04-23T09:51:31.524Z] [INFO] 
05:51:31 [2024-04-23T09:51:31.524Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.runtime ---
05:51:31 [2024-04-23T09:51:31.524Z] [INFO] 
05:51:31 [2024-04-23T09:51:31.524Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] The project's OSGi version is 3.7.400.v20231214-1952
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/saveproperties
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] Resolving class path of org.eclipse.jdt.junit.runtime
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/main/resources
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.runtime ---
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/main/resources
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] 
05:51:34 [2024-04-23T09:51:34.800Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.junit.runtime ---
05:51:35 [2024-04-23T09:51:35.057Z] [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.v20240415-2034
05:51:36 [2024-04-23T09:51:36.423Z] [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] 
05:51:36 [2024-04-23T09:51:36.423Z] 	return (ITestLoader) loadTestLoaderClass(className).newInstance();
05:51:36 [2024-04-23T09:51:36.423Z] 	                                                    ^^^^^^^^^^^^^
05:51:36 [2024-04-23T09:51:36.423Z] The method newInstance() from the type Class<capture#2-of ?> is deprecated
05:51:36 [2024-04-23T09:51:36.423Z] 1 problem (1 warning)
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/test/resources
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.423Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.679Z] [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
05:51:36 [2024-04-23T09:51:36.679Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.679Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.680Z] [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
05:51:36 [2024-04-23T09:51:36.680Z] [INFO] 
05:51:36 [2024-04-23T09:51:36.680Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime ---
05:51:36 [2024-04-23T09:51:36.935Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
05:51:37 [2024-04-23T09:51:37.862Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds
05:51:38 [2024-04-23T09:51:38.118Z] [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
05:51:38 [2024-04-23T09:51:38.118Z]     The main artifact has been replaced with the baseline version.
05:51:38 [2024-04-23T09:51:38.118Z]     The following attached artifacts have been replaced with the baseline version: [sources]
05:51:38 [2024-04-23T09:51:38.118Z] 
05:51:38 [2024-04-23T09:51:38.118Z] [INFO] 
05:51:38 [2024-04-23T09:51:38.118Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit.runtime ---
05:51:38 [2024-04-23T09:51:38.679Z] [INFO] No previous run data found, generating javadoc.
05:51:41 [2024-04-23T09:51:41.996Z] [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
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] 
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime ---
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] 
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.junit.runtime ---
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] 
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] ------------------------------------------------------------------------
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] Skipping org.eclipse.jdt.bcoview
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] This project has been banned from the build due to previous failures.
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] ------------------------------------------------------------------------
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] 
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] ------------------------------------------------------------------------
05:51:41 [2024-04-23T09:51:41.996Z] [INFO] Skipping [bundle] AST View Plug-in
05:51:41 [2024-04-23T09:51:41.997Z] [INFO] This project has been banned from the build due to previous failures.
05:51:41 [2024-04-23T09:51:41.997Z] [INFO] ------------------------------------------------------------------------
05:51:41 [2024-04-23T09:51:41.997Z] [INFO] 
05:51:41 [2024-04-23T09:51:41.997Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >-----------
05:51:41 [2024-04-23T09:51:41.997Z] [INFO] Building org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT          [4/21]
05:51:41 [2024-04-23T09:51:41.997Z] [INFO]   from org.eclipse.jdt.junit4.runtime/pom.xml
05:51:41 [2024-04-23T09:51:41.997Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] The project's OSGi version is 1.3.100.v20231214-1952
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/saveproperties
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] Resolving class path of org.eclipse.jdt.junit4.runtime
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.252Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/main/resources
05:51:42 [2024-04-23T09:51:42.253Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.253Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.253Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/main/resources
05:51:42 [2024-04-23T09:51:42.253Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.253Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.253Z] [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.v20240415-2034
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/test/resources
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [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
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.547Z] [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
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.547Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime ---
05:51:42 [2024-04-23T09:51:42.804Z] [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
05:51:42 [2024-04-23T09:51:42.804Z]     The main artifact has been replaced with the baseline version.
05:51:42 [2024-04-23T09:51:42.804Z]     The following attached artifacts have been replaced with the baseline version: [sources]
05:51:42 [2024-04-23T09:51:42.804Z] 
05:51:42 [2024-04-23T09:51:42.804Z] [INFO] 
05:51:42 [2024-04-23T09:51:42.804Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit4.runtime ---
05:51:43 [2024-04-23T09:51:43.059Z] [INFO] No previous run data found, generating javadoc.
05:51:45 [2024-04-23T09:51:45.601Z] [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
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime ---
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.junit4.runtime ---
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] ------------------------------------------------------------------------
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] Skipping [bundle] Java Element View Plug-in
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] This project has been banned from the build due to previous failures.
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] ------------------------------------------------------------------------
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >-----------
05:51:45 [2024-04-23T09:51:45.601Z] [INFO] Building org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT          [5/21]
05:51:45 [2024-04-23T09:51:45.602Z] [INFO]   from org.eclipse.jdt.junit5.runtime/pom.xml
05:51:45 [2024-04-23T09:51:45.602Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1952
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/saveproperties
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] 
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit5.runtime ---
05:51:45 [2024-04-23T09:51:45.857Z] [INFO] Resolving class path of org.eclipse.jdt.junit5.runtime
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/main/resources
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/main/resources
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.113Z] [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.v20240415-2034
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.113Z] [INFO] --- tycho-bnd:4.0.7:process (default-process) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.368Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/test/resources
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-compiler:4.0.7:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [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
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [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
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.369Z] [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
05:51:46 [2024-04-23T09:51:46.369Z]     The main artifact has been replaced with the baseline version.
05:51:46 [2024-04-23T09:51:46.369Z]     The following attached artifacts have been replaced with the baseline version: [sources]
05:51:46 [2024-04-23T09:51:46.369Z] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] 
05:51:46 [2024-04-23T09:51:46.369Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit5.runtime ---
05:51:46 [2024-04-23T09:51:46.625Z] [INFO] No previous run data found, generating javadoc.
05:51:49 [2024-04-23T09:51:49.142Z] [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
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime ---
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.junit5.runtime ---
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >-------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] Building [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT [6/21]
05:51:49 [2024-04-23T09:51:49.142Z] [INFO]   from org.eclipse.jdt.junit.core/.polyglot.META-INF
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [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}
05:51:49 [2024-04-23T09:51:49.142Z] [ERROR] Cannot resolve project dependencies:
05:51:49 [2024-04-23T09:51:49.142Z] [ERROR]   Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier
05:51:49 [2024-04-23T09:51:49.142Z] [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
05:51:49 [2024-04-23T09:51:49.142Z] [ERROR] 
05:51:49 [2024-04-23T09:51:49.142Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] Skipping [bundle] Java Development Tools JUnit support
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] This project has been banned from the build due to previous failures.
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] Skipping org.eclipse.jdt.ui.tests
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] This project has been banned from the build due to previous failures.
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] Skipping org.eclipse.jdt.text.tests
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] This project has been banned from the build due to previous failures.
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.142Z] [INFO] Skipping org.eclipse.jdt.ui.tests.refactoring
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] This project has been banned from the build due to previous failures.
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] ------------------------------------------------------------------------
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] -----< org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject >------
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] Building org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT    [7/21]
05:51:49 [2024-04-23T09:51:49.143Z] [INFO]   from org.eclipse.jdt.ui.junit.sampleproject/pom.xml
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] --------------------------------[ jar ]---------------------------------
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/saveproperties
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] 
05:51:49 [2024-04-23T09:51:49.143Z] [INFO] --- license:2.0.0:update-file-header (first) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Will check encoding: UTF-8
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] config - available comment styles :
05:51:59 [2024-04-23T09:51:59.086Z]   * sql (header transformer with sql comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * jsp (header transformer with jsp comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * xml (header transformer with html comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * php (header transformer with php comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * properties (header transformer with properties file comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * apt (header transformer with apt comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * mysql (header transformer with mysql comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * ftl (header transformer with free marker comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * rst (header transformer with rst comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * java (header transformer with java comment style)
05:51:59 [2024-04-23T09:51:59.086Z]   * xml (header transformer with xml comment style)
05:51:59 [2024-04-23T09:51:59.086Z] [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
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU Free Documentation License (FDL) version 1.3
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU General Lesser Public License (LGPL) version 3.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU Affero General Public License (AGPL) version 3.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU General Public License (GPL) version 3.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU General Public License (GPL) version 2.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU General Public License (GPL) version 1.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register Apache License version 2.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register Eclipse Public License - v 2.0 with Secondary License
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register Eclipse Public License - v 2.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register Eclipse Public License - v 1.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register GNU General Lesser Public License (LGPL) version 2.1
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register MIT-License
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register BSD 2-Clause License
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register BSD 3-Clause License
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] register European Union Public License v1.1
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Will use default roots [src, target/generated-sources, target/processed-sources]
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Will use default includes [**/*]
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Will use processStartTag: #%L
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Will use processEndTag: #L%
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Will use sectionDelimiter: %%
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'sql' to comment style 'sql'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'jsp' to comment style 'jsp'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'jspx' to comment style 'jsp'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'xhtml' to comment style 'html'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'html' to comment style 'html'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'htm' to comment style 'html'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'php' to comment style 'php'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'properties' to comment style 'properties'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'sh' to comment style 'properties'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'py' to comment style 'properties'
05:51:59 [2024-04-23T09:51:59.086Z] [INFO] Associate extension 'rb' to comment style 'properties'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'pl' to comment style 'properties'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'pm' to comment style 'properties'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'apt' to comment style 'apt'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'mysql' to comment style 'mysql'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'ftl' to comment style 'ftl'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'rst' to comment style 'rst'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'java' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'groovy' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'css' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'jccs' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'cs' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'as' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'aj' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'c' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'h' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'cpp' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'js' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'json' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'ts' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'go' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'kt' to comment style 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'pom' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'xml' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'mxlm' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'dtd' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'fml' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'xsl' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'jaxx' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'kml' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'gsp' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'tml' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Associate extension 'svg' to comment style 'xml'
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Skip not found root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/generated-sources
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Skip not found root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/processed-sources
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Use description template: /org/codehaus/mojo/license/default-file-header-description.ftl
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Process header 'rst'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.087Z] [INFO] Process header 'java'
05:51:59 [2024-04-23T09:51:59.087Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.087Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.088Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'apt'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'jsp'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'xml'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'php'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'html'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'mysql'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'properties'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [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
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'sql'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Process header 'ftl'
05:51:59 [2024-04-23T09:51:59.089Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Scan 56 files header done in 64.577ms.
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] All files are up-to-date.
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] 
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Copying 7 resources from src/main/resources to target/classes
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] 
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] Copying 7 resources from src/main/resources to target/resources
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] 
05:51:59 [2024-04-23T09:51:59.089Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:51:59 [2024-04-23T09:51:59.654Z] [INFO] Changes detected - recompiling the module! :source
05:51:59 [2024-04-23T09:51:59.654Z] [INFO] Compiling 50 source files with javac [debug release 8] to target/classes
05:52:01 [2024-04-23T09:52:01.020Z] [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.
05:52:01 [2024-04-23T09:52:01.020Z] [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.
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] 
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] --- tycho-apitools:4.0.7:generate (generate) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] 
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/resources
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] 
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] Changes detected - recompiling the module! :dependency
05:52:01 [2024-04-23T09:52:01.020Z] [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes
05:52:01 [2024-04-23T09:52:01.276Z] [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.
05:52:01 [2024-04-23T09:52:01.276Z] [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.
05:52:01 [2024-04-23T09:52:01.276Z] [INFO] 
05:52:01 [2024-04-23T09:52:01.276Z] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:02 [2024-04-23T09:52:02.692Z] [INFO] Surefire report directory: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/surefire-reports
05:52:02 [2024-04-23T09:52:02.692Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] 
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] -------------------------------------------------------
05:52:03 [2024-04-23T09:52:03.269Z] [INFO]  T E S T S
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] -------------------------------------------------------
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Running junit.samples.AllTests
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in junit.samples.AllTests
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Running junit.samples.SimpleTest
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in junit.samples.SimpleTest
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Running junit.samples.money.MoneyTest
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in junit.samples.money.MoneyTest
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Running junit.samples.VectorTest
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in junit.samples.VectorTest
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] 
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Results:
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] 
05:52:03 [2024-04-23T09:52:03.269Z] [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0
05:52:03 [2024-04-23T09:52:03.270Z] [INFO] 
05:52:03 [2024-04-23T09:52:03.270Z] [INFO] 
05:52:03 [2024-04-23T09:52:03.270Z] [INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:03 [2024-04-23T09:52:03.525Z] [INFO] 
05:52:03 [2024-04-23T09:52:03.525Z] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:04 [2024-04-23T09:52:04.454Z] [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
05:52:04 [2024-04-23T09:52:04.454Z] [INFO] 
05:52:04 [2024-04-23T09:52:04.454Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:04 [2024-04-23T09:52:04.710Z] [INFO] No previous run data found, generating javadoc.
05:52:07 [2024-04-23T09:52:07.997Z] [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
05:52:07 [2024-04-23T09:52:07.997Z] [INFO] 
05:52:07 [2024-04-23T09:52:07.997Z] [INFO] --- assembly:3.7.1:single (make-assembly) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:08 [2024-04-23T09:52:08.560Z] [INFO] Reading assembly descriptor: src/assembly/src.xml
05:52:08 [2024-04-23T09:52:08.847Z] [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
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] --- tycho-p2-extras:4.0.7:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] --- tycho-apitools:4.0.7:verify (verify) @ org.eclipse.jdt.ui.junit.sampleproject ---
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects >--------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Building org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT      [8/21]
05:52:08 [2024-04-23T09:52:08.847Z] [INFO]   from org.eclipse.jdt.ui.examples.projects/pom.xml
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [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.
05:52:08 [2024-04-23T09:52:08.847Z] [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.
05:52:08 [2024-04-23T09:52:08.847Z] [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}
05:52:08 [2024-04-23T09:52:08.847Z] [ERROR] Cannot resolve project dependencies:
05:52:08 [2024-04-23T09:52:08.847Z] [ERROR]   Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier
05:52:08 [2024-04-23T09:52:08.847Z] [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
05:52:08 [2024-04-23T09:52:08.847Z] [ERROR] 
05:52:08 [2024-04-23T09:52:08.847Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Skipping org.eclipse.jdt.ui.unittest.junit
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] This project has been banned from the build due to previous failures.
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Skipping org.eclipse.jdt.ui.unittest.junit.feature
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] This project has been banned from the build due to previous failures.
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Skipping [feature] Java AST View
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] This project has been banned from the build due to previous failures.
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Skipping [feature] Java Element View
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] This project has been banned from the build due to previous failures.
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Skipping [feature] Bytecode Outline View
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] This project has been banned from the build due to previous failures.
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] Reactor Summary:
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] 
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] eclipse.jdt.ui 4.32.0-SNAPSHOT ..................... SUCCESS [  9.304 s]
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT FAILURE [ 12.061 s]
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] org.eclipse.jdt.ui 3.32.100-SNAPSHOT ............... SKIPPED
05:52:08 [2024-04-23T09:52:08.847Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SUCCESS [ 11.144 s]
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.bcoview 1.2.400-SNAPSHOT ........... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [bundle] AST View Plug-in 1.6.150-SNAPSHOT ......... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SUCCESS [  3.423 s]
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [bundle] Java Element View Plug-in 1.5.300-SNAPSHOT  SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SUCCESS [  3.380 s]
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT FAILURE [  0.030 s]
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.400-SNAPSHOT SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.ui.tests 3.15.400-SNAPSHOT ......... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.text.tests 3.14.400-SNAPSHOT ....... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.400-SNAPSHOT SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SUCCESS [ 19.847 s]
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT  FAILURE [  0.038 s]
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.400-SNAPSHOT . SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.400-SNAPSHOT SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [feature] Java AST View 1.2.250-SNAPSHOT ........... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [feature] Java Element View 1.1.400-SNAPSHOT ....... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] [feature] Bytecode Outline View 1.2.400-SNAPSHOT ... SKIPPED
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] BUILD FAILURE
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] Total time:  01:22 min
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] Finished at: 2024-04-23T09:52:08Z
05:52:08 [2024-04-23T09:52:08.848Z] [INFO] ------------------------------------------------------------------------
05:52:08 [2024-04-23T09:52:08.848Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.core.manipulation:eclipse-plugin:1.21.100-SNAPSHOT
05:52:08 [2024-04-23T09:52:08.848Z] [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}
05:52:08 [2024-04-23T09:52:08.848Z] [ERROR]   Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier
05:52:08 [2024-04-23T09:52:08.848Z] [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
05:52:08 [2024-04-23T09:52:08.848Z] [ERROR] -> [Help 1]
05:52:08 [2024-04-23T09:52:08.848Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.core.manipulation:eclipse-plugin:1.21.100-SNAPSHOT
05:52:08 [2024-04-23T09:52:08.848Z]  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}
05:52:08 [2024-04-23T09:52:08.848Z]   Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier
05:52:08 [2024-04-23T09:52:08.848Z]   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
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:08 [2024-04-23T09:52:08.848Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:08 [2024-04-23T09:52:08.848Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
05:52:08 [2024-04-23T09:52:08.848Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:08 [2024-04-23T09:52:08.848Z]     at java.lang.reflect.Method.invoke (Method.java:568)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:08 [2024-04-23T09:52:08.848Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
05:52:08 [2024-04-23T09:52:08.848Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:08 [2024-04-23T09:52:08.849Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:08 [2024-04-23T09:52:08.849Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
05:52:08 [2024-04-23T09:52:08.849Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:08 [2024-04-23T09:52:08.849Z]     at java.lang.reflect.Method.invoke (Method.java:568)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:08 [2024-04-23T09:52:08.849Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.junit.core:eclipse-plugin:3.13.200-SNAPSHOT
05:52:08 [2024-04-23T09:52:08.849Z] [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}
05:52:08 [2024-04-23T09:52:08.849Z] [ERROR]   Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier
05:52:08 [2024-04-23T09:52:08.849Z] [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
05:52:08 [2024-04-23T09:52:08.849Z] [ERROR] -> [Help 1]
05:52:08 [2024-04-23T09:52:08.849Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.junit.core:eclipse-plugin:3.13.200-SNAPSHOT
05:52:08 [2024-04-23T09:52:08.849Z]  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}
05:52:08 [2024-04-23T09:52:08.849Z]   Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier
05:52:08 [2024-04-23T09:52:08.849Z]   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
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:08 [2024-04-23T09:52:08.849Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:08 [2024-04-23T09:52:08.849Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
05:52:08 [2024-04-23T09:52:08.849Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:08 [2024-04-23T09:52:08.849Z]     at java.lang.reflect.Method.invoke (Method.java:568)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:08 [2024-04-23T09:52:08.849Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:08 [2024-04-23T09:52:08.849Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:08 [2024-04-23T09:52:08.850Z]     at java.lang.reflect.Method.invoke (Method.java:568)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:08 [2024-04-23T09:52:08.850Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:eclipse-plugin:3.3.0-SNAPSHOT
05:52:08 [2024-04-23T09:52:08.850Z] [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}
05:52:08 [2024-04-23T09:52:08.850Z] [ERROR]   Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier
05:52:08 [2024-04-23T09:52:08.850Z] [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
05:52:08 [2024-04-23T09:52:08.850Z] [ERROR] -> [Help 1]
05:52:08 [2024-04-23T09:52:08.850Z] 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
05:52:08 [2024-04-23T09:52:08.850Z]  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}
05:52:08 [2024-04-23T09:52:08.850Z]   Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier
05:52:08 [2024-04-23T09:52:08.850Z]   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
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:08 [2024-04-23T09:52:08.850Z]     at java.lang.reflect.Method.invoke (Method.java:568)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:08 [2024-04-23T09:52:08.850Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
05:52:08 [2024-04-23T09:52:08.850Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
05:52:08 [2024-04-23T09:52:08.850Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
05:52:08 [2024-04-23T09:52:08.851Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
05:52:08 [2024-04-23T09:52:08.851Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
05:52:08 [2024-04-23T09:52:08.851Z]     at java.lang.reflect.Method.invoke (Method.java:568)
05:52:08 [2024-04-23T09:52:08.851Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
05:52:08 [2024-04-23T09:52:08.851Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
05:52:08 [2024-04-23T09:52:08.851Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
05:52:08 [2024-04-23T09:52:08.851Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] 
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] 
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ResolverException
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] 
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR] After correcting the problems, you can resume the build with the command
05:52:08 [2024-04-23T09:52:08.851Z] [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.manipulation
05:52:08 [2024-04-23T09:52:08.851Z] Exception in thread "Thread-4" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
05:52:08 [2024-04-23T09:52:08.851Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
05:52:08 [2024-04-23T09:52:08.851Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
05:52:08 [2024-04-23T09:52:08.851Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
05:52:08 [2024-04-23T09:52:08.851Z] 	... 2 more
[Pipeline] }
05:52:09 [2024-04-23T09:52:09.421Z] Terminating xvnc.
05:52:09 [2024-04-23T09:52:09.481Z] 
05:52:09 [2024-04-23T09:52:09.481Z] Tue Apr 23 09:52:09 2024
05:52:09 [2024-04-23T09:52:09.481Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
05:52:09 [2024-04-23T09:52:09.481Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
05:52:10 [2024-04-23T09:52:10.048Z] Archiving artifacts
[Pipeline] junit
05:52:10 [2024-04-23T09:52:10.160Z] Recording test results
05:52:11 [2024-04-23T09:52:11.863Z] [GitHub Checks] GitHub check (name: Tests / Build, status: completed) has been published.
[Pipeline] discoverGitReferenceBuild
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] Configured reference job: 'eclipse.jdt.ui-github/master'
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> detected 203 commits in current branch (last one: '03e4d5e')
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> adding 2 commits from build '#93' of reference job (last one: '026a99d')
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#93'
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> adding 1 commits from build '#92' of reference job (last one: 'a1cc709')
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#92'
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> adding 1 commits from build '#91' of reference job (last one: '435b254')
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#91'
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> adding 1 commits from build '#90' of reference job (last one: 'addd7dc')
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#90'
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> adding 1 commits from build '#89' of reference job (last one: 'bdf1119')
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> no matching commit found yet, continuing with commits of previous build of '#89'
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> stopping commit search since we reached the first build of the reference job
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] -> no reference build found
05:52:11 [2024-04-23T09:52:11.869Z] [ReferenceFinder] No reference build found that contains matching commits
[Pipeline] recordIssues
05:52:11 [2024-04-23T09:52:11.874Z] [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