Skip to content
Failed

Console Output

Push event to branch BETA_JAVA22
01:44:48 Connecting to https://api.github.com using 313713/******
Obtained Jenkinsfile from 38651ae6201eadd9b5f2aa1ada925bed6c60b5ab
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-8-zwrv1 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-zwrv1"
  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-zwrv1"
    - 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-zwrv1"
    - 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-zwrv1 in /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22
[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_JAVA22 # 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_JAVA22:refs/remotes/origin/BETA_JAVA22 # timeout=10
Avoid second fetch
Checking out Revision 38651ae6201eadd9b5f2aa1ada925bed6c60b5ab (BETA_JAVA22)
Commit message: "Merge branch master into BETA_JAVA22"
 > 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_JAVA22:refs/remotes/origin/BETA_JAVA22 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 38651ae6201eadd9b5f2aa1ada925bed6c60b5ab # timeout=10
 > git rev-list --no-walk 5a16d5189c1793bf8cf1d8a4b1df38aec0991499 # 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_JAVA22 #6' that contains recorded Git commits
[GitCheckoutListener] -> Starting recording of new commits since '5a16d51'
[GitCheckoutListener] -> Multiple parent commits found - storing latest commit of local merge '38651ae'
[GitCheckoutListener] -> Using parent commit '5a16d51' of local merge as starting point
[GitCheckoutListener] -> Storing target branch head '55a99db' (second parent of local merge) 
[GitCheckoutListener] -> No new commits found
[GitCheckoutListener] -> The latest commit '38651ae6201eadd9b5f2aa1ada925bed6c60b5ab' is a merge commit
[GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@11dc6cef' 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
01:45:23 [2024-02-05T06:45:23.573Z] $ pkill Xvnc
01:45:23 [2024-02-05T06:45:23.587Z] $ pkill Xrealvnc
01:45:23 [2024-02-05T06:45:23.599Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
01:48:30 [2024-02-05T06:48:30.841Z] [clipse.jdt.ui-github_BETA_JAVA22] $ Xvnc -help
01:48:30 [2024-02-05T06:48:30.851Z] Starting xvnc
01:48:30 [2024-02-05T06:48:30.861Z] [clipse.jdt.ui-github_BETA_JAVA22] $ Xvnc :55 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
01:48:30 [2024-02-05T06:48:30.866Z] 
01:48:30 [2024-02-05T06:48:30.866Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16
01:48:30 [2024-02-05T06:48:30.866Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst)
01:48:30 [2024-02-05T06:48:30.866Z] See https://www.tigervnc.org for information on TigerVNC.
01:48:30 [2024-02-05T06:48:30.866Z] Underlying X server release 12011000, The X.Org Foundation
01:48:30 [2024-02-05T06:48:30.866Z] 
01:48:30 [2024-02-05T06:48:30.866Z] 
01:48:30 [2024-02-05T06:48:30.866Z] Mon Feb  5 06:48:30 2024
01:48:30 [2024-02-05T06:48:30.866Z]  vncext:      VNC extension running!
01:48:30 [2024-02-05T06:48:30.867Z]  vncext:      Listening for VNC connections on all interface(s), port 5955
01:48:30 [2024-02-05T06:48:30.867Z]  vncext:      created VNC server for screen 0
[Pipeline] sh
01:48:31 [2024-02-05T06:48:31.217Z] + mvn -U -e -Dmaven.compiler.failOnWarning=false -DskipTests=false -Dmaven.repo.local=/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/.m2/repository clean verify --batch-mode -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false
01:48:31 [2024-02-05T06:48:31.217Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
01:48:31 [2024-02-05T06:48:31.217Z] Maven home: /opt/tools/apache-maven/latest
01:48:31 [2024-02-05T06:48:31.217Z] Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
01:48:31 [2024-02-05T06:48:31.217Z] Default locale: en_US, platform encoding: UTF-8
01:48:31 [2024-02-05T06:48:31.217Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
01:48:37 [2024-02-05T06:48:37.782Z] [INFO] Error stacktraces are turned on.
01:48:37 [2024-02-05T06:48:37.782Z] [INFO] Scanning for projects...
01:48:44 [2024-02-05T06:48:44.333Z] [INFO] Tycho Version:  4.0.5 (bc6c4158d7b008797d3e85c0dae0ccd9e50458e5)
01:48:44 [2024-02-05T06:48:44.333Z] [INFO] Tycho Mode:     extension
01:48:44 [2024-02-05T06:48:44.333Z] [INFO] Tycho Builder:  maven
01:48:44 [2024-02-05T06:48:44.333Z] [INFO] Build Threads:  1
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] ------------------------------------------------------------------------
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] Reactor Build Order:
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] eclipse.jdt.ui                                                     [pom]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [bundle] Java Code Manipulation Functionality           [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.bcoview                                 [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.junit.runtime                           [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [bundle] AST View Plug-in                               [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.junit4.runtime                          [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [bundle] Java Element View Plug-in                      [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.junit5.runtime                          [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [bundle] Java Development Tools JUnit core support      [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [bundle] Java Development Tools JUnit support           [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui.tests                           [eclipse-test-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.text.tests                         [eclipse-test-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui.tests.refactoring               [eclipse-test-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject                             [jar]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui.examples.projects                    [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui.unittest.junit                       [eclipse-plugin]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature              [eclipse-feature]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [feature] Java AST View                                [eclipse-feature]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [feature] Java Element View                            [eclipse-feature]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] [feature] Bytecode Outline View                        [eclipse-feature]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >--------------------
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] Building eclipse.jdt.ui 4.31.0-SNAPSHOT                           [1/21]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO]   from pom.xml
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --------------------------------[ pom ]---------------------------------
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/saveproperties
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/src/main/resources
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- tycho-apitools:4.0.5:generate (generate) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- tycho-source:4.0.5:plugin-source (plugin-source) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- tycho-p2-extras:4.0.5:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] --- tycho-apitools:4.0.5:verify (verify) @ eclipse.jdt.ui ---
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] 
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >----------
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] Building [bundle] Java Code Manipulation Functionality 1.21.0-SNAPSHOT [2/21]
01:49:06 [2024-02-05T06:49:06.241Z] [INFO]   from org.eclipse.jdt.core.manipulation/.polyglot.META-INF
01:49:06 [2024-02-05T06:49:06.241Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:49:07 [2024-02-05T06:49:07.608Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.31.0-SNAPSHOT/eclipse-sdk-prereqs-4.31.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@2d83ed58
01:49:07 [2024-02-05T06:49:07.608Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
01:49:07 [2024-02-05T06:49:07.608Z] [INFO]     Cache location:         /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/.m2/repository/.cache/tycho
01:49:07 [2024-02-05T06:49:07.608Z] [INFO]     Transport mode:         online
01:49:07 [2024-02-05T06:49:07.608Z] [INFO]     Http Transport type:    Java11Client
01:49:07 [2024-02-05T06:49:07.608Z] [INFO]     Update mode:            forced
01:49:07 [2024-02-05T06:49:07.608Z] [INFO]     Minimum cache duration: 60 minutes
01:49:07 [2024-02-05T06:49:07.608Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
01:49:08 [2024-02-05T06:49:08.536Z] [INFO] Resolving MavenDependencyRoots = [GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 74.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-fileupload, ArtifactId = commons-fileupload, Version = 1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.15.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.0, 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.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcpg-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.bouncycastle, ArtifactId = bcprov-jdk18on, Version = 1.77, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jsoup, ArtifactId = jsoup, Version = 1.17.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.core, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.sat4j, ArtifactId = org.ow2.sat4j.pb, Version = 2.3.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.tukaani, ArtifactId = xz, Version = 1.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
01:49:15 [2024-02-05T06:49:15.078Z] [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.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.6, 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.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.6, 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
01:49:16 [2024-02-05T06:49:16.008Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
01:49:16 [2024-02-05T06:49:16.935Z] [INFO] Resolving MavenDependencyRoots = [GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
01:49:17 [2024-02-05T06:49:17.192Z] [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.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
01:49:18 [2024-02-05T06:49:18.559Z] [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 = 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 = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
01:49:19 [2024-02-05T06:49:19.494Z] [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
01:49:19 [2024-02-05T06:49:19.494Z] [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.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-migrationsupport, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.jupiter, ArtifactId = junit-jupiter-params, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-launcher, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-runner, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-api, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-commons, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.platform, ArtifactId = junit-platform-suite-engine, Version = 1.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.junit.vintage, ArtifactId = junit-vintage-engine, Version = 5.10.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.opentest4j, ArtifactId = opentest4j, Version = 1.3.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
01:49:20 [2024-02-05T06:49:20.440Z] [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
01:49:21 [2024-02-05T06:49:21.003Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 2.1.2, 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.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true
01:49:21 [2024-02-05T06:49:21.259Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/Y-builds
01:49:25 [2024-02-05T06:49:25.445Z] [INFO] 
01:49:25 [2024-02-05T06:49:25.445Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.manipulation ---
01:49:25 [2024-02-05T06:49:25.445Z] [INFO] 
01:49:25 [2024-02-05T06:49:25.445Z] [INFO] --- tycho-packaging:4.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] The project's OSGi version is 1.21.0.v20240205-0644
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] 
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] --- tycho-packaging:4.0.5:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] 
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] --- tycho-packaging:4.0.5:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] 
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/saveproperties
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] 
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] 
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] --- target-platform-configuration:4.0.5:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] 
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] --- tycho-compiler:4.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation ---
01:49:27 [2024-02-05T06:49:27.993Z] [INFO] Resolving class path of [bundle] Java Code Manipulation Functionality
01:49:28 [2024-02-05T06:49:28.249Z] [INFO] 
01:49:28 [2024-02-05T06:49:28.249Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.jdt.core.manipulation ---
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] Source directory: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/common added.
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] 
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.jdt.core.manipulation ---
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] Source directory: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension added.
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] 
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.jdt.core.manipulation ---
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] Source directory: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/proposals added.
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] 
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.manipulation ---
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/src/main/resources
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] 
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.manipulation ---
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/src/main/resources
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] 
01:49:28 [2024-02-05T06:49:28.811Z] [INFO] --- tycho-compiler:4.0.5:compile (default-compile) @ org.eclipse.jdt.core.manipulation ---
01:49:29 [2024-02-05T06:49:29.067Z] [INFO] Compiling 883 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240131-1047
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] ------------------------------------------------------------------------
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] Reactor Summary:
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] 
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] eclipse.jdt.ui 4.31.0-SNAPSHOT ..................... SUCCESS [  1.251 s]
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.0-SNAPSHOT FAILURE [ 39.765 s]
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui 3.32.0-SNAPSHOT ................. SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.bcoview 1.2.300-SNAPSHOT ........... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [bundle] AST View Plug-in 1.6.100-SNAPSHOT ......... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [bundle] Java Element View Plug-in 1.5.200-SNAPSHOT  SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.100-SNAPSHOT SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.300-SNAPSHOT SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui.tests 3.15.300-SNAPSHOT ......... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.text.tests 3.14.300-SNAPSHOT ....... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.300-SNAPSHOT SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT  SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.300-SNAPSHOT . SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.300-SNAPSHOT SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [feature] Java AST View 1.2.200-SNAPSHOT ........... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [feature] Java Element View 1.1.300-SNAPSHOT ....... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] [feature] Bytecode Outline View 1.2.300-SNAPSHOT ... SKIPPED
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] ------------------------------------------------------------------------
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] BUILD FAILURE
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] ------------------------------------------------------------------------
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] Total time:  01:08 min
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] Finished at: 2024-02-05T06:49:45Z
01:49:47 [2024-02-05T06:49:47.252Z] [INFO] ------------------------------------------------------------------------
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.5:compile (default-compile) on project org.eclipse.jdt.core.manipulation: Compilation failure: Compilation failure: 
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java:[85] 
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	VERSION_LATEST= JavaCore.VERSION_22; // make sure it is not inlined
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	                         ^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] VERSION_22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java:[872] 
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	return !isVersionLessThan(compliance, JavaCore.VERSION_22);
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	                                               ^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] VERSION_22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java:[1120] 
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	} else if (version.startsWith(JavaCore.VERSION_22)) {
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	                                       ^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] VERSION_22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java:[1121] 
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	return JavaCore.VERSION_22;
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	                ^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] VERSION_22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java:[1176] 
01:49:47 [2024-02-05T06:49:47.252Z] [ERROR] 	if (desc.indexOf(JavaCore.VERSION_22) != -1) {
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	                          ^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] VERSION_22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/JavaModelUtil.java:[1177] 
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	return JavaCore.VERSION_22;
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	                ^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] VERSION_22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction/proposals/AddModuleRequiresCorrectionProposalCore.java:[44] 
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	import org.eclipse.jdt.core.provisional.JavaModelAccess;
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] Discouraged access: The type 'JavaModelAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.37.0.v20231230-2046/org.eclipse.jdt.core-3.37.0.v20231230-2046.jar')
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction/proposals/AddModuleRequiresCorrectionProposalCore.java:[198] 
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	projectModule= JavaModelAccess.getAutomaticModuleDescription(element);
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	               ^^^^^^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] Discouraged access: The type 'JavaModelAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.37.0.v20231230-2046/org.eclipse.jdt.core-3.37.0.v20231230-2046.jar')
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction/proposals/AddModuleRequiresCorrectionProposalCore.java:[198] 
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	projectModule= JavaModelAccess.getAutomaticModuleDescription(element);
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] Discouraged access: The method 'JavaModelAccess.getAutomaticModuleDescription(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.37.0.v20231230-2046/org.eclipse.jdt.core-3.37.0.v20231230-2046.jar')
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA22/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/util/ASTHelper.java:[44] 
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	public static final int JLS22 = AST.JLS22;
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 	                                    ^^^^^
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] JLS22 cannot be resolved or is not a field
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] 10 problems (10 errors)
01:49:47 [2024-02-05T06:49:47.253Z] [ERROR] -> [Help 1]
01:49:47 [2024-02-05T06:49:47.253Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:4.0.5:compile (default-compile) on project org.eclipse.jdt.core.manipulation: Compilation failure
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
01:49:47 [2024-02-05T06:49:47.253Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
01:49:47 [2024-02-05T06:49:47.254Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
01:49:47 [2024-02-05T06:49:47.254Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
01:49:47 [2024-02-05T06:49:47.254Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
01:49:47 [2024-02-05T06:49:47.254Z]     at java.lang.reflect.Method.invoke (Method.java:568)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
01:49:47 [2024-02-05T06:49:47.254Z] Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
01:49:47 [2024-02-05T06:49:47.254Z]     at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:433)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.doCompile (AbstractOsgiCompilerMojo.java:404)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute (AbstractOsgiCompilerMojo.java:385)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
01:49:47 [2024-02-05T06:49:47.254Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
01:49:47 [2024-02-05T06:49:47.254Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
01:49:47 [2024-02-05T06:49:47.254Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
01:49:47 [2024-02-05T06:49:47.254Z]     at java.lang.reflect.Method.invoke (Method.java:568)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
01:49:47 [2024-02-05T06:49:47.254Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] 
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] 
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] 
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR] After correcting the problems, you can resume the build with the command
01:49:47 [2024-02-05T06:49:47.254Z] [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.manipulation
01:49:47 [2024-02-05T06:49:47.254Z] Exception in thread "Thread-2" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
01:49:47 [2024-02-05T06:49:47.254Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
01:49:47 [2024-02-05T06:49:47.254Z] 	at java.base/java.lang.Thread.run(Thread.java:840)
01:49:47 [2024-02-05T06:49:47.254Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
01:49:47 [2024-02-05T06:49:47.254Z] 	... 2 more
[Pipeline] }
01:49:47 [2024-02-05T06:49:47.266Z] Terminating xvnc.
01:49:47 [2024-02-05T06:49:47.340Z] 
01:49:47 [2024-02-05T06:49:47.340Z] Mon Feb  5 06:49:47 2024
01:49:47 [2024-02-05T06:49:47.340Z]  ComparingUpdateTracker: 0 pixels in / 0 pixels out
01:49:47 [2024-02-05T06:49:47.340Z]  ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
01:49:59 [2024-02-05T06:49:59.873Z] Archiving artifacts
[Pipeline] junit
01:49:59 [2024-02-05T06:49:59.980Z] Recording test results
01:50:00 [2024-02-05T06:50:00.541Z] No test report files were found. Configuration error?
Error when executing always post condition:
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.67.213/10.40.67.213:50422
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1003)
		at hudson.FilePath.act(FilePath.java:1230)
		at hudson.FilePath.act(FilePath.java:1219)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:120)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:160)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:254)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:839)
Also:   org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 40507031-8113-48a0-87ce-29bb879c1c48
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:188)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:829)

[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
[GitHub Checks] GitHub check (name: Jenkins, status: completed) has been published.

GitHub has been notified of this commit’s build result

Finished: FAILURE