Push event to branch BETA_JAVA23 03:12:33 Connecting to https://api.github.com using 313713/****** Obtained Jenkinsfile from 0b7f512e4260930ba2c8bdfbc52d83bac8dd6fa9 [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-scplz 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-scplz" 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-scplz" - 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-scplz" - 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-scplz 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 0b7f512e4260930ba2c8bdfbc52d83bac8dd6fa9 (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 0b7f512e4260930ba2c8bdfbc52d83bac8dd6fa9 # timeout=10 Commit message: "Merge pull request #1400 from eclipse-jdt/master" > git rev-list --no-walk 7e1e78f0626fd92a82423cdaed705ce7cda3a1ba # 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 #5' that contains recorded Git commits [GitCheckoutListener] -> Starting recording of new commits since '7e1e78f' [GitCheckoutListener] -> Multiple parent commits found - storing latest commit of local merge '0b7f512' [GitCheckoutListener] -> Using parent commit '7e1e78f' of local merge as starting point [GitCheckoutListener] -> Storing target branch head 'af7a99c' (second parent of local merge) [GitCheckoutListener] -> No new commits found [GitCheckoutListener] -> The latest commit '0b7f512e4260930ba2c8bdfbc52d83bac8dd6fa9' is a merge commit [GitCheckoutListener] -> Git commit decorator successfully obtained 'hudson.plugins.git.browser.GithubWeb@6f01eba1' 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 03:13:03 [2024-05-10T07:13:03.801Z] $ pkill Xvnc 03:13:03 [2024-05-10T07:13:03.822Z] $ pkill Xrealvnc 03:13:03 [2024-05-10T07:13:03.836Z] $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" 03:13:04 [2024-05-10T07:13:04.388Z] [clipse.jdt.ui-github_BETA_JAVA23] $ Xvnc -help 03:13:04 [2024-05-10T07:13:04.416Z] Starting xvnc 03:13:04 [2024-05-10T07:13:04.419Z] [clipse.jdt.ui-github_BETA_JAVA23] $ Xvnc :54 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [Pipeline] { 03:13:04 [2024-05-10T07:13:04.431Z] 03:13:04 [2024-05-10T07:13:04.431Z] Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 03:13:04 [2024-05-10T07:13:04.431Z] Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) 03:13:04 [2024-05-10T07:13:04.431Z] See https://www.tigervnc.org for information on TigerVNC. 03:13:04 [2024-05-10T07:13:04.432Z] Underlying X server release 12011000, The X.Org Foundation 03:13:04 [2024-05-10T07:13:04.432Z] 03:13:04 [2024-05-10T07:13:04.432Z] 03:13:04 [2024-05-10T07:13:04.432Z] Fri May 10 07:13:04 2024 03:13:04 [2024-05-10T07:13:04.432Z] vncext: VNC extension running! 03:13:04 [2024-05-10T07:13:04.432Z] vncext: Listening for VNC connections on all interface(s), port 5954 03:13:04 [2024-05-10T07:13:04.432Z] vncext: created VNC server for screen 0 [Pipeline] sh 03:13:04 [2024-05-10T07:13:04.765Z] + 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 03:13:05 [2024-05-10T07:13:05.697Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 03:13:05 [2024-05-10T07:13:05.697Z] Maven home: /opt/tools/apache-maven/latest 03:13:05 [2024-05-10T07:13:05.697Z] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 03:13:05 [2024-05-10T07:13:05.697Z] Default locale: en_US, platform encoding: UTF-8 03:13:05 [2024-05-10T07:13:05.697Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" 03:13:13 [2024-05-10T07:13:13.799Z] [INFO] Error stacktraces are turned on. 03:13:13 [2024-05-10T07:13:13.799Z] [INFO] Scanning for projects... 03:13:19 [2024-05-10T07:13:19.052Z] [INFO] Tycho Version: 4.0.8-SNAPSHOT (749723c8f4d5004dc62ed4532a18cbd9735d3795) 03:13:19 [2024-05-10T07:13:19.052Z] [INFO] Tycho Mode: extension 03:13:19 [2024-05-10T07:13:19.052Z] [INFO] Tycho Builder: maven 03:13:19 [2024-05-10T07:13:19.052Z] [INFO] Build Threads: 1 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] ------------------------------------------------------------------------ 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] Reactor Build Order: 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] eclipse.jdt.ui [pom] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [bundle] Java Code Manipulation Functionality [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.junit.runtime [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.bcoview [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [bundle] AST View Plug-in [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.junit4.runtime [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [bundle] Java Element View Plug-in [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.junit5.runtime [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [bundle] Java Development Tools JUnit core support [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [bundle] Java Development Tools JUnit support [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui.tests [eclipse-test-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.text.tests [eclipse-test-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui.tests.refactoring [eclipse-test-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject [jar] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui.examples.projects [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui.unittest.junit [eclipse-plugin] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature [eclipse-feature] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [feature] Java AST View [eclipse-feature] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [feature] Java Element View [eclipse-feature] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] [feature] Bytecode Outline View [eclipse-feature] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >-------------------- 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] Building eclipse.jdt.ui 4.32.0-SNAPSHOT [1/21] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] from pom.xml 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] --------------------------------[ pom ]--------------------------------- 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.ui --- 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.ui --- 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/saveproperties 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.ui --- 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed 03:13:40 [2024-05-10T07:13:40.948Z] [INFO] 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.ui --- 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/src/main/resources 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ eclipse.jdt.ui --- 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.ui --- 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] 03:13:40 [2024-05-10T07:13:40.949Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipse.jdt.ui --- 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui --- 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ eclipse.jdt.ui --- 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >---------- 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] Building [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT [2/21] 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] from org.eclipse.jdt.core.manipulation/.polyglot.META-INF 03:13:49 [2024-05-10T07:13:49.044Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository/org/eclipse/eclipse-sdk-prereqs/4.32.0-SNAPSHOT/eclipse-sdk-prereqs-4.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64, linux/gtk/ppc64le, linux/gtk/aarch64, win32/win32/x86_64, win32/win32/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@478fc7fb 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ### 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] Cache location: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/.m2/repository/.cache/tycho 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] Transport mode: online 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] Http Transport type: Java11Client 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] Update mode: forced 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] Minimum cache duration: 60 minutes 03:13:51 [2024-05-10T07:13:51.564Z] [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>) 03:13:52 [2024-05-10T07:13:52.949Z] [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 03:13:58 [2024-05-10T07:13:58.218Z] [INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.el, ArtifactId = jakarta.el-api, Version = 3.0.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = javax.servlet.jsp, ArtifactId = javax.servlet.jsp-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-apache-jsp, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-nested, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-security, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.ee8, ArtifactId = jetty-ee8-servlet, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty.toolchain, ArtifactId = jetty-servlet-api, Version = 4.0.6, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-http, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-session, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util-ajax, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 12.0.9, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.glassfish, ArtifactId = jakarta.el, Version = 3.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-el, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mortbay.jasper, ArtifactId = apache-jsp, Version = 9.0.83.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 03:14:00 [2024-05-10T07:14:00.743Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.15, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.assertj, ArtifactId = assertj-core, Version = 3.25.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.mockito, ArtifactId = mockito-core, Version = 5.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.objenesis, ArtifactId = objenesis, Version = 3.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true 03:14:01 [2024-05-10T07:14:01.672Z] [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 03:14:02 [2024-05-10T07:14:02.235Z] [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 03:14:04 [2024-05-10T07:14:04.131Z] [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 03:14:06 [2024-05-10T07:14:06.023Z] [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 03:14:06 [2024-05-10T07:14:06.024Z] [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 03:14:07 [2024-05-10T07:14:07.401Z] [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 03:14:07 [2024-05-10T07:14:07.657Z] [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 03:14:08 [2024-05-10T07:14:08.222Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/Y-builds 03:14:08 [2024-05-10T07:14:08.479Z] [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} 03:14:08 [2024-05-10T07:14:08.479Z] [ERROR] Cannot resolve project dependencies: 03:14:08 [2024-05-10T07:14:08.479Z] [ERROR] Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier 03:14:08 [2024-05-10T07:14:08.479Z] [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 03:14:08 [2024-05-10T07:14:08.479Z] [ERROR] 03:14:08 [2024-05-10T07:14:08.479Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] ------------------------------------------------------------------------ 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] Skipping org.eclipse.jdt.ui 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] This project has been banned from the build due to previous failures. 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] ------------------------------------------------------------------------ 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------ 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] Building org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT [3/21] 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] from org.eclipse.jdt.junit.runtime/pom.xml 03:14:08 [2024-05-10T07:14:08.479Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:14:09 [2024-05-10T07:14:09.420Z] [INFO] 03:14:09 [2024-05-10T07:14:09.420Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.runtime --- 03:14:09 [2024-05-10T07:14:09.420Z] [INFO] 03:14:09 [2024-05-10T07:14:09.420Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] The project's OSGi version is 3.7.400.v20231214-1952 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] 03:14:12 [2024-05-10T07:14:12.688Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/saveproperties 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] Resolving class path of org.eclipse.jdt.junit.runtime 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/main/resources 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/main/resources 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] 03:14:12 [2024-05-10T07:14:12.689Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit.runtime --- 03:14:12 [2024-05-10T07:14:12.945Z] [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 03:14:14 [2024-05-10T07:14:14.870Z] [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] 03:14:14 [2024-05-10T07:14:14.870Z] return (ITestLoader) loadTestLoaderClass(className).newInstance(); 03:14:14 [2024-05-10T07:14:14.870Z] ^^^^^^^^^^^^^ 03:14:14 [2024-05-10T07:14:14.870Z] The method newInstance() from the type Class<capture#2-of ?> is deprecated 03:14:14 [2024-05-10T07:14:14.870Z] 1 problem (1 warning) 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit.runtime/src/test/resources 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [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 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime --- 03:14:14 [2024-05-10T07:14:14.870Z] [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 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] 03:14:14 [2024-05-10T07:14:14.870Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime --- 03:14:15 [2024-05-10T07:14:15.127Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds 03:14:16 [2024-05-10T07:14:16.493Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.32-I-builds 03:14:16 [2024-05-10T07:14:16.748Z] [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 03:14:16 [2024-05-10T07:14:16.749Z] The main artifact has been replaced with the baseline version. 03:14:16 [2024-05-10T07:14:16.749Z] The following attached artifacts have been replaced with the baseline version: [sources] 03:14:16 [2024-05-10T07:14:16.749Z] 03:14:16 [2024-05-10T07:14:16.749Z] [INFO] 03:14:16 [2024-05-10T07:14:16.749Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit.runtime --- 03:14:17 [2024-05-10T07:14:17.676Z] [INFO] No previous run data found, generating javadoc. 03:14:20 [2024-05-10T07:14:20.962Z] [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 03:14:20 [2024-05-10T07:14:20.962Z] [INFO] 03:14:20 [2024-05-10T07:14:20.962Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime --- 03:14:20 [2024-05-10T07:14:20.962Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.junit.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] ------------------------------------------------------------------------ 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] Skipping org.eclipse.jdt.bcoview 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] This project has been banned from the build due to previous failures. 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] ------------------------------------------------------------------------ 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] ------------------------------------------------------------------------ 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] Skipping [bundle] AST View Plug-in 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] This project has been banned from the build due to previous failures. 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] ------------------------------------------------------------------------ 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >----------- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] Building org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT [4/21] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] from org.eclipse.jdt.junit4.runtime/pom.xml 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] The project's OSGi version is 1.3.100.v20231214-1952 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/saveproperties 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] Resolving class path of org.eclipse.jdt.junit4.runtime 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] 03:14:21 [2024-05-10T07:14:21.218Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/main/resources 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/main/resources 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.219Z] [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit4.runtime/src/test/resources 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [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 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] 03:14:21 [2024-05-10T07:14:21.475Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.475Z] [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 03:14:21 [2024-05-10T07:14:21.746Z] [INFO] 03:14:21 [2024-05-10T07:14:21.746Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime --- 03:14:21 [2024-05-10T07:14:21.746Z] [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 03:14:21 [2024-05-10T07:14:21.746Z] The main artifact has been replaced with the baseline version. 03:14:21 [2024-05-10T07:14:21.746Z] The following attached artifacts have been replaced with the baseline version: [sources] 03:14:21 [2024-05-10T07:14:21.746Z] 03:14:21 [2024-05-10T07:14:21.746Z] [INFO] 03:14:21 [2024-05-10T07:14:21.746Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit4.runtime --- 03:14:22 [2024-05-10T07:14:22.002Z] [INFO] No previous run data found, generating javadoc. 03:14:24 [2024-05-10T07:14:24.521Z] [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 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime --- 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.junit4.runtime --- 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] ------------------------------------------------------------------------ 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] Skipping [bundle] Java Element View Plug-in 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] This project has been banned from the build due to previous failures. 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] ------------------------------------------------------------------------ 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >----------- 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] Building org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT [5/21] 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] from org.eclipse.jdt.junit5.runtime/pom.xml 03:14:24 [2024-05-10T07:14:24.521Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:14:25 [2024-05-10T07:14:25.083Z] [INFO] 03:14:25 [2024-05-10T07:14:25.083Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.083Z] [INFO] 03:14:25 [2024-05-10T07:14:25.083Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.083Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1952 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/saveproperties 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- target-platform-configuration:4.0.8-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] Resolving class path of org.eclipse.jdt.junit5.runtime 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/main/resources 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/main/resources 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.084Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/target/classes using Eclipse Compiler for Java(TM) 3.38.0.v20240427-0959 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-bnd:4.0.8-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-ds:4.0.8-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.junit5.runtime/src/test/resources 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-compiler:4.0.8-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [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 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] 03:14:25 [2024-05-10T07:14:25.340Z] [INFO] --- tycho-packaging:4.0.8-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.340Z] [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 03:14:25 [2024-05-10T07:14:25.341Z] [INFO] 03:14:25 [2024-05-10T07:14:25.341Z] [INFO] --- tycho-p2:4.0.8-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.341Z] [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 03:14:25 [2024-05-10T07:14:25.341Z] The main artifact has been replaced with the baseline version. 03:14:25 [2024-05-10T07:14:25.341Z] The following attached artifacts have been replaced with the baseline version: [sources] 03:14:25 [2024-05-10T07:14:25.341Z] 03:14:25 [2024-05-10T07:14:25.341Z] [INFO] 03:14:25 [2024-05-10T07:14:25.341Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.junit5.runtime --- 03:14:25 [2024-05-10T07:14:25.599Z] [INFO] No previous run data found, generating javadoc. 03:14:28 [2024-05-10T07:14:28.143Z] [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 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime --- 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.junit5.runtime --- 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >------------- 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] Building [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT [6/21] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] from org.eclipse.jdt.junit.core/.polyglot.META-INF 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:14:28 [2024-05-10T07:14:28.143Z] [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} 03:14:28 [2024-05-10T07:14:28.143Z] [ERROR] Cannot resolve project dependencies: 03:14:28 [2024-05-10T07:14:28.143Z] [ERROR] Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier 03:14:28 [2024-05-10T07:14:28.143Z] [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 03:14:28 [2024-05-10T07:14:28.143Z] [ERROR] 03:14:28 [2024-05-10T07:14:28.143Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] Skipping [bundle] Java Development Tools JUnit support 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] This project has been banned from the build due to previous failures. 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] Skipping org.eclipse.jdt.ui.tests 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] This project has been banned from the build due to previous failures. 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] Skipping org.eclipse.jdt.text.tests 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] This project has been banned from the build due to previous failures. 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] Skipping org.eclipse.jdt.ui.tests.refactoring 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] This project has been banned from the build due to previous failures. 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] ------------------------------------------------------------------------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] -----< org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject >------ 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] Building org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT [7/21] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] from org.eclipse.jdt.ui.junit.sampleproject/pom.xml 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] --------------------------------[ jar ]--------------------------------- 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/saveproperties 03:14:28 [2024-05-10T07:14:28.143Z] [INFO] 03:14:28 [2024-05-10T07:14:28.144Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:28 [2024-05-10T07:14:28.144Z] [INFO] 03:14:28 [2024-05-10T07:14:28.144Z] [INFO] --- license:2.4.0:update-file-header (first) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Will check encoding: UTF-8 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] config - available comment styles : 03:14:42 [2024-05-10T07:14:42.997Z] * apt (header transformer with apt comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * ftl (header transformer with free marker comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * xml (header transformer with html comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * java (header transformer with java comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * jsp (header transformer with jsp comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * mysql (header transformer with mysql comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * php (header transformer with php comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * properties (header transformer with properties file comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * rst (header transformer with rst comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * sql (header transformer with sql comment style) 03:14:42 [2024-05-10T07:14:42.997Z] * xml (header transformer with xml comment style) 03:14:42 [2024-05-10T07:14:42.997Z] [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.4.0/license-maven-plugin-2.4.0.jar!/META-INF/licenses 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Will use default roots [src, target/generated-sources, target/processed-sources] 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Will use default includes [**/*] 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Will use processStartTag: #%L 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Will use processEndTag: #L% 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Will use sectionDelimiter: %% 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Associate extension 'apt' to comment style 'apt' 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Associate extension 'ftl' to comment style 'ftl' 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Associate extension 'xhtml' to comment style 'html' 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Associate extension 'html' to comment style 'html' 03:14:42 [2024-05-10T07:14:42.997Z] [INFO] Associate extension 'htm' to comment style 'html' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'java' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'groovy' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'css' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'jccs' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'cs' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'as' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'aj' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'c' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'h' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'cpp' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'js' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'json' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'ts' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'go' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'kt' to comment style 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'jsp' to comment style 'jsp' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'jspx' to comment style 'jsp' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'mysql' to comment style 'mysql' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'php' to comment style 'php' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'properties' to comment style 'properties' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'sh' to comment style 'properties' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'py' to comment style 'properties' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'rb' to comment style 'properties' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'pl' to comment style 'properties' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'pm' to comment style 'properties' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'rst' to comment style 'rst' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'sql' to comment style 'sql' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'pom' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'xml' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'mxlm' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'dtd' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'fml' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'xsl' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'jaxx' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'kml' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'gsp' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'tml' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Associate extension 'svg' to comment style 'xml' 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Skip not found root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/generated-sources 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Skip not found root /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/processed-sources 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Use description template: /org/codehaus/mojo/license/default-file-header-description.ftl 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Process header 'rst' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:42 [2024-05-10T07:14:42.998Z] ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] Process header 'java' 03:14:42 [2024-05-10T07:14:42.998Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.998Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:42 [2024-05-10T07:14:42.999Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'apt' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'jsp' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'xml' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'php' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'html' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'mysql' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'properties' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [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 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'ftl' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Process header 'sql' 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] - using Eclipse Public + Distribution License - v 1.0 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Scan 56 files header done in 124.989ms. 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] All files are up-to-date. 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Copying 7 resources from src/main/resources to target/classes 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] Copying 7 resources from src/main/resources to target/resources 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] 03:14:43 [2024-05-10T07:14:43.000Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:44 [2024-05-10T07:14:44.370Z] [INFO] Changes detected - recompiling the module! :source 03:14:44 [2024-05-10T07:14:44.370Z] [INFO] Compiling 50 source files with javac [debug release 8] to target/classes 03:14:46 [2024-05-10T07:14:46.272Z] [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. 03:14:46 [2024-05-10T07:14:46.272Z] [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. 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/src/test/resources 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] Changes detected - recompiling the module! :dependency 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes 03:14:46 [2024-05-10T07:14:46.272Z] [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. 03:14:46 [2024-05-10T07:14:46.272Z] [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. 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] 03:14:46 [2024-05-10T07:14:46.272Z] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:46 [2024-05-10T07:14:46.834Z] [INFO] Surefire report directory: /home/jenkins/agent/workspace/clipse.jdt.ui-github_BETA_JAVA23/org.eclipse.jdt.ui.junit.sampleproject/target/surefire-reports 03:14:46 [2024-05-10T07:14:46.834Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider 03:14:47 [2024-05-10T07:14:47.090Z] [INFO] 03:14:47 [2024-05-10T07:14:47.090Z] [INFO] ------------------------------------------------------- 03:14:47 [2024-05-10T07:14:47.090Z] [INFO] T E S T S 03:14:47 [2024-05-10T07:14:47.090Z] [INFO] ------------------------------------------------------- 03:14:47 [2024-05-10T07:14:47.346Z] [INFO] Running junit.samples.AllTests 03:14:47 [2024-05-10T07:14:47.346Z] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in junit.samples.AllTests 03:14:47 [2024-05-10T07:14:47.346Z] [INFO] Running junit.samples.SimpleTest 03:14:47 [2024-05-10T07:14:47.346Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in junit.samples.SimpleTest 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] Running junit.samples.money.MoneyTest 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in junit.samples.money.MoneyTest 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] Running junit.samples.VectorTest 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in junit.samples.VectorTest 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] Results: 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] --- tycho-source:4.0.8-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] 03:14:47 [2024-05-10T07:14:47.347Z] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:47 [2024-05-10T07:14:47.909Z] [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 03:14:47 [2024-05-10T07:14:47.909Z] [INFO] 03:14:47 [2024-05-10T07:14:47.909Z] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:48 [2024-05-10T07:14:48.165Z] [INFO] No previous run data found, generating javadoc. 03:14:51 [2024-05-10T07:14:51.453Z] [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 03:14:51 [2024-05-10T07:14:51.453Z] [INFO] 03:14:51 [2024-05-10T07:14:51.453Z] [INFO] --- assembly:3.7.1:single (make-assembly) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:52 [2024-05-10T07:14:52.018Z] [INFO] Reading assembly descriptor: src/assembly/src.xml 03:14:52 [2024-05-10T07:14:52.018Z] [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 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] --- tycho-p2-extras:4.0.8-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] --- tycho-apitools:4.0.8-SNAPSHOT:verify (verify) @ org.eclipse.jdt.ui.junit.sampleproject --- 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects >-------- 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] Building org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT [8/21] 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] from org.eclipse.jdt.ui.examples.projects/pom.xml 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- 03:14:52 [2024-05-10T07:14:52.274Z] [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. 03:14:52 [2024-05-10T07:14:52.274Z] [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. 03:14:52 [2024-05-10T07:14:52.274Z] [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} 03:14:52 [2024-05-10T07:14:52.274Z] [ERROR] Cannot resolve project dependencies: 03:14:52 [2024-05-10T07:14:52.274Z] [ERROR] Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier 03:14:52 [2024-05-10T07:14:52.274Z] [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 03:14:52 [2024-05-10T07:14:52.274Z] [ERROR] 03:14:52 [2024-05-10T07:14:52.274Z] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.274Z] [INFO] Skipping org.eclipse.jdt.ui.unittest.junit 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] This project has been banned from the build due to previous failures. 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Skipping org.eclipse.jdt.ui.unittest.junit.feature 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] This project has been banned from the build due to previous failures. 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Skipping [feature] Java AST View 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] This project has been banned from the build due to previous failures. 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Skipping [feature] Java Element View 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] This project has been banned from the build due to previous failures. 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Skipping [feature] Bytecode Outline View 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] This project has been banned from the build due to previous failures. 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Reactor Summary: 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] eclipse.jdt.ui 4.32.0-SNAPSHOT ..................... SUCCESS [ 10.137 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.100-SNAPSHOT FAILURE [ 19.574 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui 3.32.100-SNAPSHOT ............... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SUCCESS [ 12.686 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.bcoview 1.2.400-SNAPSHOT ........... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [bundle] AST View Plug-in 1.6.150-SNAPSHOT ......... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SUCCESS [ 3.190 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [bundle] Java Element View Plug-in 1.5.300-SNAPSHOT SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SUCCESS [ 3.764 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.200-SNAPSHOT FAILURE [ 0.029 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.400-SNAPSHOT SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui.tests 3.15.400-SNAPSHOT ......... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.text.tests 3.14.400-SNAPSHOT ....... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.400-SNAPSHOT SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SUCCESS [ 24.114 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT FAILURE [ 0.068 s] 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.400-SNAPSHOT . SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.400-SNAPSHOT SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [feature] Java AST View 1.2.250-SNAPSHOT ........... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [feature] Java Element View 1.1.400-SNAPSHOT ....... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] [feature] Bytecode Outline View 1.2.400-SNAPSHOT ... SKIPPED 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] BUILD FAILURE 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Total time: 01:39 min 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] Finished at: 2024-05-10T07:14:52Z 03:14:52 [2024-05-10T07:14:52.275Z] [INFO] ------------------------------------------------------------------------ 03:14:52 [2024-05-10T07:14:52.275Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.core.manipulation:eclipse-plugin:1.21.100-SNAPSHOT 03:14:52 [2024-05-10T07:14:52.275Z] [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} 03:14:52 [2024-05-10T07:14:52.275Z] [ERROR] Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier 03:14:52 [2024-05-10T07:14:52.275Z] [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 03:14:52 [2024-05-10T07:14:52.275Z] [ERROR] -> [Help 1] 03:14:52 [2024-05-10T07:14:52.275Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.core.manipulation:eclipse-plugin:1.21.100-SNAPSHOT 03:14:52 [2024-05-10T07:14:52.275Z] 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} 03:14:52 [2024-05-10T07:14:52.275Z] Software being installed: org.eclipse.jdt.core.manipulation 1.21.100.qualifier 03:14:52 [2024-05-10T07:14:52.275Z] 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 03:14:52 [2024-05-10T07:14:52.275Z] at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) 03:14:52 [2024-05-10T07:14:52.275Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 03:14:52 [2024-05-10T07:14:52.275Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 03:14:52 [2024-05-10T07:14:52.275Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 03:14:52 [2024-05-10T07:14:52.275Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 03:14:52 [2024-05-10T07:14:52.275Z] at java.lang.reflect.Method.invoke (Method.java:568) 03:14:52 [2024-05-10T07:14:52.275Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) 03:14:52 [2024-05-10T07:14:52.275Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) 03:14:52 [2024-05-10T07:14:52.275Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) 03:14:52 [2024-05-10T07:14:52.275Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 03:14:52 [2024-05-10T07:14:52.275Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 03:14:52 [2024-05-10T07:14:52.276Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 03:14:52 [2024-05-10T07:14:52.276Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 03:14:52 [2024-05-10T07:14:52.276Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 03:14:52 [2024-05-10T07:14:52.276Z] at java.lang.reflect.Method.invoke (Method.java:568) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 03:14:52 [2024-05-10T07:14:52.276Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.junit.core:eclipse-plugin:3.13.200-SNAPSHOT 03:14:52 [2024-05-10T07:14:52.276Z] [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} 03:14:52 [2024-05-10T07:14:52.276Z] [ERROR] Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier 03:14:52 [2024-05-10T07:14:52.276Z] [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 03:14:52 [2024-05-10T07:14:52.276Z] [ERROR] -> [Help 1] 03:14:52 [2024-05-10T07:14:52.276Z] org.apache.maven.lifecycle.LifecycleExecutionException: Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.junit.core:eclipse-plugin:3.13.200-SNAPSHOT 03:14:52 [2024-05-10T07:14:52.276Z] 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} 03:14:52 [2024-05-10T07:14:52.276Z] Software being installed: org.eclipse.jdt.junit.core 3.13.200.qualifier 03:14:52 [2024-05-10T07:14:52.276Z] 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 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) 03:14:52 [2024-05-10T07:14:52.276Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 03:14:52 [2024-05-10T07:14:52.276Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 03:14:52 [2024-05-10T07:14:52.276Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 03:14:52 [2024-05-10T07:14:52.276Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 03:14:52 [2024-05-10T07:14:52.276Z] at java.lang.reflect.Method.invoke (Method.java:568) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) 03:14:52 [2024-05-10T07:14:52.276Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 03:14:52 [2024-05-10T07:14:52.276Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124) 03:14:52 [2024-05-10T07:14:52.276Z] at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 03:14:52 [2024-05-10T07:14:52.277Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 03:14:52 [2024-05-10T07:14:52.277Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 03:14:52 [2024-05-10T07:14:52.277Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 03:14:52 [2024-05-10T07:14:52.277Z] at java.lang.reflect.Method.invoke (Method.java:568) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 03:14:52 [2024-05-10T07:14:52.277Z] [ERROR] Cannot resolve dependencies of project org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:eclipse-plugin:3.3.0-SNAPSHOT 03:14:52 [2024-05-10T07:14:52.277Z] [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} 03:14:52 [2024-05-10T07:14:52.277Z] [ERROR] Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier 03:14:52 [2024-05-10T07:14:52.277Z] [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 03:14:52 [2024-05-10T07:14:52.277Z] [ERROR] -> [Help 1] 03:14:52 [2024-05-10T07:14:52.277Z] 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 03:14:52 [2024-05-10T07:14:52.277Z] 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} 03:14:52 [2024-05-10T07:14:52.277Z] Software being installed: org.eclipse.jdt.ui.examples.projects 3.3.0.qualifier 03:14:52 [2024-05-10T07:14:52.277Z] 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 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:122) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) 03:14:52 [2024-05-10T07:14:52.277Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 03:14:52 [2024-05-10T07:14:52.277Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 03:14:52 [2024-05-10T07:14:52.277Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 03:14:52 [2024-05-10T07:14:52.277Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 03:14:52 [2024-05-10T07:14:52.277Z] at java.lang.reflect.Method.invoke (Method.java:568) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) 03:14:52 [2024-05-10T07:14:52.277Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 03:14:52 [2024-05-10T07:14:52.277Z] Caused by: org.eclipse.tycho.p2.resolver.ResolverException: See log for details 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.ProjectorResolutionStrategy.resolve (ProjectorResolutionStrategy.java:119) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.AbstractResolutionStrategy.resolve (AbstractResolutionStrategy.java:55) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveDependencies (P2ResolverImpl.java:231) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.P2ResolverImpl.resolveTargetDependencies (P2ResolverImpl.java:124) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.P2DependencyResolver.doResolveDependencies (P2DependencyResolver.java:378) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.p2resolver.P2DependencyResolver.resolveDependencies (P2DependencyResolver.java:328) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0 (AbstractTychoProject.java:92) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get (DefaultReactorProject.java:307) 03:14:52 [2024-05-10T07:14:52.277Z] at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue (DefaultReactorProject.java:200) 03:14:52 [2024-05-10T07:14:52.278Z] at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts (AbstractTychoProject.java:82) 03:14:52 [2024-05-10T07:14:52.278Z] at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject (DefaultTychoResolver.java:98) 03:14:52 [2024-05-10T07:14:52.278Z] at org.eclipse.tycho.core.maven.TychoProjectExecutionListener.beforeProjectLifecycleExecution (TychoProjectExecutionListener.java:111) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.lifecycle.internal.CompoundProjectExecutionListener.beforeProjectLifecycleExecution (CompoundProjectExecutionListener.java:42) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:103) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) 03:14:52 [2024-05-10T07:14:52.278Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) 03:14:52 [2024-05-10T07:14:52.278Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 03:14:52 [2024-05-10T07:14:52.278Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 03:14:52 [2024-05-10T07:14:52.278Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 03:14:52 [2024-05-10T07:14:52.278Z] at java.lang.reflect.Method.invoke (Method.java:568) 03:14:52 [2024-05-10T07:14:52.278Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) 03:14:52 [2024-05-10T07:14:52.278Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) 03:14:52 [2024-05-10T07:14:52.278Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) 03:14:52 [2024-05-10T07:14:52.278Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ResolverException 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] After correcting the problems, you can resume the build with the command 03:14:52 [2024-05-10T07:14:52.278Z] [ERROR] mvn <args> -rf :org.eclipse.jdt.core.manipulation 03:14:52 [2024-05-10T07:14:52.278Z] Exception in thread "Thread-4" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText 03:14:52 [2024-05-10T07:14:52.278Z] at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85) 03:14:52 [2024-05-10T07:14:52.278Z] at java.base/java.lang.Thread.run(Thread.java:840) 03:14:52 [2024-05-10T07:14:52.278Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText 03:14:52 [2024-05-10T07:14:52.278Z] ... 2 more [Pipeline] } 03:14:53 [2024-05-10T07:14:53.216Z] Terminating xvnc. 03:14:53 [2024-05-10T07:14:53.274Z] 03:14:53 [2024-05-10T07:14:53.275Z] Fri May 10 07:14:53 2024 03:14:53 [2024-05-10T07:14:53.275Z] ComparingUpdateTracker: 0 pixels in / 0 pixels out 03:14:53 [2024-05-10T07:14:53.275Z] ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc Post stage [Pipeline] archiveArtifacts 03:14:53 [2024-05-10T07:14:53.808Z] Archiving artifacts [Pipeline] junit 03:14:53 [2024-05-10T07:14:53.924Z] Recording test results 03:14:55 [2024-05-10T07:14:55.552Z] [GitHub Checks] GitHub check (name: Tests / Build, status: completed) has been published. [Pipeline] discoverGitReferenceBuild 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] Configured reference job: 'eclipse.jdt.ui-github/master' 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] -> detected 206 commits in current branch (last one: '0b7f512') 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] -> adding 1 commits from build '#117' of reference job (last one: 'af7a99c') 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] -> found a matching commit in current branch and target branch: 'af7a99c' 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] -> found build '#117' in reference job with matching commits 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] Found reference build '#117' for target branch 03:14:55 [2024-05-10T07:14:55.558Z] [ReferenceFinder] -> Build '#117' has a result SUCCESS [Pipeline] recordIssues 03:14:55 [2024-05-10T07:14:55.564Z] [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